RDKL PerFecT Posted April 25, 2006 Share Posted April 25, 2006 Basically I want to get all fields from a table and add them together. The following code contains an error.[code]$q2 = mysql_query("select sum(vote) as votesum from portal_votes"); [/code]I get the following error: Problem with query: Resource id #4You have an error in your SQL syntax near 'Resource id #4' at line 1.If anyone can help me out I would be most greatful. Quote Link to comment https://forums.phpfreaks.com/topic/8394-mysql-query/ Share on other sites More sharing options...
RDKL PerFecT Posted April 25, 2006 Author Share Posted April 25, 2006 anyone? Quote Link to comment https://forums.phpfreaks.com/topic/8394-mysql-query/#findComment-30706 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.