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> > H

[PHP] Gathering data

2007-12-13 Thread Eduardo Vizcarra
Hi, I have a web site where the customer can look for some info based on a destination either by making a click on a link or entering the destination name in a field in a html form What is the best way to store that sort of info ? meaning that I want to store the event of making a click on a cert