Re: [PHP] example from meloni not working

2004-04-18 Thread Anthony Ritter
Thank you. TR -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] example from meloni not working

2004-04-18 Thread Anthony Ritter
Thank you. TR -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] example from meloni not working

2004-04-18 Thread Richard Harb
From what I've seen you didn't actually transmit the first query to the database. You assigned the query string to the variable $sql ... but didn't submit with: mysql_query($sql); hth richard Sunday, April 18, 2004, 7:41:47 PM, thus was written: > A basic ht counter script from Meloni's book on m

AW: [PHP] example from meloni not working

2004-04-18 Thread Red Wingate
Execute $sql :) -- red -Ursprüngliche Nachricht- Von: Anthony Ritter [mailto:[EMAIL PROTECTED] Gesendet: Sunday, April 18, 2004 7:42 PM An: [EMAIL PROTECTED] Betreff: [PHP] example from meloni not working A basic ht counter script from Meloni's book on mysql (page 318). Not wo

[PHP] example from meloni not working

2004-04-18 Thread Anthony Ritter
A basic ht counter script from Meloni's book on mysql (page 318). Not working for me. Every time I load the page the counter stays at zero. Thanks for help. TR .. You have been counted. The current number is . // mysql SCHEMA CREATE TABLE test_track( id INT NOT N