problem of mail function

Status
Not open for further replies.

astrolog.x10hosting

New Member
Messages
1
Reaction score
0
Points
0
if i use mysql_fetch_array() or mysql_num_rows() in mysql then it gives me error

ERROR is:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/miral/public_html/login.php on line 48

please give me sugection at niki105@ymail.com
 
Last edited:

farscapeone

Community Advocate
Community Support
Messages
1,165
Reaction score
27
Points
48
You have a error in your code then. Please post the code you use to access your database (no passwords please :) ) so we can see what's wrong.
 

ikromm

New Member
Messages
20
Reaction score
0
Points
0
I would recommend using the mysqli interface though.

It's simpler and better in my opinion.
 
Status
Not open for further replies.
Top