I get "undefined function" when I use PHP/Oracle-functions like ociconnect.
For example: $connection = ocilogon("loginname","password");
In the documentation i have found there is only mentioned Oracle 8i, so I do
not know if the same functions can be used for the 9i release.
Oracle is just inst
I have a website where I use sessions. After a user has logged of, the logon
screen appears again. The username field is filled with the value from a
cookie.
What happens:
For example: username = "Peter"
In the situation that I log of (and the logon page appears), the username
field gets the va
I have a website where I use sessions. After a user has logged of, the logon
screen appears again. The username field is filled with the value from a
cookie.
What happens:
For example: username = "Peter"
In the situation that I log of (and the logon page appears), the username
field gets the va
I want to pass through an array with content to another script. The array is
correctly filled with data. To do this I use the following code:
The content of the array is not recognised in the script.php. What is the
best way to do this?
--
PHP General Mailing List (http://www.php.net/)
To u
I want to develop a newsgroup kind of application using PHP and for
identification I want to use a emailbook based on LDAP. I don't know if it
is wise to use a database for the newsgroup part, or do I use the directory
service (LDAP) for saving and searching the data?
Does anybody know a website
5 matches
Mail list logo