Date: 12/16/00
- Next message: Alaiddin Tayeh: "[PHP] run shell commands"
- Previous message: Alain : "[PHP] Added to [PHP] More values than I want !(php->mysql query)"
- In reply to: Alain \: "[PHP] More values than I want !(php->mysql query)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I got it working :
$query = "SELECT cybgoods.*, categorie.catdesc, materiel.matdesc";
$query .= " FROM cybgoods, categorie, materiel";
$query .= " WHERE (cybgoods.name LIKE '%$keyword%' OR
cybgoods.textdesc LIKE '%$keyword%')";
$query .= " AND cybgoods.Gcat = categorie.cat_id";
$query .= " AND cybgoods.Pcat = materiel.mat_id";
pfew :)
Al
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Alaiddin Tayeh: "[PHP] run shell commands"
- Previous message: Alain : "[PHP] Added to [PHP] More values than I want !(php->mysql query)"
- In reply to: Alain \: "[PHP] More values than I want !(php->mysql query)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

