[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 installed, so is a Apache. I think myself it is a settings
problem

Can anybody help?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 value from the cookie and the string ; PHPSESSID. (Peter;
PHPSESSID)

When I close the browser window and open a new browser window the value of
the username is correct (Peter). The string ; PHPSESSID is not in the
cookie. What is the reason that this string (the variable name for session
id as set in my php.ini) appears in this field?

In other words, why is the session_id variable name displayed in a field
that is filled by a cookie. I also tried to end the session, but the only
thing I can find is destroy_session and that only destroys everything that
is within that session, but it does not kill the session itsselfs

How do I solve this problem.

Regards,

Gilbert




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 value from the cookie and the string ; PHPSESSID. (Peter;
PHPSESSID)

When I close the browser window and open a new browser window the value of
the username is correct (Peter). The string ; PHPSESSID is not in the
cookie. What is the reason that this string (the variable name for session
id as set in my php.ini) appears in this field?

In other words, why is the session_id variable name displayed in a field
that is filled by a cookie. I also tried to end the session, but the only
thing I can find is destroy_session and that only destroys everything that
is within that session, but it does not kill the session itsselfs

How do I solve this problem.

Regards,

Gilbert



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 do this?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 where I can find more information?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]