[PHP] Need help to create HTML table with 2 columns.

2001-08-23 Thread John Bass
image_link, web_url FROM testdata; $result = mysql_query ($query) or die (Query Failed); while ($row = mysql_fetch_object ($result)) { printf (trTD%sbr%s/TD TD%sbr%s/tr\n, $row-image_link, $row-web_url,$row-image_link, $row-web_url); } ? /TABLE Regards, John Bass

Re: [PHP] Need help to create HTML table with 2 columns.

2001-08-23 Thread John Bass
Hi, Thank you for the email. I tried your code, but first column is printing image_link web_url fields correctly and second column is repeating values of the first column. Other records or rows are printing same way. Regards, John Bass From: Jeff Lewis [EMAIL PROTECTED] Reply-To: Jeff

Re: [PHP] Need help to create HTML table with 2 columns.

2001-08-23 Thread John Bass
second column should print next record that was returned from the query. Thanks. John From: Jeff Lewis [EMAIL PROTECTED] Reply-To: Jeff Lewis [EMAIL PROTECTED] To: John Bass [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP] Need help to create HTML table with 2 columns. Date: Thu, 23 Aug

[PHP] Session over SSL

2001-06-27 Thread Bass¨Ð¦õªv
Will Session have problem when people browse from a http page to a https page and go out again? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL

Re: [PHP] PHP authenticating and session management

2001-06-24 Thread Bass¨Ð¦õªv
problem when people browse from a http page to a https page and go out again? thx Christopher Ostmo [EMAIL PROTECTED] ¼¶¼g©ó¶l¥ó 3B337955.15490.27965520@localhost">news:3B337955.15490.27965520@localhost... Bass??? pressed the little lettered thingies in this order... I

Re: [PHP] PHP authenticating and session management

2001-06-22 Thread Bass???
I have a Q. will the Session ID be stolen by hacker when the ID tranfer bewteen client and server ? Then can the hacker send the ID to server and veiw the user's page ? Jason Stechschulte [EMAIL PROTECTED] ? [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Fri, Jun 22, 2001 at 08:59:54AM

[PHP] How to manage login ???

2001-05-24 Thread Bass¨Ð¦õªv
Hi I have a question . At some website which have webmail serivce , they won't use SSL for login . Then how can they protect clinet's information and email ?? they use sessions when login in ?? use sessions is secure ?? Is there another security method in PHP ? -- PHP General Mailing

[PHP] How to select rows from Mysql with case senstive ??

2001-05-23 Thread Bass¨Ð¦õªv
Hi , By defualt , select rows from Mysql is case insenstive . For exmaple , select * from foo where name = 'PHP' select * from foo where name = 'php' is the same how can i do a queny which select * from foo where name = 'PHP' is success but select * from foo where name = 'php' fail ?? given

Re: [PHP] PHP Pros/Cons, Case Examples, PHP vs Servlets

2001-05-18 Thread Bass???
I've a web programmer ( just beginner ) using PHP . And I also learn / write java at my university since I'm a student . As I know , developing a page using PHP is much faster than java . Not just 1 / 2 hrs , but maybe one day to a week . Learning Java including servlet takes times , but you

Re: [PHP] Blank Field Values

2001-05-18 Thread Bass???
Sam Masiello [EMAIL PROTECTED] ? [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Did you echo out $CharacterName before your SQL statement to ensure that it is being set? Or your $SQL variable before calling odbc_do? This might provide you with some insight as to why the query doesn't

[PHP] How to check aBc different from abc ?

2001-05-15 Thread Bass¨Ð¦õªv
thx ^_^ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] How to send e-mail using PHP with the sender's address is my company's e-mail ??

2001-03-30 Thread Bass¨Ð¦õªv
Hi , My copmany have a website and is hosted on a web server of some web hosting company . I want to use PHP to send e-mail on that server . I use $result = mail("[EMAIL PROTECTED]" , "E-mail Test" , "this e-mail is sent by php") ; to do it . But when I receive the e-mail , the SENDER 's