php-windows Digest 17 Nov 2003 00:03:24 -0000 Issue 2003

2003-11-16 Thread php-windows-digest-help
php-windows Digest 17 Nov 2003 00:03:24 - Issue 2003 Topics (messages 22116 through 22121): Re: capturing the output to a file rather than the browser 22116 by: Donatas Re: GD Lib 22117 by: DvDmanDT 22121 by: S F Alim Re: PHP CODE ERROR? 22118 by: Svensson,

RE: [PHP-WIN] Re: GD Lib

2003-11-16 Thread S F Alim
Thanx DvDmanDT   Problem is solved but I had to specify path for CACHE_DIR and TTF_DIR in my jpgraph.php in order to run the graph. Thanks a lot buddy.     Regards, S F Alim. Tech Support, Technical Deptt., VodaTel Riyadh. Date: November 17, 2003 -Original Message- From: DvDmanDT [mailt

Re: [PHP-WIN] PHP in general

2003-11-16 Thread DvDmanDT
The first } should be after the last } for addRow() to be a method.. lol... Like this (didn't try, but seems correct): A Class with a Constructor headers = $headers; $this->cols = count ( $headers ); } //The addROw() Method -- function addRow( $row ) { if ( count ($row) != $this->cols

RE: [PHP-WIN] PHP in general

2003-11-16 Thread Roy Henderson
This sounds just a little like having a solution and trying to find a problem to go with it ... The bottom line is that you can do lots of things with PHP but you would probably be best actually having an objective in mind ...then you would be able to learn how to use PHP in the context of develop

RE: [PHP-WIN] PHP CODE ERROR?

2003-11-16 Thread Svensson, B.A.T. (HKG)
http://www.php.net/manual/en/language.oop.php -Original Message- From: Rocco CAstoro To: [EMAIL PROTECTED] Sent: 16-11-2003 6:58 Subject: [PHP-WIN] PHP CODE ERROR? Can Anyone tell my why this error is produced: Fatal error: Call to undefined function: addrow() in C:\Program Files\Apache

[PHP-WIN] Re: GD Lib

2003-11-16 Thread DvDmanDT
in php.ini, change the extension_dir variable, then uncomment ';extension=php_gd2.dll' (remove the ; at the beginning of the line)... -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com ## Please, if you are using windows, you may be infected by Swen. Please

Re: [PHP-WIN] capturing the output to a file rather than the browser

2003-11-16 Thread Donatas
Yep, what you need is called output buffering. read about ob_start (); and other ob_* (); functions in PHP manual. Donny Brent wrote: Hi, Wondering if anyone can help!. I am trying to run a file like this after a submit from a form. .. .. My question is! Is there anyway using PHP to capture

php-windows Digest 16 Nov 2003 11:26:54 -0000 Issue 2002

2003-11-16 Thread php-windows-digest-help
php-windows Digest 16 Nov 2003 11:26:54 - Issue 2002 Topics (messages 22105 through 22115): Re: script to update file names 22105 by: Trystano.aol.com Object Oriented 22106 by: Rocco CAstoro 22107 by: GaguWD 22108 by: Rocco CAstoro PHP in general 221

[PHP-WIN] capturing the output to a file rather than the browser

2003-11-16 Thread Brent
Hi, Wondering if anyone can help!. I am trying to run a file like this after a submit from a form. .. .. My question is! Is there anyway using PHP to capture the output that is displayed above in a new window when the 'showmatches.php' is run to a file instead. Kinda like viewing the source o