> Hi, Howdy
> > I have a php form that takes in data for a mysql query. The > script that > processes the form takes the variables from the form and > submits them to > the db. > > What if the field after LIKE needs to be imprecise? The variable > somehow needs to be converted to a regular expression like /'%expr%'/ > so the query will match the expression anywhere in the line. > I can't > put $var inside the regex delimiters, so not sure what else to try. Hmm two things you could try :: 1) delete the php and write it inperl so his list can help 2) ask your question to a php list :) > > Any ideas? > Thanks, > Robbie -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
