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

2005-09-26 Thread Micah Stevens
s Lerdorf <[EMAIL PROTECTED]> > >To: Micah Stevens <[EMAIL PROTECTED]> > >CC: php-db@lists.php.net > >Subject: Re: [PHP-DB] HTML Tables in PHP... > >Date: Sun, 25 Sep 2005 23:56:30 -0700 > > > >Micah Stevens wrote: > > > Rasmus, there

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

2005-09-26 Thread Micah Stevens
It's ugly, but if I was looking for form versus ease of use, I'd wouldn't be using PHP. :) -Micah On Sunday 25 September 2005 11:56 pm, Rasmus Lerdorf wrote: > Micah Stevens wrote: > > Rasmus, there's a shortcut for this: > > > > > > > > > > > > Saves me a lot of time, although it can be c

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

2005-09-26 Thread Rasmus Lerdorf
mario wrote: > hi, > > silly question: what is EOB? > google returns: > Your search - EOB site:www.php.net - did not match any documents. > > I see your (short) side note on EOB on > http://www.oracle.com/technology/pub/articles/php_experts/rasmus_php.html > > EOB is not an entry in your 'prog

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

2005-09-26 Thread mario
Hello, silly it was, indeed. I see now on THE book, chp.4, paragraph Here Documents. Thanks a lot mario -- On Mon, 2005-09-26 at 10:20, Amol Hatwar wrote: > Hello mario, > > Monday, September 26, 2005, 4:26:20 PM, you wrote: > > > hi, > > > silly question: what is EOB? > > googl

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

2005-09-26 Thread Bastien Koert
Hey Micah, Nothing like telling the guy WHO WROTE THE LANGUAGE about its shortcuts...lol Bastien From: Rasmus Lerdorf <[EMAIL PROTECTED]> To: Micah Stevens <[EMAIL PROTECTED]> CC: php-db@lists.php.net Subject: Re: [PHP-DB] HTML Tables in PHP... Date: Sun, 25 Sep 2005 23:56:30

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

2005-09-26 Thread mario
gt;> > >>>echo ''; > >>>echo ''; echo "HELLO"; > >>>echo ''; > >>> > >>> > >>> > >>>With Best Wishes > >>> > >>>Balwant Singh > >>&g

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

2005-09-26 Thread mario
On Sun, 2005-09-25 at 13:35, Daryl Booth wrote: > > $nachricht="The licence doesn't exist please contact us! "; close string! > > echo open string! " \"694\" and so on height=\"501\" border=\"0\" align=\"center\" > cellpadding=\"0\" cellspacing=\"0\"> bye mario . -- PHP Data

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

2005-09-26 Thread Rasmus Lerdorf
Micah Stevens wrote: > Rasmus, there's a shortcut for this: > > > > > > Saves me a lot of time, although it can be confusing for those unfamiliar > with > it. Yes, I am quite familiar with it ;) But I don't like it. It's an ugly ASP'ism. -Rasmus -- PHP Database Mailing List (http://ww

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

2005-09-26 Thread Mark Jordan
25 September 2005 9:28 pm, balwant singh wrote: > > >>>all html tags should be in single quote when used in php like > > >>> > > >>>echo ''; > > >>>echo ''; echo "HELLO"; > > >>>echo ''; &g

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

2005-09-26 Thread Esteamedpw
In a message dated 9/26/2005 1:34:20 A.M. Central Standard Time, [EMAIL PROTECTED] writes: Rasmus, there's a shortcut for this: Saves me a lot of time, although it can be confusing for those unfamiliar with it. -Micah I'm not sure if Rasmus would be too familiar with that one? I

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

2005-09-25 Thread Micah Stevens
t; > >>>echo ''; > >>>echo ''; echo "HELLO"; > >>>echo ''; > >>> > >>> > >>> > >>>With Best Wishes > >>> > >>>Balwant Singh > >>>

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

2005-09-25 Thread Rasmus Lerdorf
"; >>>echo ''; >>> >>> >>> >>>With Best Wishes >>> >>>Balwant Singh >>> >>>INDO ASIAN FUSEGEAR LTD. >>>A-39, HOSIERY COMPLEX >>>PHASE - II EXTN., NOIDA >>>P

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

2005-09-25 Thread Micah Stevens
> PH: +91 - 120 - 3048140 / 304 > > FAX: +91 - 120 - 2568 473 > > WEB : www.indoasian.com > > > > > > > > Original Message > > From: "Daryl Booth" <[EMAIL PROTECTED]> > > To: php-db@lists.php.net > > Subjec

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

2005-09-25 Thread Micah Stevens
gt; Balwant Singh > > INDO ASIAN FUSEGEAR LTD. > A-39, HOSIERY COMPLEX > PHASE - II EXTN., NOIDA > PH: +91 - 120 - 3048140 / 304 > FAX: +91 - 120 - 2568 473 > WEB : www.indoasian.com > > > > ---- Original Message -------- > From: &

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

2005-09-25 Thread balwant singh
8140 / 304 FAX: +91 - 120 - 2568 473 WEB : www.indoasian.com Original Message From: "Daryl Booth" <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] HTML Tables in PHP... Date: 9/25/2005 19:05 How can I give a with all of it's parameters

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

2005-09-25 Thread Murray @ PlanetThoughtful
> How can I give a 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 > C:\FoxServ\www\

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

2005-09-25 Thread Daryl Booth
How can I give a 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 C:\FoxServ\www\Dad\proofing\i

Re: [PHP-DB] HTML tables in PHP

2002-04-10 Thread Steve Cayford
You probably want something more like this (see modified code below). Note that if you get a lot of records, your html table will keep expanding out to the right. You might want to break it up with rows ... or not, as you like. There are quite a few places that have intros to php subjects. Che

Re: [PHP-DB] HTML tables in PHP

2002-04-10 Thread Dan Swensen
The way I do this is a very simple bit of code: Outside the "while" statement, add the line: $column = 1; Then, inside the "while" statement, take the statements out and instead do something like this: $column++; if ($column > 3) { echo "";

[PHP-DB] HTML tables in PHP

2002-04-10 Thread Jennifer Downey
Hi everyone! Is there a good tutorial on how to write html tables in PHP? In my last post "Not displaying all records" I have the items displayig all the contents of the table but they are in descending order. like this item 1 item 2 Here is the code I am using $query = "SELECT id, name, image