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.69K
~97 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for prakash_05

<?php $connectdb_cygnus = mysql_connect("localhost", "root"); if(!$connectdb_cygnus){ echo "Unable to connect to cygnus: " .mysql_error(); exit; } if(!mysql_select_db ("db_cygnus")) { echo "Unable to select mydb_cygnus: " .mysql_error(); exit; } echo " <table cellspacing='0' cellpadding='3'><tr><td> <br> <form method='POST' name='frmSearch' action='search.php'> <input type='text' name='txtSearch' size='30'> <input type='submit' name='cmdSearch' value='Search'> </form> </td></tr></table>"; $sql = …

Member Avatar for aafasihah
0
97

The End.