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. 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? Link to comment https://forums.phpfreaks.com/topic/8394-mysql-query/#findComment-30706 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.