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. Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.