[PHP-DB] Mysql - Optimizing tables for search

2004-02-02 Thread Denzo
How do you optimize a table for search? And do you need to change anything in the php (sql select) to reflect these changes? I heard of creating an index or something, but can someone tell me how this works? Thanks. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://

[PHP-DB] Re: Mail Function

2004-02-02 Thread Denzo
see www.php.net/imap "Graeme McLaren" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > Evening all, I've written a script which sends emails, there is no problem > with that. I was wondering how I can check for email bounces, anyone know > how to do that? > > Cheers, > > G :) --

Re: [PHP-DB] Functions

2004-02-02 Thread Denzo
Easier is using their value, eg $email = email(replacement(functions($_POST['email']))); // or _GET $address = address(replacement(functions($_POST['email']))); ... "Micah Stevens" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > Chis, > > I think this might do what you want: > >