[PHP-DB] Re: newbie question on PHP & Mysql...

2005-09-21 Thread Sigrid Krug
Hi Evert, try: echo mysql_result($result,0,0), "\n"; echo mysql_result($result,0,1); You forgot a zero... Regards, Sigrid "Evert Meulie" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi all! > > I'm taking my first steps with PHP & MySQL. > > Can anyone give me a hint on w

[PHP-DB] Re: newbie question on PHP & Mysql...

2005-09-21 Thread Sigrid Krug
Hi Evert, try: echo mysql_result($result,0,0), "\n"; echo mysql_result($result,0,1); You forgot a zero... Regards, Sigrid "Evert Meulie" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi all! > > I'm taking my first steps with PHP & MySQL. > > Can anyone give me a hint on w

[PHP-DB] PHP CLI OCILOGON - undefined function

2005-09-21 Thread Sigrid Krug
Hi! I scanned the web today and found people with the same problems, but no solutions. The problem is: I try to connect an Oracle-DB with a PHP-Command-Line-script. It works fine, when I use: ora_logon("[EMAIL PROTECTED]","tiger") But it doesn't with: OCILogon("scott", "tiger", "orcl") I just get: