gangsterwanster1 Posted July 3, 2009 Share Posted July 3, 2009 login <?php require_once('conf.php') session_start(); postdata / check credentials conf.php <?php $webusr = test $webpwd = pwd ?> How come i get an error under the require_once('conf.php') line? conf.php is in the same directory as login. //With requireonce loading the page does login.php get the values of $webusr, and $webpwd? Link to comment https://forums.phpfreaks.com/topic/164607-database-help/ Share on other sites More sharing options...
gangsterwanster1 Posted July 3, 2009 Author Share Posted July 3, 2009 i got it to work, never mind. Link to comment https://forums.phpfreaks.com/topic/164607-database-help/#findComment-868138 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.