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,
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
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
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
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
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
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 - 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
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