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
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
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
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
>
> (
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
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**
**
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
seeing if it works
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
test message
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php