[PHP] Re: [PHP-DB] Problem with updating MySQL table

2008-08-27 Thread Jason Pruim
On Aug 27, 2008, at 12:06 PM, Jason Pruim wrote: Hi Everyone, So I'm working on a project (Same one I sent the question about regarding the user access rights on monday) And now I am attempting to update the record... Here is some of my code: index.php First Name/Last Namevalue="{$row[

[PHP] DB Problem

2001-04-08 Thread Adam Charnock
Hi. I know that this isn't strictly PHP, but this is the only place I know to ask - so apologies in advance. I am trying to make this query work but I am having very little luck: SELECT links.id, COUNT(clicks.id) AS tot_clicks FROM links INNER JOIN clicks ON links.id = clicks.linkid GROUP BY lin