[PHP] PHP/ Oracle 'undefined function'

2002-01-18 Thread gkin
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

[PHP] sessions, PHPSESSID, cookies

2002-01-09 Thread gkin
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

[PHP] ; PHPSESSID in onfocus field

2002-01-04 Thread gkin
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

[PHP] Passing through Array's to another script

2001-12-18 Thread gkin
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: FORM METHOD='post' ACTION='script.php?xtabel = ? print($xtabel); ?' The content of the array is not recognised in the script.php. What is the best way to

[PHP] Newsgroup, LDAP, Database

2001-12-12 Thread gkin
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