Logging in
Posted by: Drizzt (---.sub-70-196-199.myvzw.com)
Date: February 04, 2011 12:44AM

Hello,

I'm doing a login for a site. When I try to log in, it fails the first time everytime, but I can hit the log in button again, and my sign in info is already in the fields. And it works after that. this is what I have at the top of every page, above the document stuff:

<?php
ob_start();
session_start();
require_once ('../Login/includes/config.inc.php');
?>

And this at the bottom:
<?php
ob_end_flush();
?>

Thanks for your help grinning smiley

Options: ReplyQuote
Re: Logging in
Posted by: yfastud (Moderator)
Date: February 04, 2011 03:13PM

It's scripting problem and suggest you join some coding forums for help instead in this Wampserver forums

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Logging in
Posted by: Drizzt (---.sub-70-208-42.myvzw.com)
Date: February 05, 2011 04:33AM

Sorry, I thought that you guys did that as well, since it says php below the wampserver logo at the top.

Options: ReplyQuote
Re: Logging in
Posted by: yfastud (Moderator)
Date: February 05, 2011 06:53PM

Yep, WAMP stands for Windows Apache Mysql and Php so when installed Wamp, you will have all 3 Apache Mysql and Php runs on Windows

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.