Re: [PHP-DB] interbase

2001-04-24 Thread Theo de Jong
Can you get to the Database / Interbase server using an interbase client, like Ibconsole? man <[EMAIL PROTECTED]> schrieb in im Newsbeitrag: [EMAIL PROTECTED] > Hi, > > I tried to connect to remote Interbase server. There is a result below: > > Warning: InterBase: Unable to complete network req

Re: [PHP-DB] display formatting with a while loop

2001-04-05 Thread Theo de Jong
looks like you could load the desired variables in an array($y,$x) where $y ranges from 0 to 3.. then you could echo the 4 rows walking through array(0,$x), array(1,$x), etc. "olinux" <[EMAIL PROTECTED]> schrieb in im Newsbeitrag: 000a01c0bdb6$7ec21500$[EMAIL PROTECTED] > what if i put the i

Re: [PHP-DB] passing parameters between forms

2001-04-05 Thread Theo de Jong
with you can pass variables right through a form . Have to do things differently when working with security issues at hand though. This is the Displaying page "); echo("$mem_id"); echo("$name");