Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.55K
~249 People Reached
About Me
I am what I am!
Favorite Forums
Web Development x 1
Favorite Tags
php x 1
1 Posted Topic
Re: Here is a script to log into MySQL database (screenshot attached) using email ID and password. Am using [B]main_login.php[/B] to call the [B]checklogin3.php[/B]. Cannot seem to make the checklogin3 code work: [CODE]<?php ob_start(); $host="localhost"; // Host name $username="root"; // Mysql username $password="March2010"; // Mysql password $db_name="login11"; // Database name $tbl_name="members"; … |
The End.