|
Posted by Rik on 07/03/06 10:59
kenrbnsn wrote:
> Tony wrote:
>> Ken, can you recommend any sites with other various examples such as
>> yours? Thanks
>
> I created (and tested) my example on the fly.
>
> The documentation on php.net has many good examples. The phpfreaks.com
> site has excellent forums. That's were I get most of my ideas and
> scripts.
Warning: mysql_query(): Too many connections in
/home/www.phpfreaks.com/public_html/includes/DatabaseObject.inc on line 68
Warning: mysql_query(): A link to the server could not be established in
/home/www.phpfreaks.com/public_html/includes/DatabaseObject.inc on line 68
MySQL Error: Too many connections MySQL Query: update `simplecount` set
`simplecount_id`='1', `count`='1' where `simplecount_id` = '1'
+===========================================================+ MySQL Query:
update `simplecount` set `simplecount_id`='1', `count`='1' where
`simplecount_id` = '1'
Warning: mysql_insert_id(): A link to the server could not be established in
/home/www.phpfreaks.com/public_html/includes/DatabaseObject.inc on line 270
Warning: mysql_query(): Too many connections in
/home/www.phpfreaks.com/public_html/includes/DatabaseObject.inc on line 68
Warning: mysql_query(): A link to the server could not be established in
/home/www.phpfreaks.com/public_html/includes/DatabaseObject.inc on line 68
MySQL Error: Too many connections MySQL Query: INSERT INTO `user_track` set
`user_track_id`="", `session_id`="38a17fbae3b89ee8a461cf5fc69a341b",
`last_activity`="1151924049", `last_page`="", `member`="0",
`ip_address`="*.*.*.*", `refurl`="", `user_agent`="Opera/9.00 (Windows NT
5.0; U; en)" +===========================================================+
MySQL Query: INSERT INTO `user_track` set `user_track_id`="",
`session_id`="38a17fbae3b89ee8a461cf5fc69a341b",
`last_activity`="1151924049", `last_page`="", `member`="0",
`ip_address`="*.*.*.*", `refurl`="", `user_agent`="Opera/9.00 (Windows NT
5.0; U; en)"
Warning: mysql_insert_id(): A link to the server could not be established in
/home/www.phpfreaks.com/public_html/includes/DatabaseObject.inc on line 357
Warning: mysql_query(): Too many connections in
/home/www.phpfreaks.com/public_html/includes/ManagerClass.inc on line 46
Warning: mysql_query(): A link to the server could not be established in
/home/www.phpfreaks.com/public_html/includes/ManagerClass.inc on line 46
Hehehe, that's a bit sad for a site dedicated to PHP programming :-).
Too many connections can happen, but should be accounted for.
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|