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 setti
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 work
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 trac
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; [EMAI
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 ge
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
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 PROTEC
> 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
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
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..
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
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, at
I would quote get in method="get" and end the 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,
http://www.vanceconsulting
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
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 --w
Thanks to John Holmes & Timothy Hitchens for your help
after looking at what both of you said .. i found i had handled the sessions
correctly but not the sql statement in my script and it was the sql out put
that was causing nothing to be registered in my sessions.
Cheers
Peter
> -Original
I added a little $counter in the while loop.
The count shows 2.
But why do I only get one value?
Thanks,
Faisal
-Original Message-
From: Faisal Abdullah [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 14, 2002 9:55 AM
To: [EMAIL PROTECTED]
Subject: [PHP] OCIFetchInto: OCI8 problem
Hi
For a form that allows people to upload image files to the server, I'd like
to pop open a small browser window with an "Uploading..." message once
someone clicks on Submit button. Then I'd like the window to automatically
close once the process is done and the main browser window refreshes.
Can t
101 - 118 of 118 matches
Mail list logo