Hi,
use of excel constants is facilitated by php.ini setting
com.autoregister_typelibs on
This is better than explicitly loading typelibs because you won't
get rid of an explicitly loaded typelib anymore. As with the
stickyness of excel: Yes, it has been an issue in earlier releases
but AFAIK P
php-windows Digest 20 Sep 2003 21:48:49 - Issue 1919
Topics (messages 21462 through 21471):
Re: PHP Apache (GLOBALS) question
21462 by: dimitrios seitz
Re: Problem with $PHP_SELF and possibly some others
21463 by: dimitrios seitz
Slashdot:: PHP usage in the Enterprise - res
Hello
I have following script:
$MyEx = new COM("Excel.Application",null,CP_UTF8) or Die ("Did not connect");
$xls = &$MyEx->application->Workbooks->Open(getcwd()."\\arkusz.xls") or Die ();
$xls->close(false);
$xls->release();
unset($xls);
$MyEx->quit();
$MyEx->release();
unset($MyEx);
After exi
Hello, I have an intresting problem: I want to let users upload sourcecode
and then compile it using my cygwin gcc... But one thing at a time... I
can't get that gcc to execute...
shell_exec("gcc temp.c"); # Doesn't work as that will use MinGW
shell_exec("D:\\cygwin\\bin\\gcc.exe temp.c"); /* Give
You could use a standard HTML technique which is
putting a meta statement into the of your HTML
Like so
The 'content' variable could be set to 5. In the
example I have provided the page will auto-refresh
every 120 seconds (2 minutes).
Paul
--- Donatas <[EMAIL PROTECTED]> wrote:
> I would al
For a refresh i use a meta tag
Works every time for me
Dean "The Insane Guy" Hayes
Mystical Web Designs
http://www.mystical-sector.com
<-- I design and i redesign but still i never designed true beauty like you
-->
From: Donatas <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [PHP-
I would also like to know how to do that it would be nice to make
script that sends emails on a certain preset time. Like Birthday
notifications, etc...
ascll wrote:
Greetings,
Could someone please teach me how to configure my .php page to auto refresh,
say every 5 seconds?
Thanks in advan
Thanks for your replay. But, why do I have to install freetype? As I've come
to understand you can just use the built in php functions with any server
installed font. No extra software necessary... Please enlighten me :)
.bobo [EMAIL PROTECTED]
- Original Message -
From: "Sek-Mun Wong"
Greetings,
Could someone please teach me how to configure my .php page to auto refresh,
say every 5 seconds?
Thanks in advance and I'm using PHP ver 4.3.3
Regards,
ascll
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
We have published the results of the Enterprise PHP research on our website.
See the link to InterAKT and Zend survey, together with lots of insightful
comments, here:
http://developers.slashdot.org/article.pl?sid=03/09/19/2133204&mode=thread&tid=126&tid=169
We would like to get
Look at this snippet.
$globalize include all variable which will be globalized.
http://www.network-site.de/net/snippets.php?include=0
"Nms&ío{óÊ" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> i just recently installed apache2 on my computer and then php4.3.3, so i
> could te
Look at this snippet.
$globalize include all variable which will be globalized.
http://www.network-site.de/net/snippets.php?include=0
"Frank Tudor" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> I have installed Mandrake Linux and it comes standard with
> Apache PHP and MySQL.
php-windows Digest 20 Sep 2003 08:18:33 - Issue 1918
Topics (messages 21448 through 21461):
PHP Apache (GLOBALS) question
21448 by: Frank Tudor
Re: [PHP] PHP Apache (GLOBALS) question
21449 by: Jay Blanchard
21450 by: Frank Tudor
21451 by: Frank Tudor
test.php must be:
Today's Date
Today's Date (according to this Web server) is
"ascll" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Problem solved. Thanks.
>
>
> "Ascll" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Greetings,
> >
> > I just instal
14 matches
Mail list logo