[PHP] Re: php cgi question

2002-10-13 Thread David Cook
Hi again all Just a bit more info, trying to track some more things down. I made a few changes, changed getmail so that it would allow the getmailrc file to be group writable, made a few changes to the user/group structure (including making apache a member of a specific new group, and then

Re: [PHP] Simple HTML-Form Question

2002-10-13 Thread Chip Wiegand
Sascha Cunz wrote this stuff back on Mon, 14 Oct 2002 01:13:53 +0200: This beautifies it (even makes it a bit more secure), but one doesn't need it really; should have worked without these changes, too. (Of course, it's better to include these changes) Sascha No it shouldn't have worked

Re: [PHP] Re: php cgi question

2002-10-13 Thread Marco Tabini
I think you might be unable to access documents outside the root if you're in safe mode. Just out of curiosity--have you tried su-ing to the Apache user and executing your script as that user? On Sun, 2002-10-13 at 21:36, David Cook wrote: Hi again all Just a bit more info, trying to track

RE: [PHP] Odd Problem

2002-10-13 Thread John W. Holmes
What does your script look like? PHP isn't going to just make up an error. If it tells you that was the error from a query, then it really was. ---John Holmes... -Original Message- From: Stephen [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 8:44 PM To: PHP List; [EMAIL

[PHP] Re: Odd Problem

2002-10-13 Thread Owen Prime
If you showed us the SQL your trying to execute and the table schema you may get more helpful responses. Cheers, Owen Prime http://www.noggin.com.au Stephen wrote: Hello, I'm running a script that inserts a form's contents into a MySQL table. However, when I insert the contents, I get

[PHP] sesson tutorials

2002-10-13 Thread Peter Houchin
howdy does any one know where i can view an uptodate session tutorial? so far I have not found any that are up todate. Cheers Peter the only dumb question is the one that wasn't asked -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Odd Problem

2002-10-13 Thread Jason Reid
Also I would check the case of the column in both the script and the DB itself. And yes, the query and the table schema might help if that isnt it. Jason Reid [EMAIL PROTECTED] -- AC Host Canada www.achost.ca - Original Message - From: Owen Prime [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: [PHP] sesson tutorials

2002-10-13 Thread John W. Holmes
howdy does any one know where i can view an uptodate session tutorial? so far I have not found any that are up todate. Sessions are a breeze. Just call session_start() on any page you need to access the session. You then have a variable called $_SESSION, which is an array. You can use it as

Re: [PHP] Simple HTML-Form Question

2002-10-13 Thread @ Edwin
Hello, Just for the sake of the argument... On Monday, October 14, 2002 10:44 AM Chip Wiegand wrote: Sascha Cunz wrote this stuff back on Mon, 14 Oct 2002 01:13:53 +0200: This beautifies it (even makes it a bit more secure), but one doesn't need it really; should have worked without

Re: [PHP] Re: php cgi question

2002-10-13 Thread David Cook
hmmm safe mode is disabled - for the apache module version from phpinfo() safe_mode Off Off Just out of curiosity--have you tried su-ing to the Apache user and executing your script as that user? yep, same result (although I had to change the apache user for a few minutes so it had a shell..

Fw: Re: [PHP] Simple HTML-Form Question

2002-10-13 Thread Chip Wiegand
Yep, I've been going over this with John off-list, I learned something new tonite. One thing about his script - it doesn't print the text entered in the box, it only prints the work Hallo. To fix that would require adding . $name; to the end of the echo statement. Regards, -- Chip Edwin wrote

Re: [PHP] Re: php cgi question

2002-10-13 Thread Marco Tabini
Ok, that's a big step forward then. It's possible that your user does not have access to the directory tree where the file resides? Have you tried listing that directory and or opening the file (for example with cat) while using that file? If you can narrow it down to a permission problem (and,

Re: Fw: Re: [PHP] Simple HTML-Form Question

2002-10-13 Thread Keith Vance
I would quote get in method=get and end the /form for starters. Keith Vance Vance Consulting LLC www.vanceconsulting.net (206) 355-2399 Try my open source PHP authentication system, Rampart by visiting http://rampart.sourceforge.net/. Commercial support is available at,

Re: [PHP] $HTTP_GET_VARS within a function ??

2002-10-13 Thread Jason Wong
On Monday 14 October 2002 08:36, John Negretti wrote: Marco, I was reading that there were some security risks with register-globals. Is this the same thing as global. No, they're totally different things. -- Jason Wong - Gremlins Associates - www.gremlins.com.hk Open Source Software

[PHP] Re: Compiling PHP against net-snmp 5.0.6

2002-10-13 Thread Harrie Hazewinkel
Hi, I have made a patch some time ago to have the old ucd-snmp and the new net-snmp reside besides each other. I would like to drop the ucd-snmp completely, but that is up to the group. I have made a patch for this which is available at http://www.lisanza.net/php-snmp/php-snmp.patch.txt Use

<    1   2