Re: [PHP] Help Please

2002-12-10 Thread BABA Yoshihiko
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

Re: [PHP] Help Please

2002-12-10 Thread BABA Yoshihiko
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 -

Re: [PHP] PHP and MySQL

2002-12-11 Thread 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