Re: [PHP-WIN] Apache + Windows + PHP

2007-05-02 Thread Hartleigh Burton
ww.php.net/unsub.php Regards, Hartleigh Burton Resident Geek MRA Entertainment Pty Ltd 5 Dividend St | Mansfield | QLD 4122 | Australia Phone: (07) 3457 5041 Fax: (07) 3349 8806 Mobile: 0421 646 978 www.mraentertainment.com

Re: [PHP-WIN] Calling PHP from PHP

2007-04-11 Thread Hartleigh Burton
Not sure if i understand properly... you don't want to use the include () function or you don't want to have the code of script B in script A? If it is the later you can use include("path/to/scriptB.php"); or require("path/to/scriptB.php"); you can also use include_once() and require_once()

Re: [PHP-WIN] php include problem

2007-03-28 Thread Hartleigh Burton
directory (one level higher) so: "../images/" would work in this example. bob's advice to use absolute paths would be safest though... "www.your-domain.com/images/" Niel -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.

Re: [PHP-WIN] php include problem

2007-03-28 Thread Hartleigh Burton
i fix this, so that all files in root folder and same files in new folder retrieve images from the same location? Thanks! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Regards, Hartleigh Burton Resident Geek MRA Entertainment Pty

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Hartleigh Burton
one, greatly appreciate it. On 06/03/2007, at 12:41 AM, Stut wrote: Hartleigh Burton wrote: I am having some problems while uploading a file to a MySQL database relating to file sizes. I have created a script which successfully uploads most files to the database, however anything roughly

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-05 Thread Hartleigh Burton
this version of PHP had a lot of memory bug fixes in it. I am using the following software: Windows 2000 (SP4) PHP 5.2.1 Apache 2.2.4 MySQL 5.0.27 If anyone has any ideas on how to solve this then the help is greatly appreciated. Regards, Hartleigh Burton. -- PHP Windows Mailing List (htt

Re: [PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread Hartleigh Burton
- Original Message - From: "Hartleigh Burton" <[EMAIL PROTECTED]> To: Sent: Monday, March 05, 2007 9:13 AM Subject: [PHP-WIN] Fatal Error: Allocated memory size problem... Hi All, I am having some problems while uploading a file to a MySQL database relating to fi

[PHP-WIN] Fatal Error: Allocated memory size problem...

2007-03-04 Thread Hartleigh Burton
P 5.2.1 Apache 2.2.4 MySQL 5.0.27 If anyone has any ideas on how to solve this then the help is greatly appreciated. Regards, Hartleigh Burton.