|
-
Aug 1st, 2002, 10:20 AM
#1
Thread Starter
Hyperactive Member
PHP forms
I've posted a form to a php page which works, but for some reason on my PWS Win 98 machine it won't receive the posts. Normally on php you don't have to call the form do you, just put in the name of the form object name:
e.g. on my form:
<INPUT TYPE='TEXT' NAME='atextbox'>
on my posting to page.
<?php
echo "The information you posted was $atextbox<BR>\n";
?>
It keeps telling me that $atextbox is not defined!
ASP, PHP, VB, JavaScript, CSS, HTML, a little C and a little CGI.
Richard Whitehouse.
Join the Footie Predictions League
"Make it idiot proof and someone will make a better idiot."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|