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
1 Posted Topic
[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 …
The End.
alza