PDA

View Full Version : Coded Wrong??!?!?!?



benny99
30-12-2007, 05:08 PM
Im coding a page for my djpanel but when you og on the index it says this:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/xxxx/public_html/Panel/index.php on line 55


what it says on line 55 is:

<form action="<?php echo " $php_self="" ;="" ?="">?login=login" method="POST"&gt;


Help?

Swearwolf
30-12-2007, 05:09 PM
Im coding a page for my djpanel but when you og on the index it says this:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in /home/xxxx/public_html/Panel/index.php on line 55


what it says on line 55 is:

<form action="<?php echo " $php_self="" ;="" ?="">?login=login" method="POST"&gt;


Help?

change &gt; to >

lolwut
30-12-2007, 06:30 PM
<form action="<?php echo $PHP_SELF; ?>?login=login" method="POST">
Should work.

Want to hide these adverts? Register an account for free!