Re: [PHP-DB] hi (php-SSH)

2003-07-29 Thread Roger 'Rocky' Vetterberg
Brad Bonkoski wrote: Well, SSH has a server which woudl answer your requests and a lient to initiate the session, I'm assuming you wish to emulate the client side to initiate the session, of course PHP is a server side language, so it's not adding up. I have seen a JAVA applet that will open in

Re: [PHP-DB] getting serial in PHP

2003-03-31 Thread Roger 'Rocky' Vetterberg
this: $log_id = nextval('public.logs_log_id_seq'::text); and then insert it that way From: Roger 'Rocky' Vetterberg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PHP-DB] getting serial in PHP Date: Fri, 28 Mar 2003 13:46:36 +0100 Hi list. I have no real education in PHP or postgre, so forgive

Re: [PHP-DB] getting serial in PHP

2003-03-31 Thread Roger 'Rocky' Vetterberg
Nathaniel Price wrote: - Original Message - From: Roger 'Rocky' Vetterberg [EMAIL PROTECTED] To: kevin myers [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, March 31, 2003 4:52 AM Subject: Re: [PHP-DB] getting serial in PHP *snip* What I do, when I need to reference an ID from

[PHP-DB] getting serial in PHP

2003-03-28 Thread Roger 'Rocky' Vetterberg
Hi list. I have no real education in PHP or postgre, so forgive me if I dont use the correct language or expressions. I have a small problem that is probably easily solved if you just know how to do it. I have a PHP interface over a postgreSQL database, where I can search, add, delete or