Re: passing variables into mysql

2003-03-31 Thread R. Joseph Newton
Jasmine wrote: > Hi > > Is there any way to pass variables into MySQL statements for execution? I m > using the DBI package. Thanks! I think the problem has more to do with the join function > Heres my snippet and it doesnt work. > dbconnect(); > prepare the query

Re: passing variables into mysql

2003-03-31 Thread Joe Mecklin
here's one i wrote a while back; it builds the arguments dynamically depending on what parameters cgi passes back from the page to the script. the biggest problem probably is to make sure you have all the quotes accounted for. the variables being passed here are only the "where" clauses but the s

Re: passing variables into mysql

2003-03-31 Thread beau
Hi - On 1 Apr 2003 at 1:20, Jasmine wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Hi > > Is there any way to pass variables into MySQL statements for execution? I m > using the DBI package. Thanks! > > Heres my snippet and it doesnt work. > dbconnect(); >