thanatosx Posted May 31, 2007 Share Posted May 31, 2007 Hello, Recently I installed apache server,php and started learning.Right now I am trying to create a login form for my website. I followed this popular tutorial http://www.evolt.org/PHP-Login-System-with-Admin-Features however I think that the code is not processed right.Heres an example http://62.1.61.199/lrc/l/main.php Is something wrong with my php/apache installation? I get similar errors in many scripts. Quote Link to comment https://forums.phpfreaks.com/topic/53783-solved-errors-with-php/ Share on other sites More sharing options...
penguin0 Posted May 31, 2007 Share Posted May 31, 2007 It looks like your syntax is wrong. Can you post the php you used to make that page? Use Code tags. Quote Link to comment https://forums.phpfreaks.com/topic/53783-solved-errors-with-php/#findComment-265845 Share on other sites More sharing options...
Orio Posted May 31, 2007 Share Posted May 31, 2007 Try replacing all <? with <?php (maybe short tags is turned off). If that doesn't work, you probably installed php wrongly. Orio. Quote Link to comment https://forums.phpfreaks.com/topic/53783-solved-errors-with-php/#findComment-265850 Share on other sites More sharing options...
thanatosx Posted June 1, 2007 Author Share Posted June 1, 2007 YES it worked!It was the short tags! Thank you both for your time! Quote Link to comment https://forums.phpfreaks.com/topic/53783-solved-errors-with-php/#findComment-266133 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.