solve this or to someone who could
Thanks in advance.
Spiderwebb
This seems a matter of database design. For simple solution, use COUNT
in SQL. But having a record for each item would probably exceed the
limit of either harddisc or database one day.
--
BABA Yoshihiko
--
PHP General Ma
Forget my previous advice. I'd misunderstood it.
BABA Yoshihiko wrote:
This seems a matter of database design. For simple solution, use COUNT
in SQL. But having a record for each item would probably exceed the
limit of either harddisc or database one day.
--
BABA Yoshihiko
-
itle` = '$title',
`first_name` = '$first_name',
...,
...,
`last_visit` = NOW()";
Can you use SET with INSERT INTO? Is it MySQL grammer?
--
BABA Yoshihiko
--
PHP General Mailing List (http://www.php.net/)
T
3 matches
Mail list logo