Jump to content
MakeWebGames

Conversion


Recommended Posts

Hello all, I had a V2 mailbox script and I was converting it into a V1. But then I came across an error -

 

Fatal error: Call to undefined function mysql_fetch_single() in /home/****/public_html/****/mailbox.php on line 403

 

I believe it is this

$db_fetch_single

But when I convert it into this

mysql_fetch_single

I get an error? Any reasons why to?

 

 

I have fixed it!

 

mysql_result($q, 0, 0);
Edited by Dragon Blade
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...