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="where ref_id="'{$Reference[$x][ref_id]}'";


Ash
www.ashleysheridan.co.uk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to