Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~135 People Reached
Favorite Forums
Favorite Tags
php x 3
Member Avatar for stanfordftw

Need help with my registration code for my site. Read through it if you may and tell me if there are any errors. (And where do I place this in the page?) [CODE]<?php // Connects to your Database mysql_connect("database.accdb", "", "") or die(mysql_error()); mysql_select_db("users") or die(mysql_error()); //This code runs if …

Member Avatar for stanfordftw
-1
81
Member Avatar for stanfordftw

I am in the process of developing a local website that needs to be able to be logged on and off of without using an active connection to the Internet. I've decided to go with Microsoft Access as the database (if there is a better one for local databases, please …

0
54