Results 1 to 7 of 7

Thread: Php Url

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2006
    Posts
    208

    Php Url

    Ok, so what i want to do is turn my php page into a url.

    E.G: Lets say we have a site called www.php.com and it has an index.php page that has 2 text box's and a submit button. I want to fill in those 2 text boxes and cick submit with the url. Normaly you would fill them in by hand. And click submit. Lets say i did that and clicked submit i would just get.

    http://www.php.com/page.php?Submit=Go

    Well this is MY IDEA of what i want it to look like.

    http://www.php.com/page.php?Text1="Filled";Text2="Filled";Submit=Go

    (So that SHOULD make Text1 and Text2 say Filled and execute the Submit command)

    do you understand? But i dont know how to do it? Can anyone explaine to me? (Use my example "www.php.com" with the TextBoxes too)

    Thank You
    Last edited by Gunner54; Jul 27th, 2007 at 07:46 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width