AW: [PHP-WIN] php, excel - release problem

2003-09-20 Thread Sven Schnitzke
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 -0000 Issue 1919

2003-09-20 Thread php-windows-digest-help
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

[PHP-WIN] php, excel - release problem

2003-09-20 Thread Grzegorz Godlewski
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

[PHP-WIN] Using PHP to compile uploaded sourcecode with cygwins gcc?

2003-09-20 Thread DvDmanDT
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

Re: [PHP-WIN] Auto Refresh

2003-09-20 Thread Paul Menard
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

Re: [PHP-WIN] Auto Refresh

2003-09-20 Thread Dean Hayes
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-

Re: [PHP-WIN] Auto Refresh

2003-09-20 Thread Donatas
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

Re: [PHP-WIN] Re: generate img with fonts...

2003-09-20 Thread Bobo Wieland
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"

[PHP-WIN] Auto Refresh

2003-09-20 Thread ascll
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

[PHP-WIN] Slashdot:: PHP usage in the Enterprise - results

2003-09-20 Thread Alexandru COSTIN
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

[PHP-WIN] Re: Problem with $PHP_SELF and possibly some others

2003-09-20 Thread dimitrios seitz
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

[PHP-WIN] Re: PHP Apache (GLOBALS) question

2003-09-20 Thread dimitrios seitz
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 -0000 Issue 1918

2003-09-20 Thread php-windows-digest-help
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

[PHP-WIN] Re: Warning messages

2003-09-20 Thread dimitrios seitz
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