[PHP-WIN] PHP Win32 Java Extension

2001-11-29 Thread Daniel Francis
I cannot locate this at php.net. Anyone know where I can download it? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-WIN] Re: IIS4 - asp w/ ms-access hangs about once a week

2001-11-29 Thread Antonello Oliveri
MSAccess works fine under IIS... it's very diffused , well supported , well documented , very easy to mantain and a good choice if you want to offer sophisticated services to your customers instead of "user enemy solutions" very common in others platforms but, as you know, even if Microsoft offers

RE: [PHP-WIN] passing info from page o page - w/o using form

2001-11-29 Thread Daniel Parsons
You'll need to use either cookies or sessions. I would choose sessions because the user can turn off or modify cookies but sessions will need to have (at least) the session ID on the URL if you aren't using forms. To pass an array using sessions you simply need to register the array as a session

[PHP-WIN] passing info from page o page - w/o using form

2001-11-29 Thread Afan Pasalic
Hi to all, I have to pass some info from one to other page (no problem to make an array) but not using forms and it shouldn't be seen in URL. Is that possible? If it must be seen in URL what's best way? With implode/explode functions? How pass "serialize" array from page to page - without using

[PHP-WIN] Opening IP sockets to multiple destinations at the same time

2001-11-29 Thread Christian Sandfeld
Hi *, I'm not sure if this is the right list to post this question in - but since I can't find a subject specific list for this I'll give it a try. Some time ago I was working on a script that would query a bunch of servers for their status using through IP socket programming. It worked ok excep

[PHP-WIN] Re: IIS4 - asp w/ ms-access hangs about once a week

2001-11-29 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > After installing PHP on an IIS 4 server, all .asp pages using MS-Access > databases will 'hang'. I reboot the server and everything will work fine for > 6 - 10 days and hang again. No offense intended but your main problem seeme to be y

[PHP-WIN] Creating a transparent image

2001-11-29 Thread epankoke
What I would like to be able to do is to draw one image transparently over another. This is my function so far: function create_image() { global $im1; $im1 = @ImageCreateFromJPEG("d:\\projects\\graphics\\image1.jpg"); if(!$im1){ return false; exit; } $im2 = @ImageCreateFromJPE

[PHP-WIN] IIS4 - asp w/ ms-access hangs about once a week

2001-11-29 Thread Don Sanders
After installing PHP on an IIS 4 server, all .asp pages using MS-Access databases will 'hang'. I reboot the server and everything will work fine for 6 - 10 days and hang again. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP-WIN] Multiple charts in one page

2001-11-29 Thread Justyn Franklin
Can anyone help me with PHP bar charts? I am trying to insert multiple php charts into a single page within an HTML table. This always brings an error, even though each chart works as a separate php file. Does anyone have any suggestions?

php-windows Digest 29 Nov 2001 14:08:15 -0000 Issue 877

2001-11-29 Thread php-windows-digest-help
php-windows Digest 29 Nov 2001 14:08:15 - Issue 877 Topics (messages 10646 through 10652): Re: Recommendations for websites and books 10646 by: Daniel Parsons 10648 by: Robin Bolton Re: Why i can't write to remote file ? 10647 by: Gu Weidong-a1923c Caching Secure P

[PHP-WIN] Serious list

2001-11-29 Thread Webarts
I hate SPAM... this is a list for people that have some problems with PHP and not for SPAM and any other SHIT.. Incastrix

[PHP-WIN] Re: Caching

2001-11-29 Thread Matthew Walden
I put these lines in to stop caching complely : header ("Cache-Control: no-cache, must-revalidate"); header ("Pragma: no-cache"); But then the back buttons do not work. To allow the back buttons to work, I just use this : session_cache_limiter('public'); But then I have problems with them app

RE: [PHP-WIN] Caching Secure Pages

2001-11-29 Thread Ross Fleming
How about caching them for only a short period? (such as 15 minutes or whatever) I imagine that is how the majority of website's do this. Ross -Original Message- From: Matthew Walden [mailto:[EMAIL PROTECTED]] Sent: 29 November 2001 10:26 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Cachin

[PHP-WIN] Caching Secure Pages

2001-11-29 Thread Matthew Walden
I am having problems using sessions and caching. I have an application that requires you to log in to be able to access certain pages. The pages that require a login include a file which checks the session data and ensures that you have a valid session etc. My problem is that if the user logs o