|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-05-21 17:11 UTC] jimw at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 19:00:02 2025 UTC |
Warning: Supplied argument is not a valid MySQL-Link resource in /home/ucpress/public_html/poll/poll_act.html on line 14 line 14 : 12 : $clicked = "v" . $choice; 13 : $query = "update poll set $clicked = $clicked + 1 where code = '$code'"; 14 : $result = mysql_query($query,$connect); 15 : echo $query; 16 : if(!$result) { 17 : error("QUERY_ERROR"); 18 : exit; 19 :}