[PHP] Re: [suspicious - maybe spam] [PHP] [suspicious - maybe spam] RE: [PHP] RE: Issues with News sites again...

2005-09-14 Thread Jasper Bryant-Greene

Death Gauge wrote:
I'll try that...But why shouldn't I have register_globals on (which my 
ISP does and every tutorial I've ever read says to do in order to use 
several different features of PHP:-/).


http://php.net/security.globals

I would be very worried about the quality of any tutorial that said that 
(and any ISP that did that by default).


--
Jasper Bryant-Greene
Freelance web developer
http://jasper.bryant-greene.name/

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



[suspicious - maybe spam] [PHP] [suspicious - maybe spam] RE: [PHP] RE: Issues with News sites again...

2005-09-13 Thread Death Gauge
I'll try that...But why shouldn't I have register_globals on (which my ISP 
does and every tutorial I've ever read says to do in order to use several 
different features of PHP:-/).



--Death Gauge
How do you gauge your death?!




Original Message Follows
From: Jasper Bryant-Greene [EMAIL PROTECTED]
To: php-general@lists.php.net
Subject: [PHP] RE: Issues with News sites again...
Date: Wed, 14 Sep 2005 15:21:43 +1200 (NZST)

On Wed, September 14, 2005 3:15 pm, Death Gauge said:
 Sorry had to eat too.  Ok here is the source that is giving me problems.
 I'd
 dropped a few things from it cause they weren't working either but this
 gives the just of what I'm trying to do. I'm renaming the poster.php 
files

 to more appropriate names but you get the idea of what I'm trying but not
 getting to work.

 ?php include 'pselector.php'; ?
 ?php
// Poster (poster.php)
switch($id)

Unless you have register_globals on, which you shouldn't, this should be
switch($_POST['id'])

--
Jasper Bryant-Greene

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

_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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