[PHP-DB] // FW Water_foul AW: [PHP-DB] Hi I am new

2004-04-27 Thread Shahed, Raja
05:06 An: [EMAIL PROTECTED] Betreff: [PHP-DB] Hi I am new I am new to databases and php and I was wondering if any one would point me to a good guide anything would help :) thanks in advance, water_foul -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP-DB] Hi I am new

2004-04-23 Thread water_foul
I am new to databases and php and I was wondering if any one would point me to a good guide anything would help :) thanks in advance, water_foul -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Hi I am new to PHP

2004-04-15 Thread andy amol
I have posted my problem at No: 33892 of this mailing list. I have received 1 reply. No: 33897 My exact problem with second file is as follows: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource on line 15 Can you help me to solve problem, any help would be

[PHP-DB] Hi I am new to PHP

2004-04-15 Thread andy amol
Hi, I have a problem with the second file. I am not able to update the data from the php program. Any help on that would be appreciated. Any modification which would be reduce the code like directly using the Update command would be appreciated. thanks in advance. My exact problem with

Re: [PHP-DB] Hi I am new to PHP

2004-04-15 Thread George Patterson
On Thu, 15 Apr 2004 14:58:09 -0700 (PDT) andy amol [EMAIL PROTECTED] wrote: Hi, I have a problem with the second file. I am not able to update the data from the php program. Any help on that would be appreciated. Any modification which would be reduce the code like directly using the

[PHP-DB] Hi

2004-01-19 Thread ahristov
Test =) tidibcjfapplbostu -- Test, yep. attachment: dkt.exe -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Hi all, how the sript to view like...

2003-11-30 Thread Hadi
I have my database page look like this: [1][2] [3] [4] [5] [6] the problem is when I have my database growing it will be not nice to look at because the number will keep growing, how to make it like this : 1234 Thanks for the help

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

2003-07-29 Thread Natividad Castro
] Sent: Tuesday, July 29, 2003 12:34 AM To: David Smith Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-DB] hi (php-SSH) On Monday, July 28, 2003, at 10:19 PM, David Smith wrote: Suman Aluru wrote: hi , is there any way to write a PHP program for SSH. I want to establish a SSH

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] hi (php-SSH)

2003-07-29 Thread Suman Aluru
could somebody tell me howto Generate the SSH key file to connect SSH without password from php Suman R Aluru -Original Message- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 11:19 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] hi (php-SSH

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

2003-07-29 Thread bbonkosk
I *think* I set this to you yesterday... http://www.cs.umd.edu/~arun/misc/ssh.html -Brad - Original Message - From: Suman Aluru [EMAIL PROTECTED] Date: Tuesday, July 29, 2003 12:32 pm Subject: RE: [PHP-DB] hi (php-SSH) could somebody tell me howto Generate the SSH key file to connect

[PHP-DB] hi (php-SSH)

2003-07-28 Thread Suman Aluru
hi , is there any way to write a PHP program for SSH. I want to establish a SSH connection and work some commands in the remote system and close the connection. Thank You. -- Suman R Aluru System Administrator Bacterial Barcodes Inc. 8080 N.Stadium Dr. Houston TX-77054 713.467.8500 (Off.)

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

2003-07-28 Thread Brad Bonkoski
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 a web browser on the

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

2003-07-28 Thread David Smith
Suman Aluru wrote: hi , is there any way to write a PHP program for SSH. I want to establish a SSH connection and work some commands in the remote system and close the connection. Yes, just do this (uses an SSH key file): ?php echo Executing remote command...br /; echo `ssh -i

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

2003-07-28 Thread otherguy
On Monday, July 28, 2003, at 10:19 PM, David Smith wrote: Suman Aluru wrote: hi , is there any way to write a PHP program for SSH. I want to establish a SSH connection and work some commands in the remote system and close the connection. Yes, just do this (uses an SSH key file): ?php

[PHP-DB] Hi, simple question

2003-07-01 Thread Patrik Fomin
Hi, im adding a post to the database, is there any way to retrive back the ID for the post that i just created? the id is auto_increment and primary key. like $sql = insert into test (namn, www) values('test', 'test.com'); mysql_query($sql); $row = mysql_get_post(id); ? the only way i could

Re: [PHP-DB] Hi, simple question

2003-07-01 Thread Oscar Rylin
see mysql_insert_id($link_identifier) -- rylin Patrik Fomin wrote: Hi, im adding a post to the database, is there any way to retrive back the ID for the post that i just created? the id is auto_increment and primary key. like $sql = insert into test (namn, www) values('test', 'test.com');

RE: [PHP-DB] Hi, simple question

2003-07-01 Thread Nick Pappas
PROTECTED] Sent: Tuesday, July 01, 2003 9:04 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Hi, simple question Hi, im adding a post to the database, is there any way to retrive back the ID for the post that i just created? the id is auto_increment and primary key. like $sql = insert into test

[PHP-DB] Hi there everyone,

2001-07-17 Thread chris
Hi there, Please could someone help me with Session Variables - I am alittle confused. How do I use them to keep information stored for the whole web visit? For example, I need a variable set to low for the entire website (Or until someone logs in and changes it to either high or low) but

RE: [PHP-DB] Hi there everyone,

2001-07-17 Thread David Balatero
: [PHP-DB] Hi there everyone, Hi there, Please could someone help me with Session Variables - I am alittle confused. How do I use them to keep information stored for the whole web visit? For example, I need a variable set to low for the entire website (Or until someone logs in and changes