RE: [PHP-WIN] Running under Windows Vista?

2008-05-12 Thread Jeff White
Hello Alan, I have Apache2.2/MySQL/PHP on Vista Home working. Here are a few lines from my httpd.conf to consider: In the "LoadModule" section: LoadModule php5_module "C:/php/php5apache2_2.dll" In the "" section: AddType application/x-httpd-php .php At the end of httpd.conf:

Re: [PHP-WIN] Sessions Question!

2008-05-12 Thread Jarrett Meyer
As far as I know, you can't clear the browser cache. The browser cache resides with the client. PHP resides with the server. You can tell the cookie to expire, but that's about it. To delete the cookie, look at Example #2 - give it an expiration date in the past. http://us2.php.net/manual/en/funct

Re: [PHP-WIN] Sessions Question!

2008-05-12 Thread Matthew Gonzales
What function would I use to clear the browser cache. Matt G Matthew Gonzales IT Professional Specialist Enterprise Information Technology Services University of Georgia Email: [EMAIL PROTECTED] Phone: (706)542-9538 Alf Stockton wrote: Matthew Gonzales wrote: So I h

Re: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll

2008-05-12 Thread Matthew Gonzales
Brerton, Here is a guide on a wiki for phpGEDView that I used to get my 2K3 server working. http://wiki.phpgedview.net/en/index.php?title=How_to:Install_IIS_with_PHP_and_MySQL Matt G Matthew Gonzales IT Professional Specialist Enterprise Information Technology Services University of Georgia

RE: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll

2008-05-12 Thread Ignacio Moncada González
Sorry... step1. you can find php_mysqli.dll step2. and put that dll into c:\php\extensions\ step3. that folder is not available, create it. now our dll file is in c:\php\extensions\php_mysqli.dll step4. go to php.ini, i thought that is in c:\windows step5. search 'extension_dir' step6.

RE: [PHP-WIN] PHP and Windows - problem with php_mysqli.dll

2008-05-12 Thread Ignacio Moncada González
step1. you can find php_mysqli.dllstep2. and put that dll into c:\php\extensions\step3. that folder is not available, create it. now our dll file is in c:\php\extensions\php_mysqli.dllstep4. go to php.ini, i thought that is in c:\windowsstep5. search "extension_dir"step6. after you found that y

[PHP-WIN] PHP and Windows - problem with php_mysqli.dll

2008-05-12 Thread Brereton, Stephen
I'm trying to get a mysql driven site working, but have hit a nasty problem Started off with php 5 but that simply refuses to find the dll. rolled back to 4.2 or some such, which then fails to load when the dll is included in the extensions list. So long as mysqli line is commented out, its fine.

Re: [PHP-WIN] Sessions Question!

2008-05-12 Thread Alf Stockton
Matthew Gonzales wrote: So I have user restricted area to my website. The login works great with the session data being passed. I also have a logout button. I notice that when I logout I can still click the back button on the browser and you can see the previous users restricted data. How do I

[PHP-WIN] Sessions Question!

2008-05-12 Thread Matthew Gonzales
So I have user restricted area to my website. The login works great with the session data being passed. I also have a logout button. I notice that when I logout I can still click the back button on the browser and you can see the previous users restricted data. How do I prevent this from happen

[PHP-WIN] Running under Windows Vista?

2008-05-12 Thread Alan M Dunsmuir
Is there some trick to getting PHP5 to install properly under Windows Vista? I had a successful Windows 'localhost' installation of Apache/MySQL/PHP about a year ago, and I've been trying to get the same thing up under Vista (Home Premium). MySQL and Apache2 install fine, but I just cannot get