Hello,
I need a PHP redirector for my server in which I host multiple web
sites as follows:
Site 1
Local Path: /var/www/htdocs/site1
Server IP: 192.168.1.10
URL: www.site1.com
Site 2
Local Path: /var/www/htdocs/site2
Server IP: 192.168.1.10
URL: www.site.com
When someone refers t
It might help if you can post your code snippet!
>>> "Croskerry, Dan" <[EMAIL PROTECTED]> 27/06/2003 12:28:13 pm >>>
There is no error message. It happens mostly when I am doing an update
or
insert statement. There is no problem with the sql because the data
gets
written to the db. If I use or die
Hello,
I have just installed PHP4 and new to this environment. Can someone
help me with SESSION variables. I need to log the users sesssion into a
MySQL database but how do I retrieve the users session information. Is
there a simple function that will provide me with the information?
I have tried
** PRIVATE **
Hello,
I am new to PHP and was wondering if anyone can share an LDAP
authentication script. I need a user to fill in a Username and Password
and need to check if the user exists in an LDAP database. If the user
exists let him/her proceed, else show the login screen again with the
us
Hello,
I have configured the php.ini file accordingly. When I load the
php_java.dll extension, I have no issues but when I try to do the same
for php_ldap.dll, I get an error:
Unknown(): Unable to load dynamic library
'c:\php\extensions\php_ldap.dll' - The specified module could not be
found
The