Re: [PHP-WIN] clearing cache ...... still not workin out

2003-09-15 Thread toby z
thnx guyz but i have tried header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");// Date in the past header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // always modified header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1 header("Cache-Control: post-check=0,

[PHP-WIN] session and cookie

2003-09-15 Thread Exiang
i m doin a login system what's the diff between session and cookie? which one is more secure? i tried session on my server but there's error soi use cookie and it work well. btw..is there any module that's ready to use for login system?

[PHP-WIN] Re: calling a php script

2003-09-15 Thread Sek-Mun Wong
try $fp = fopen (http://www.example.com/otherscript.php?a=1&b=2, "r"); $contents = fread ($fd, filesize ($filename)); fclose ($fd); then preg_match $contents for any output. "Gerardo Rojas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'm trying to call a php script from another

php-windows Digest 15 Sep 2003 23:47:10 -0000 Issue 1911

2003-09-15 Thread php-windows-digest-help
php-windows Digest 15 Sep 2003 23:47:10 - Issue 1911 Topics (messages 21386 through 21389): Re: clearing cache .. 21386 by: Piotr Pluciennik 21387 by: J.Veenhuijsen calling a php script 21388 by: Gerardo Rojas install remote desktop from php 21389 by: Co

[PHP-WIN] install remote desktop from php

2003-09-15 Thread Comex
I have a remote windows machine that has Apache/PHP5 installed, and am able to connect via VPN to it. However I need some sort of remote desktop, and can only use PHP to install it... is this possible? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

[PHP-WIN] calling a php script

2003-09-15 Thread Gerardo Rojas
I'm trying to call a php script from another php script. I have the script name in a variable. Any suggestions on how to implement this? I tried the "back-tick" and the exec. I even tried doing it with a *.bat file. Nothing seems to work. I'm on W2k and php 4.3.3

[PHP-WIN] Re: clearing cache ......

2003-09-15 Thread J.Veenhuijsen
header ("Pragma : no-cach"); or header ("Cache-Control : no-cache, must-revalidate"); ? Jochem Toby z wrote: hay guyz this is a rather silly thing but its starting to drive me now i have a page with a million switches checkin and including files for each case . the files on their turn ru

Re: [PHP-WIN] clearing cache ......

2003-09-15 Thread Piotr Pluciennik
Before sending your graph with: Imagegif($im); try things like that: Header("Expires: Fri, 10 Jun 1976 07:00:00 GMT"); HTH Piotr --- toby z <[EMAIL PROTECTED]> wrote: > hay guyz > > this is a rather silly thing > but its starting to drive me now > > i have a page with a million switches ...

php-windows Digest 15 Sep 2003 10:58:48 -0000 Issue 1910

2003-09-15 Thread php-windows-digest-help
php-windows Digest 15 Sep 2003 10:58:48 - Issue 1910 Topics (messages 21384 through 21385): Windows 200 Ming installation 21384 by: Ahmad Khashan clearing cache .. 21385 by: toby z Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubsc

[PHP-WIN] clearing cache ......

2003-09-15 Thread toby z
hay guyz this is a rather silly thing but its starting to drive me now i have a page with a million switches checkin and including files for each case . the files on their turn run a few queries and then each calls a file generate graph which generates a graph for the query rum earlie