Posts
 
Reputation
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
Favorite Tags
php x 1

1 Posted Topic

Member Avatar for tstory28

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"; …

Member Avatar for joydeepd
0
249

The End.