Hi.
My hosting provider has support for PHP3 and MySQL. I need to work with session variables -being able to use them on different pages on a per-user/session basis- and thinked on using PHPLIB instead of the limitations of forms and/or cookies.
The support staff told me the following:
"Since the web server you are on already has tracking variables already enabled you should not have to do anything."
I answered the following:
"What if I want to use PHPLIB??, so I don't have to deal with forms or cookies to pass the variables... somebody told me that you have that available, but I need some extra info to get it working."
And they said the following:
"No you should not have to "pass" anything."
Web server is Apache, but I really don't understand this answer... I think that without PHPLIB I will have to deal with forms or cookies to pass the variables from page to page.
Any help/suggestions would be really appreciated.
In the case the ISP has PHPLIB installed, ¿what info do I need to configure and begin using it?
Regards