Re: [PHP] WEB PAGE CALCI

2001-12-10 Thread Matthew Moreton
Hi Chamarty, The function you are looking to use is: filesize(file); This will return the size of a file, surprisingly! Use it on all the files in your docuemnt and add the results. Regards Matt. Email: [EMAIL PROTECTED] - Original Message - From: Chamarty Prasanna Kumar [EMAIL

[PHP] PREG

2001-12-07 Thread Matthew Moreton
Hi people. I am having some trouble with the PREG functions in php. Here's what I am trying to do... First of all I am reading in a file which is 1.5mb's in size, it could be many more, going up to 8mb's, the contents of the file is input to a string. The format of the file is as follows...

Re: [PHP] Getting started - what do I need?

2001-12-07 Thread Matthew Moreton
I would suggest downloading PHPtriad. It installs Apache, PHP and mySQL all set up and ready to go. http://www.phpgeek.com to get it. The only resources I have used to teach myself php and mysql is the documentation provided at www.php.net and www.mysql.com respectively. Good luck Matt

Re: [PHP] Dynamic Navigation w/PHP

2001-11-19 Thread Matthew Moreton
My website has a navigation menu that is written to the browser depending on what vars are set in the php script. I store all the link names in an array, then simply do a 'foreach' loop to write the output. This would allow me to add another menu item by just adding it into the array. Simple

Re: Re: [PHP] schedule a task

2001-11-19 Thread Matthew Moreton
You can launch IE with an address as a paramater from task scheduler. Example: C:\PROGRA~1\INTERN~1\IEXPLORE.EXE http://somehost.com/somepath/somescript.php Matt. Gab [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I'll check with the tech support but nothng