Hi All,
I have been a subscriber of php-db for quite some time, and I have seen
MANY ppl ask why their variables aren't being passed though, etc, due
to register_globals, etc, blah blah blah
I have kept my eyes open reading all the material I can, and I
understand the security implications of
x27;
) as $transvar['new'] => $transvar['old']) {
if (isset($$transvar['old']) and is_array($$transvar['old'])) {
$GLOBALS[$transvar['new']] = &$$transvar['old'];
where you are putting
more than one statement in one line is difficult to debug, but thats
different from targeting spelling errors.
Adam
On Sunday, October 6, 2002, at 07:57 AM, Sascha Cunz wrote:
> Am Samstag, 5. Oktober 2002 20:44 schrieb Adam Royle:
>> I very much appreciate the s
Hi,
I transferred a small php site from my localhost to a new server
(commercial server). However, after I transferred it over, my sessions
would no longer work. Just as a test - here is some code I tried.
Please tell me I'm doing it the wrong way. Also, at the bottom of this
email this info
4 matches
Mail list logo