Re: [PHP] Gathering data

2007-12-13 Thread Johny John
Hi Eduardo, From your requirement I understand you need a website with php and mysql support. If you want to track or search something you need to store the data in a database or some where else like txt file or xml file/ -- Regards, Johny www.phpshore.com

RE: [PHP] Gathering data

2007-12-13 Thread Bastien Koert
Database...in either case the data that is being searched on makes it to the server...just store the search term in a table in the db bastien> To: php-general@lists.php.net> From: [EMAIL PROTECTED]> Date: Sat, 17 Nov 2007 19:40:14 -0600> Subject: [PHP] Gathering data> > Hi,> > I have a web si