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]
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
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
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
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
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
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
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,
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 - 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
I hate SPAM...
this is a list for people that have some problems with PHP and not for SPAM and any
other SHIT..
Incastrix
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
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
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
14 matches
Mail list logo