Re: [PHP] String variable

2009-01-11 Thread Lars Torben Wilson
2009/1/11 Ashley Sheridan : > On Sun, 2009-01-11 at 14:36 +, Ashley Sheridan wrote: >> On Sun, 2009-01-11 at 08:59 -0500, MikeP wrote: >> > Hello, >> > I am trying yo get THIS: >> > where ref_id = '1234' >> > from this. >> > $where="where ref_id="."'$Reference[$x][ref_id]'"; >> > >> > but i cer

Re: [PHP] String variable

2009-01-11 Thread Nathan Rixham
Ashley Sheridan wrote: On Sun, 2009-01-11 at 14:36 +, Ashley Sheridan wrote: On Sun, 2009-01-11 at 08:59 -0500, MikeP wrote: Hello, I am trying yo get THIS: where ref_id = '1234' from this. $where="where ref_id="."'$Reference[$x][ref_id]'"; but i certainly have a quote problem. Any help?

Re: [PHP] String variable

2009-01-11 Thread Ashley Sheridan
On Sun, 2009-01-11 at 14:36 +, Ashley Sheridan wrote: > On Sun, 2009-01-11 at 08:59 -0500, MikeP wrote: > > Hello, > > I am trying yo get THIS: > > where ref_id = '1234' > > from this. > > $where="where ref_id="."'$Reference[$x][ref_id]'"; > > > > but i certainly have a quote problem. > > > >

Re: [PHP] String variable

2009-01-11 Thread Ashley Sheridan
On Sun, 2009-01-11 at 08:59 -0500, MikeP wrote: > Hello, > I am trying yo get THIS: > where ref_id = '1234' > from this. > $where="where ref_id="."'$Reference[$x][ref_id]'"; > > but i certainly have a quote problem. > > Any help? > Thanks > Mike > > > > It should look like this: $where="whe

Re: [PHP] String variable

2009-01-11 Thread Eric Butera
On Sun, Jan 11, 2009 at 8:59 AM, MikeP wrote: > Hello, > I am trying yo get THIS: > where ref_id = '1234' > from this. > $where="where ref_id="."'$Reference[$x][ref_id]'"; > > but i certainly have a quote problem. > > Any help? > Thanks > Mike > > > > > -- > PHP General Mailing List (http://www.ph