is this sql correct?
Posted: Fri Oct 24, 2003 4:32 am
i'm using this to do a searchable mySql database
and it doesn't output anything - i know name holds a value that is in database, any thoughts
Phil
Code: Select all
$query = "select * from alt_bridge_pupils where pupil like '$name'";Phil