Dec 18, 2006 #1 nkmb Programmer May 10, 2006 33 US Hi, I am trying to connect to oracle DB from PHP.for that i need SID.where should i find SID. somebody please reply me. thanks, nkmb
Hi, I am trying to connect to oracle DB from PHP.for that i need SID.where should i find SID. somebody please reply me. thanks, nkmb
Dec 18, 2006 #2 jpadie Technical User Nov 24, 2003 10,094 FR I think Sid is down the pub. saw him there earlier. SID is the session ID. nothing to do with an oracle database, SFAIK. you can retrieve the sid through Code: session_id() it is usually (always?) present in a constant called PHPSESSID of course there will be no session ID available before a session is started. Upvote 0 Downvote
I think Sid is down the pub. saw him there earlier. SID is the session ID. nothing to do with an oracle database, SFAIK. you can retrieve the sid through Code: session_id() it is usually (always?) present in a constant called PHPSESSID of course there will be no session ID available before a session is started.