[PHP] Re: session/mysql problems

2004-04-02 Thread Tom Dangler
>From php manual http://us3.php.net/variables.external Note: Superglobal arrays, like $_POST and $_GET, became available in PHP 4.1.0 >>> "Andy B" <[EMAIL PROTECTED]> 04/01/04 12:55PM >>> hi I created a login script and originally was using php4.3.3 to write the script with. Then I found out tha

[PHP] Re: Informix and PHP

2004-03-17 Thread Tom Dangler
Go to http://www.unixodbc.org The 'Manuals' page has a variety of information including setting up unixodbc and using the Informix driver. Tom >>> Pietuka Krustiòð <[EMAIL PROTECTED]> 03/17/04 03:36AM >>> Hi, Everybody is so amazed by the ease and power of MySQL that some nice products do not

Re: [PHP] Question on PDF upload

2004-03-11 Thread Tom Dangler
Try manipulating these values in php.ini to get what you want: post_max_size = 8M upload_max_filesize = 2M max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 8M

Re: [PHP] open_basedir clarification

2004-01-09 Thread Tom Dangler
to only the specified directory, end with a slash. For example: "open_basedir = /dir/incl/" php manual link: http://www.zend.com/manual/features.safe-mode.php Tom Dangler >>> "Matt Grimm" <[EMAIL PROTECTED]> 01/08/04 07:16PM >>> Can anyone cla