Hi:
I'm studyng PHP programming.
I tried the following example i got from a tutorial:
<FORM ACTION="<?php echo($PHP_SELF); ?>" METHOD=POST>
<P>Type your joke hereBR>
<TEXTAREA NAME="joketext" ROWS=10 COLS=40 WRAP></TEXTAREA><BR>
<INPUT TYPE=SUBMIT NAME="submitjoke" VALUE="SUBMIT">
</FORM>
When I type a text into the form and submit it, I receive the message that it is unable to find the page
with the URL:
http://localhost/<br%20/><b>Notice</b>:%20%20Undefined%20variable:%20%20Server%20in%20<b>c:/inetpub/wwwroot/Basedat_1h.php</b>%20on%20line%20<b>29</b><br%20/>
I'm using PHP version 4.3.0
and PHPCoder
Could you help me to find what is wrong please ?
Jose Dean
Matanzas.
Cuba
jolly-roger-pro@enet.cu


BR>





Bookmarks