self created login form not showing( using WAMP in windows server 2008)
Posted by: jrow (86.96.227.---)
Date: March 29, 2010 12:38PM

hi guys!

i am really concerned about my web migration to WAMP, all are working fine except on my personal login inside my site which is not showing when i click login, can someone help me regarding this matters. hope to hear from all of you guys soon!

regards,

jeff

Re: self created login form not showing( using WAMP in windows server 2008)
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: March 29, 2010 08:03PM

How have you coded your login form. If you're mixing PHP with your HTML then make sure you're using full PHP syntax, eg
<?php echo "whatever here"; ?>
and not
<?="whatever here"?> or <? echo "whatever"; ?>
as the above will not work by default as short tags are not enabled. To enable short tags left click wamp tray icon and choose PHP > Settings > short open tag

Also ensure you're opening your site at [localhost]. Opening php files directly into your browser will not work as web browsers do not understand PHP code.

Re: self created login form not showing( using WAMP in windows server 2008)
Posted by: jrow (86.96.227.---)
Date: March 30, 2010 06:46AM

thanks c2dan, i just add from one of my code a complete syntax <?php , thanks for the help, appreciated.


warm regards,

jeff

Sorry, only registered users may post in this forum.