[PHP-WIN] Re: header-session problem

2004-02-24 Thread The.Rock
First of all, your missing " session_start(); " in page 3. Secondly, to make a long story short, just pass the session ID in the url, and all your values that you have set should be passed. If need to know how to pass a session ID start here http://www.php.net/session "Sudeep sarath" <[EMAIL PROT

[PHP-WIN] Re: Apache or IIS

2003-08-02 Thread The.Rock
I wouldn't call myself a guru with IIS, but I happen to know a lot about it. In my experience with IIS and PHP, the bigger the script the more IIS seems to sag. Apache runs better and is more stable I think than IIS. The thing about editing a conf file for the configuration is no big deal. If your

[PHP-WIN] PHP Script for Mysql

2003-07-31 Thread The.Rock
Don't know if this is possible but Is it possible to create a PHP script to create a user in MySQL database and then grant that user specific access to the DB? I'm trying to create an installer for a php program and building it so that dummies can install it if need be. I know that PHPMyAdmin

Re: [PHP-WIN] PHP+IIS - POST data propagate along redirect with header (Location: ....)

2003-07-07 Thread The.Rock
You don't have restart IIS if your running in CGI mode. "Stephen March" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sorry, I should also mention you will have to restart your IIS > server. From a command prompt, > (on the server) issue the command: > > net stop iisadmin > > (

[PHP-WIN] Re: install for dummies?

2003-07-07 Thread The.Rock
Amen to that. I'm an IIS guru, and PHP sings better and faster under Apache! Plus you won't have as many problems in the long run. I've used IIS for so long it was hard to switch, but once you learn Apache, you won't be going back. And PHP under IIS6 is DOG SLOW! "Lance Q" <[EMAIL PROTECTED]> wrot

[PHP-WIN] Re: Connect Active Directory using LDAP... please help :)

2003-07-07 Thread The.Rock
Try this and see if it works. I had the same problem until I did a little reading. I had to use [EMAIL PROTECTED] as username then I didn't get the credential errors anymore. hope this helps, its very basic but hopefully it gets you started. * Config.php** **

[PHP-WIN] Re: Sessions help needed!

2003-07-07 Thread The.Rock
Along with what Luis said, you need to make sure that "session.save_path" is set and that PHP can write to it, if not this may be why things don't work. Another problem with your script is that you need to unregister all session variables after its been determined that the user isn't valid. "John

[PHP-WIN] test

2003-07-07 Thread The.Rock
seeing if it works -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Test

2003-07-06 Thread The.Rock
test message -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php