Try this:
$cstring=\"(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.254.50)(PORT=1521)))(CONNECT_DATA=(SID=ORCL)))\";
$c1 = ocilogon(\"system\",\"manager\",$cstring);
Change your host of course...
Hope this helps... (Thanks to whoever posted this first!)
TTYL
Derrick