Hi,
On Thu, 2 Oct 2003 09:26:37 +0200
"Angelo Zanetti" <[EMAIL PROTECTED]> wrote:
> with regard to register_globals being off, what kind of security
> implications are there? And what would you define as badly/poorly
> written php code?
Here's a (simple) example:
http://www.php.net/manual/en/
: [EMAIL PROTECTED]; Gal
Subject: Re: [PHP] Variables not passed on localhost setup
From: "Gal" <[EMAIL PROTECTED]>
> Reply - this means your php is running on php defaults configuration.
> you need to copy the 'php.ini-dist' file as 'php.ini' to c:\window
On Wed, 01 Oct 2003 14:22:30 -0400, Greg Watson <[EMAIL PROTECTED]>
wrote:
I'll check up on the security implications. Unfortunately for me, this
is the way I was taught PHP. I'll have to rethink things I suppose!
(and make sure you understand the security implications that may arise
from
having
Thank you all so much! That sorted it! Cheers!
I didn't see that before because I'm blind. Metorphorically speaking.
Put it down to code-blindness from staring at the screen too long. Weird
thing is, my searches took me to http://www.php.net/configuration, which
didn't mention the moving ini fi
From: "Gal" <[EMAIL PROTECTED]>
> Reply - this means your php is running on php defaults configuration.
> you need to copy the 'php.ini-dist' file as 'php.ini' to c:\windows.
> edit the the file 'C:\windows\php.ini'
> and change register_globals = Off to register_globals = On
(and restart your w
Greg Watson wrote:
I'd like to be able to switch Register_Globals ON, but I can't find my
php.ini file.
Running phpinfo(); tells me that my 'php.ini' file is stored in
C:\WINDOWS, but it's not there. I've ran a file search and still can't
find it.
The only ones that appear are 'php.ini-dist' an
rename php.ini-recommended to php.ini and put it in C:\windows and you
can now use that file.
--
Ray
On Wed, 2003-10-01 at 10:52, Greg Watson wrote:
> Thank you for that answer! That worked perfectly!
>
> That leads me to another query, again, which I have searched for...
>
> I'd like to be abl
Reply - this means your php is running on php defaults configuration.
you need to copy the 'php.ini-dist' file as 'php.ini' to c:\windows.
edit the the file 'C:\windows\php.ini'
and change register_globals = Off to register_globals = On
Greg Watson wrote:
Thank you for that answer! That worked perf
Thank you for that answer! That worked perfectly!
That leads me to another query, again, which I have searched for...
I'd like to be able to switch Register_Globals ON, but I can't find my
php.ini file.
Running phpinfo(); tells me that my 'php.ini' file is stored in
C:\WINDOWS, but it's not th
From: "Greg Watson" <[EMAIL PROTECTED]>
> doesn't look as
> though variables are being passed from page to page.
Register_globals is OFF in your php.ini file, so you need to use
$_GET['testvar'] instead of $testvar.
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
Hi Guys,
I've Googled and RTFM'd, but I can't seem to figure this out - it may
not even be a php problem but I'm not sure.
I've set up Apache, PHP and MySQL on my laptop running XP Home. Although
I've coded php for a while now, I had never set these up on my own
computer before. The php seems to b
11 matches
Mail list logo