Hi John,
Take a look at this site http://www16.brinkster.com/gazb/ming/index.html
- Frank
> I've just finished a course in PHP, so excuse my ignorance since it was
a rather basic course. All of our class examples worked with static HTML
pages as either input or output. I hope to use FLASH and PH
I've just finished a course in PHP, so excuse my ignorance since it was a rather basic
course. All of our class examples worked with static HTML pages as either input or
output. I hope to use FLASH and PHP to create an application as part of my thesis, but
can only find one book on the subject (
Getting rid of the Excel instance indeed is the tricky part of it:
With Excel 8 / PHP4.3.2 the problem lies in handling of the typelib(s):
// You might want to load the appropriate type library if you have to use
// excel constants on the interface. Do that by setting INI value
// com.autoregister
I have been using PHP with COM
On my Win2000 platform running PHP as a module on Apache2 the excel
application doesn't end after the script ends
The script ends:
$exapp->Quit();
unset($exapp);
?>
What could be the problem?
/Jesper
-Ursprungligt meddelande-
Från: Sven Schnitzke [mailt
Hi George,
are you familiar with COM? If so, consider:
// select range to $r , then do
if($r->NumberFormat()="a format") { ... }
where "a format" can be "Standard" or something like
"#,##0.00; -###0.00" or so as used in the "Format - Cells"
dialog of Excel.
With Excel 8 there seems to be a glitc
Hi,
I'm thinking ahead to something I'll need to tackle in the future.
My current system is Filemaker based and I can import straight from Excel
spreadsheets - but with no checking available. Now that I'm re-writing into
php/mysql(pear:dB)/smarty, If I can, I'd like the user to be able to select
OK, OK, PHP is weakly typed. Happy now? ;) :)
-Original Message-
From: Ross Honniball
Sent: 21-5-2004 1:57
Subject: RE: [PHP-WIN] Why doesn't php have a 'date' variable type?
php isn't typeless.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.ne
Charlers,
thanks for your comment.
Your suggestion different in the respect that it is better.
(My appiligizes about my ingorance with the PHP API.)
-Original Message-
From: Charles P. Killmer
To: [EMAIL PROTECTED]
Sent: 20-5-2004 17:00
Subject: RE: [PHP-WIN] Passing +, =, - at post an
Out of curosity: why do you think it would work better or be more direct?
-Original Message-
From: Gryffyn, Trevor
Sent: 20-5-2004 16:50
Subject: RE: [PHP-WIN] Passing +, =, - at post and get
That's gotta be one of the more creative ways around using a regular
expression I've ever seen..