Re: [PHP-DB] using multiple checkboxes to delete from db

2002-03-30 Thread Mike de Libero
One way you could do this. Is have the form point to itself i.e. $PHP_SELF, then set a variable in the form if it is set when the page loads the run the form processing script. As for the delete function one way to do it would be since you are holding the checkboxes in an array. Do a while or

Re: [PHP-DB] Database search question

2002-03-30 Thread Mike de Libero
Hmm to do a search on one table it might actually be quicker to do a query for every thing in the query. First convert to all lowercase. Then explode the query into an array using as the delimiter. Then implode this array into a list that looks something like this. var1,var2...) you can do

[PHP-DB] Creating a good search engine

2002-03-22 Thread Mike de Libero
. Hope you guys can help. -Mike de Libero [EMAIL PROTECTED] http://www.soreye.com

Re: [PHP-DB] passing array through $PHP_SELF

2002-03-18 Thread Mike de Libero
to form again. Hope this helps. -Mike de Libero [EMAIL PROTECTED] http://www.soreye.com - Original Message - From: John Hughes, Jomari Works [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 18, 2002 5:27 PM Subject: [PHP-DB] passing array through $PHP_SELF I have a page