anuj_web
New Member
- Messages
- 145
- Reaction score
- 0
- Points
- 0
hI
Is there something wrong with the code
$result = @mysql_query("SELECT * FROM dc WHERE DCID='$id'");
$pass1=mysql_result($result,"pass" );
$phone=mysql_result($result,"phone" );
Actually i want to fetcha row from the database and take data from that row ....
this is not working...
Is there something wrong with the code
$result = @mysql_query("SELECT * FROM dc WHERE DCID='$id'");
$pass1=mysql_result($result,"pass" );
$phone=mysql_result($result,"phone" );
Actually i want to fetcha row from the database and take data from that row ....
this is not working...