jwk811 Posted October 21, 2006 Share Posted October 21, 2006 This is an account activation script. I'm getting this error when a user goes to activate their account...[code]Fatal error: Call to undefined function: mysql_ftech_assoc() in /home/content/j/w/k/jwk811/html/membership/activate.php on line 15[/code]And here is line 15[code]$found = mysql_ftech_assoc ( $sql );[/code]I'm guessing it's something simple but could you tell me what's wrong with it please. Link to comment https://forums.phpfreaks.com/topic/24696-error-on-line-15/ Share on other sites More sharing options...
jwk811 Posted October 21, 2006 Author Share Posted October 21, 2006 lol nvm fetch.. wrong spelling.. im not the one that wrote it so i cant tell the difference Link to comment https://forums.phpfreaks.com/topic/24696-error-on-line-15/#findComment-112469 Share on other sites More sharing options...
redbullmarky Posted October 21, 2006 Share Posted October 21, 2006 you spelt the function name wrong. the one you're after is [url=http://www.php.net/mysql_fetch_assoc] mysql_fetch_assoc[/url]cheers[b]edit:[/b]np beat me to it Link to comment https://forums.phpfreaks.com/topic/24696-error-on-line-15/#findComment-112470 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.