PHP help

Code help, language discussions, and software development advice.
Post Reply
Scorpo
Registered User
Posts: 26
Joined: June 28th, 2005, 2:38 am

PHP help

Post by Scorpo »

I'm trying to learn how to program in php, but I'm doing something wrong. I'm using a simple html form to obtain two string variables and pass them to a .php file that simply prints them ,but the .php file won't print them. I don't get an error message and some other text that was in the .php file but not in the <? ?> tags showed up. What am I doing wrong?
colin
Registered User
Posts: 4
Joined: August 20th, 2005, 12:58 am

paste the code in for the 2 pages.

Post by colin »

can you show me the code.
Scorpo
Registered User
Posts: 26
Joined: June 28th, 2005, 2:38 am

Post by Scorpo »

unfortunately, for security reasons, no. I cannot show you the code.
colin
Registered User
Posts: 4
Joined: August 20th, 2005, 12:58 am

Post by colin »

that makes it hard : page1 <input name="textfield" type="text"> page2: to display the textfield on the nextpage: $mytext = $_REQUEST[textfield]; print $mytext;
Post Reply