On Sat, Apr 30, 2011 at 12:23, Daniel Brown <danbr...@php.net> wrote:
>>
>>        <?php
>>                echo '$_SERVER['HTTP_USER_AGENT']';
>>        ?>
>
>    First of all, no it doesn't.  Placed inside single quotes, it'll
> not only try to return it verbatim (i.e. - the variable would be
> printed to screen), but it'll also cause a parse error, as you reuse
> single quotes in the variable key container.

    Forgot the "second of all" before hitting send.

    Second of all, what does this have to do with your PostgreSQL
problem?  Did I miss something?

-- 
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/

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

Reply via email to