[PHP] Drop in replacement for session_decode() ?

2003-02-09 Thread Uchendu Nwachukwu
I was wondering if anyone knew of a drop-in replacement function for session_decode(). I am having problems with the session_decode() function populating the $_SESSION array with bogus or corrupt entries. I'm using PHP 4.3.0. Thanks in advance. Uchendu Nwachukwu www.unnndunn.com -- PHP

[PHP] Re: Callin PHP gurus...figure this out

2002-04-26 Thread Uchendu Nwachukwu
that helps! -- Uchendu Nwachukwu newsreply AT unndunn DOT com - www.unndunn.com R [EMAIL PROTECTED] wrote in message 000b01c1ed6e$d21595e0$0a6da8c0@lgwezec83s94bn">news:000b01c1ed6e$d21595e0$0a6da8c0@lgwezec83s94bn... Greetings All, (Special greetings go out to Steve for excellient previ

[PHP] Re: how to use session data in other php scripts

2002-04-26 Thread Uchendu Nwachukwu
Simply do the same thing in the other script. Create a session named 'testsess' and register the variable (under the same name) to it. That variable will auttomatically take up the it was set to previously. -- Uchendu Nwachukwu newsreply AT unndunn DOT com - www.unndunn.com Deval Parikh [EMAIL

Re: [PHP] 4.2 new GLOBALS question

2002-04-26 Thread Uchendu Nwachukwu
Try simply changing '$HTTP_GET_VARS' to '$_GET'. so.. $start = isset($_GET['s']) ? $_GET['s'] : ''; -- Uchendu Nwachukwu newsreply AT unndunn DOT com - www.unndunn.com Jeff Lewis [EMAIL PROTECTED] wrote in message 00b101c1ecaf$2f429850$0100a8c0@cr983033a">news:00b101c1ecaf$2f429850$

[PHP] Re: How to create, name and start PHP sessions

2002-04-18 Thread Uchendu Nwachukwu
-- Uchendu Nwachukwu newsreply AT unndunn DOT com - www.unndunn.com Phil Powell [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Thanx, however, I cannot retain the session_name when I go to the next URL. How do I retain the session_name especially when I hav

[PHP] Re: How to create, name and start PHP sessions

2002-04-18 Thread Uchendu Nwachukwu
that does. -- Uchendu Nwachukwu newsreply AT unndunn DOT com - www.unndunn.com Phil Powell [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I am now getting the following errors on every page: Warning: Cannot send session cache limiter - headers already sent

[PHP] Re: what do i put in .htaccesss to achieve this

2002-04-16 Thread Uchendu Nwachukwu
Try this: RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteCond %{HTTP_HOST} whatever.yoursite.com RewriteCond %{REQUEST_URI} !path/to/desination/folder/ RewriteRule ^(.*)$ path/to/destination/folder/$1 [L] That should do it. -- Uchendu Nwachukwu newsreply AT unndunn DOT com

[PHP] Server-side imagemaps?

2002-04-16 Thread Uchendu Nwachukwu
Is there anyway I can use server-side imagemaps with PHP? I want to build an application that lets people click on a picture, and have the coordinates of the click on the picture be stored in a database. I've searched www.php.net and it makes no mention of it. TIA. -- Uchendu Nwachukwu

[PHP] Re: superglobal var names can't access object methods?

2002-04-16 Thread Uchendu Nwachukwu
I may be wrong on this one, and someone please correct me if I am, but I believe you can't store objects in a session variable. That might be the problem. -- Uchendu Nwachukwu newsreply AT unndunn DOT com - www.unndunn.com Erik Price [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]"

[PHP] I'm having trouble handling POST file uploads... HELP!

2001-12-28 Thread Uchendu Nwachukwu
=showVersionInfo for info about the version of PHP the server is running. Thanks in advance! -- Uchendu Nwachukwu newsreply AT unndunn DOT com - www.unndunn.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Getting the filesize of an image?

2001-11-30 Thread Uchendu Nwachukwu
Is there any easy way to get the filesize of an image on a remote server? Please tell me there is! TIA -- Uchendu Nwachukwu newsreply AT unndunn DOT com - www.unndunn.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [PHP] Getting the filesize of an image?

2001-11-30 Thread Uchendu Nwachukwu
Not the dimensions. Of course I knew that. I want the file size, as in 'how many bytes'. GetImageSize() doesn't do that. -- Uchendu Nwachukwu newsreply AT unndunn DOT com - www.unndunn.com Kurt Lieber [EMAIL PROTECTED] wrote in message E169xrH-0001ED-00@z8">news:E169xrH-0001ED-00@z8

[PHP] 'Undefined Variable' help...

2001-09-04 Thread Uchendu Nwachukwu
using HTTP GET, and they are designed to be used like that. My problem is, if I don't define those variables in the URL when I run gallery.php, PHP will come back with 'Undefined Variable' errors. Is there any way I can prevent that from happening? TIA! -- Uchendu Nwachukwu unndunn AT yahoo DOT