[PHP-DB] HTML Tables in PHP...

2005-09-25 Thread Daryl Booth
How can I give a table /table with all of it's parameters in PHP in each of the cells there is a variable that gives me the data back but I can't get the table to show as it always gives me either this error Parse error: parse error, unexpected T_LNUMBER, expecting ',' or ';' in

RE: [PHP-DB] HTML Tables in PHP...

2005-09-25 Thread Murray @ PlanetThoughtful
How can I give a table /table with all of it's parameters in PHP in each of the cells there is a variable that gives me the data back but I can't get the table to show as it always gives me either this error Parse error: parse error, unexpected T_LNUMBER, expecting ',' or ';' in

[PHP-DB] RE: HTML Tables in PHP...

2005-09-25 Thread JeRRy
Hi, From: Daryl Booth [EMAIL PROTECTED]To:[EMAIL PROTECTED]:Sun, 25 Sep 2005 15:35:40 +0200Subject:HTML Tables in PHP... How can I give a table /table with all of it's parameters in PHP in eachof the cells there is a variable that gives me the data back but I

Re: [PHP-DB] RE: HTML Tables in PHP...

2005-09-25 Thread Tramelw
Hello Jusa, I was wondering. Your server URL is: C:\FoxServ\www\Dad\proofing\index.php Have you ever been able to get a php script to work on this particular server? This looks like an NT server, and while your web host may state that PHP functions properly on this server, I would show

Re: [PHP-DB] HTML Tables in PHP...

2005-09-25 Thread balwant singh
all html tags should be in single quote when used in php like echo 'table align=center width=80%'; echo 'trtd align=center'; echo HELLO; echo '/td/tr/table'; With Best Wishes Balwant Singh INDO ASIAN FUSEGEAR LTD. A-39, HOSIERY COMPLEX PHASE - II EXTN., NOIDA PH: +91

Re: [PHP-DB] HTML Tables in PHP...

2005-09-25 Thread Micah Stevens
I apologize, I was being rude. More specifically, I don't see why you say all html tags should be in single quotes. There's several ways you can do things in almost every situation in PHP, and I can just as easily say you should always use double quotes. I of course would be wrong though.