[PHP] Special dll for query strings?

2002-02-12 Thread maglet

I just reinstalled php to a new path (c:\php). I deleted the php.ini in my 
winnt folder and used php:s recomended php.ini (I put that one into my c\winnt) 
renamed to php.ini.

But my problem is that a query-string (./index.php?id=12) dosn't seem to work. 
I cant get access to any $id in my index.php but I think I should? It worked 
bout before... 

Using w2k; php 4.1.1; phped
/Maglet, Sweden

-- 
Get your firstname@lastname email at http://Nameplanet.com/?su

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




Re: [PHP] Special dll for query strings?

2002-02-12 Thread Girish Nath

Hi

Look at php.ini under the register_globals section for how to access GET
variables now with PHP4.1.x

Regards


Girish
--
www.girishnath.co.uk


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 13, 2002 12:05 AM
Subject: [PHP] Special dll for query strings?


I just reinstalled php to a new path (c:\php). I deleted the php.ini in my
winnt folder and used php:s recomended php.ini (I put that one into my
c\winnt)
renamed to php.ini.

But my problem is that a query-string (./index.php?id=12) dosn't seem to
work.
I cant get access to any $id in my index.php but I think I should? It worked
bout before...

Using w2k; php 4.1.1; phped
/Maglet, Sweden

--
Get your firstname@lastname email at http://Nameplanet.com/?su

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



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