Create Page? - How?

Pages: 1, 2
free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > PHP Programming

Create Page? - How?

Erdemir
QUOTE(hitmanblood @ Jun 13 2008, 07:16 PM) *
No it is not true.

There is in fact one class in php that allows you to contact another web site register and manage cookies also. I think it is called phphtml or something like that. I used it long time before to write small bot for some online game. So automated scripts can be done with php.


Alright, can you give an example code and I will learn. If it exists, I can do lots of things directly. I am looking forward see the example code.

Reply

alex1985
And for me as well!!!

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Similar Topics

Keywords : create, page,

  1. I Can't Find The Password Reset Page... [resolved]
    (5)
  2. Cant Log Into Cpanel [resolved]
    Page cant be displayed (11)
    Help I can not log into cpanel. I just upgraded to IE-7 and now I can not get into my Cpanel. what
    the page is telling me is this. QUOTE Internet Explorer cannot display the webpage Most
    likely causes: You are not connected to the Internet. The website is encountering problems. There
    might be a typing error in the address. What you can try: Diagnose Connection Problems
    More information This problem can be caused by a variety of issues, including: Internet
    connectivity has been lost. The website is temporarily unavailable. The D....
  3. My Ro Page
    (4)
    I designed my own website and code it xD this website is for my server JevilRO www.jevilro.com....
  4. Plot Page Help Invisionfree
    (0)
    I've made a few boards with invisionfree before, but I have no idea of what a plot page is or
    how to make one. can someone help me out?....
  5. Page Load Error When Trying To Get Into Control Panel
    I just changed domain (2)
    I had put a domain name that I didn't have when I registered my website. I got the 15 credits
    and changed it to a subdomain. Now I can't log into my control panel. At first it was telling me
    I had the wrong password which I'm sure I don't. Now I just get a timed out error. Also my
    confirmation email for changing my domain was kinda blank. QUOTE Hi, This mail is to notify
    you that your domain has been changed to : Regards, trap17.com So yeah... any help? EDIT:
    Also I don't see my request to change domain the proper forum I had attempte....
  6. How To Create Pdf Files Using Free Tool
    Introduction to use a free tool to create PDF file (0)
    Now, that you don't need to have expensive software like Acrobat to create PDF. All you need is
    Microsoft Office and a software name doPDF. You can download the freeware from
    http://www.dopdf.com/download.php After downloading dopdf.exe, follow the instruction below 1.
    Double click to install it, as display at image 1.jpg, choose a language and click OK 2. You will
    see 2.jpg click next 3. Click I accept the agreement see 3.jpg, click next 4. Now you will see
    4.jpg, select the folder to install it and click next 5. When seeing 5.jpg, This is the folder group
    in Star....
  7. Create Dynamic Html/php Pages Using Simple Vb.net Code
    Taking your application data, and creating a webpage for others to vie (1)
    This example will show you how use a string in VB to create PHP code. In order to do this, you need
    a string to store your PHP page and a function that I will list at the bottom of the page for you to
    put in a module. This code is written in VB.NET Public Sub CreatePage(ByVal HTMLTitle As
    String, ByVal HTMLText As String, ByVal HTMLFileName As String) Dim strFile As String '
    ---------------------- ' -- Prepare String -- ' ---------------------- strFile = "" '
    -------------------- ' -- Write Starter -- ' -------------------- strFile = " " ....
  8. Php Linking
    Ned help to do this through a internal portal page. (2)
    OK I'm trying to create an internal php page to link to my main sites index.html page.
    Here's the code that's automatically generated when I click on the Create Php page link.
    CODE <?php /* Write code inserting output inside variable $content as in following
    example. You have DB connection, all global vars and all MKPortal and Forum functions at your
    availability */ $nome = $mkportals->member['name'];
    $content="Hi $nome"; So, how would I change this so it links to my sites
    index.html page? PS I....
  9. How To Create A Torrent
    For legal/leanring purposes only! (4)
    Hello. I have searched the tutorial section and have seen many great tutorials. One which I have not
    seen is how to create a torrent. For this, I will be using uTorrent, the best torrent client, in my
    opinion. ( Windows Only ) ( I'm sure that Azureus/ABC/etc.. would not be much different. )
    Steps: 1. Have uTorrent open, and go to File >> Create New Torrent
    http://i8.photobucket.com/albums/a1/Shadowcode/step1.jpg 2. Click " Add File " or " Add Directory
    " and select WHAT YOU WANT PEOPLE TO DOWNLOAD . Add a tracker in the Trackers field. ( You can get
    this by....
  10. How To Create Cool Image Buttons
    (7)
    Hi guys ... I m making a personal site thats for me a nd my friend group. What I need is a tool
    which can make cool image buttons to use in my HTML pages. Is there any site which offers such
    software or the buttons itself for free. I would like to make them on my own, I just need to know
    the tool.I can't go for an expensive tool like photoshop or corel. So please suggest me a free
    tool. Thanks.......
  11. Web Page Designing
    (5)
    as a beginner how we can start to learn web page designing....
  12. How To Implement A Date Picker On A Web Page
    (0)
    Some pages may need users to input date values. It would be nice if the users just need to click and
    pick and done. This way we may also eliminate the possible input errors. Below is the code I used to
    implement this. You may want to save it as datepicker.js for other web pages to use. I also attached
    3 files for you to download. All you need to do is unzip the 3 files to a directory under any web
    server and start trying it. If you are using jsp, you can refer to the submited field by adding
    something like request.getParameter("date1") to your page. If you're using....
  13. Redirecting Visitors To Different Page
    Explains two methods. (8)
    Well, almost all of you would have experienced redirecting pages while you were downloading
    something on the net. Redirecting users to new pages is a fact of life when programming dynamic
    websites. The primary reason is that you often need to redirect a user after making session state
    changes. For example, when you add an item to a shopping cart, you want the user to go to a page
    such as the current shopping cart, and you don't want to add another one of the same item to the
    cart again if you reload that shopping cart page. The same case if you developed guestbook w....
  14. PHP Function To Add Previous and Next Page Feature
    useful php function (5)
    CODE <?php function navigationbar($start_number = 0, $items_per_page = 50,
    $count) {    // Creates a navigation bar    $current_page =
    $_SERVER["PHP_SELF"];     if (($start_number < 0) ||
    (! is_numeric($start_number))) {         $start_number = 0;     }
        $navbar = "";     $prev_navbar = "";     $next_navbar =
    "";     if ($count > $items_per_page) {         $nav_count = 0;
            $pag....
  15. Phpmyadmin
    Create new database: No Privileges (7)
    i can not make a sql for diff srcipt, but the sricpt i have is php, DJ-cpanel.. all tho i can not
    install it the error is like this Creating Database Tables No database selected there a mysql
    database is made, but i can not use it for othere stuff... plz note that this is Free script and not
    for paid.. is there a way that the myqsul can not use sql other scripts? or it maybe not working...
    but i am not sure if the script not working or it can be the server may be down on mysql...? ....
  16. How To Make An Item Scroll With You On The Page.
    (10)
    ok im not sure where or how to really ask this... but you can find an example at
    http://www.demonoid.com the ad that is on the right side scrolls with you basically to the bottom
    of the page. I know they use an iframe but can you show me how that works or what makes it do that?
    i tried to copy the source and css but it did not work.. any advice?....
  17. What Is Your Home Or Start Page?
    (19)
    I've had Yahoo! as my start page for many years. I'm wondering if there's a better
    start page out there. I remember using Excite several years ago, but their home page now looks
    outdated. Do you design your own start pages? If so, what's on it?....
  18. [help]create P Server
    (2)
    Hello There, First of all I would like to explain fews I'm not a programmer and nothing. Just
    wanted to find people who can help me code private server games, as like
    http://www.perfectworld.com.my/ , http://ms.runup.com.my/ ( dark story online) , Warcraft III -
    Frozen Throne Server(Could be exclude). As the member of my cyber cafe has asked me to create a
    private server of those game, unfortunately I'd have no experiences in any of these so I need
    help from other who is an expert can help me out and I need the sources and guide /smile.gif"
    style="vertical-....
  19. What Is Your Dream Naruto Character
    create your own naruto character (20)
    Basically all you have to say is your name, your jutsus (Gen, Tai, and Nin), any special abilities
    and maybe a bit about his or her backstory. this is my character: Name: Nightmare also goes by
    Shadow. No last name Jutsus: I think he would have Drunken fist style tai jutsu, Shadow shuriken tai
    jutsu, Shadow leaf dance. my nin jutsus would be; Air slicing blast, Armor of sand, Demonic soul
    stealing technique, Desert coffin and desert graveyard, Fire dragon flame blast, Grand fireball,
    phoenix fire, Chidori, Rasengan, Shadow clones, Water prison, Genesis of rebirth, deser....
  20. Fruity Loops Tutorials-trance Style Songs
    How to create and use a profesional trance style bass mellody (11)
    Creating a bass mellody tutorial Software / fruity loops VST Plugins / Nexus,VANguard Song Style
    / Trance Tutorial Level / Beginner files needed to download bellow. ok to start I am going to
    teach you how to create what's sometimes referd to as a bass mellody. A bass mellody is used in
    most trance songs as its primary function is to fill out the song by this I mean make the song sound
    a bit fuller to add depth to it. a bass mellody is never made of more than a few note styles. see
    below In the above image you can see that I have use in all a total of t....
  21. How To Create A Song In Fruity Loops Using Vanguard
    but you can use outhers (1)
    ok i began by trying to create individual tutorials for the creation of a song in general but as i
    make songs in fruity loops i thaught it better to teach you how to create a song inside fruity loops
    using anumber of efects and plugins. this is the bit of song we are going to learn how to create
    (note this song is copryrited to me so dont try claim it as yourown, i do give permision for you
    to remix it aslong as the title is displayd in this way in its entierty DJ StarSkream, solar
    flare(your name REMIX)) ok step one once you have downloaded the song snip abo....
  22. Help In Ipb 2.1.6 Portal Page
    plaese help me (1)
    hi any 1 know how can a add my topics in ipb poratl page in my server i uploaded ipb 2.1.6 plaese
    tell me. like this site.....
  23. Private Server Ro .
    How to create your own private Ragnarok-Online server !!! (159)
    I saw that there are a lot of people asking for how to create a private Ragnarok-Online server . so
    now i decide to make this tutorial to to help these people ... i didn't have a server but my
    friend had server and ihelped him to find pros and some tutos so , i learned with him how to create
    a server ...stop making introduction ...let's go ... first you have to have minimum
    requirements : ----Software :---- i think any windows should work, but i recommend Win Xp i
    think you have alredy a Winrar *- Korean Ragnarok client *- Sakray patch (*i recommend the las....
  24. How To Create Embed Image Mail In Gmail
    (56)
    Hi to all ! Anybody can help me to create an email with embedded image so that mail reader
    automatically see that image. Moreover I wont attached that image as it appears small in size in on
    gmail. Thanks in Advance. ....
  25. Google To Take On Geocities
    Google Page Creator (53)
    Well I just found out about a new webhosting service offered by Goolge, the highly imaginatively
    titled Google Page Creator, its your basic (ie not very good) free webhosting services, with the
    massive advantage of its name being preceded by the all powerful Google. I havent extensively used
    the service but I will atempt a brief overview of the service. The basic service consists of the
    usual what you see is what you get (WYSIWYG), which is allows novice users to create pages with no
    knowlegde of HTML (I'm sure you all know ho wthey work). It comes in the usual temp....
  26. Problem With Page Redirect
    Help me out with this problem... (8)
    hey ppl, i just wanted a little help...i designed this website, but i want that if i click on
    certain link, it should open new page for few seconds and then browser should automatically redirect
    me to some other page....i tried this with header() function but i couldnt do the wait n redirect
    part, ... so somebody plz help.... -thanx in advance! Thanks Avalon, topic changed. ....
  27. How To Create Java Button Or Frame
    to be customized (14)
    hi to all!!!! just like to ask if it would be possible if i could make a custom
    button or frame in java. i got tired of using the build infeatures in java. i would like to create
    my own dessign of button or frame.. can it be possible!!! /biggrin.gif' border='0'
    style='vertical-align:middle' alt='biggrin.gif' /> thank!!!! /laugh.gif'
    border='0' style='vertical-align:middle' alt='laugh.gif' /> New Help In! is NOT a descriptive
    topic title. Next time you decide not to follow the posting rules, you will be issued a w....
  28. How To Create A Forum?
    (18)
    I want to create a forum after getting a host on this site,but i cant find a propper program for
    it.Also i want to know how to have polls and other stuff on the side. P0ZzZ! Post moved to the
    right section ....
  29. Button To Print Current Web Page
    (14)
    Hi, Does anyone know how to create a button that will printo out the current page. What I want to
    do is have the user fill out a form (containing name, address, zip, etc). They will then click on a
    "print" button and it will print out the form data. Any ideas? Thanks.....
  30. Php Unique Hit Counter
    Count page hits with php. (29)
    Hello all, Here is a neat and helpful PHP script that can count unique page views on your website.
    First you need to open up a new page in your text editor and paste in this code. CODE <?php
    $filename = "hits.txt"; $file = file($filename); $file =
    array_unique($file); $hits = count($file); echo $hits; $fd
    = fopen ($filename , "r"); $fstring = fread ($fd , filesize
    ($filename)); fclose($fd); $fd = fopen ($f....

    1. Looking for create, page,

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for create, page,

*MORE FROM TRAP17.COM*
Similar
I Can't Find The Password Reset Page... [resolved]
Cant Log Into Cpanel [resolved] - Page cant be displayed
My Ro Page
Plot Page Help Invisionfree
Page Load Error When Trying To Get Into Control Panel - I just changed domain
How To Create Pdf Files Using Free Tool - Introduction to use a free tool to create PDF file
Create Dynamic Html/php Pages Using Simple Vb.net Code - Taking your application data, and creating a webpage for others to vie
Php Linking - Ned help to do this through a internal portal page.
How To Create A Torrent - For legal/leanring purposes only!
How To Create Cool Image Buttons
Web Page Designing
How To Implement A Date Picker On A Web Page
Redirecting Visitors To Different Page - Explains two methods.
PHP Function To Add Previous and Next Page Feature - useful php function
Phpmyadmin - Create new database: No Privileges
How To Make An Item Scroll With You On The Page.
What Is Your Home Or Start Page?
[help]create P Server
What Is Your Dream Naruto Character - create your own naruto character
Fruity Loops Tutorials-trance Style Songs - How to create and use a profesional trance style bass mellody
How To Create A Song In Fruity Loops Using Vanguard - but you can use outhers
Help In Ipb 2.1.6 Portal Page - plaese help me
Private Server Ro . - How to create your own private Ragnarok-Online server !!!
How To Create Embed Image Mail In Gmail
Google To Take On Geocities - Google Page Creator
Problem With Page Redirect - Help me out with this problem...
How To Create Java Button Or Frame - to be customized
How To Create A Forum?
Button To Print Current Web Page
Php Unique Hit Counter - Count page hits with php.
advertisement



Create Page? - How?



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE