Thank you.
TR
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thank you.
TR
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
5 matches
Mail list logo