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

1 Posted Topic

Member Avatar for muruganasm

[QUOTE=sumchtarek;769215]hi! Just write according to my code.I think that will work. [code=php]<?php $host="localhost"; $user="root" //It may different $pass="" //If u use password that write between " " $database="test" //you can also use any any created database name. @mysql_connect($host,$user,$pass) or die("Sorry ,User name Or Password problem); @mysql_select_db($database); //What's you want to …

Member Avatar for alza
0
239

The End.