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
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
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
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
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 'programming PHP' (very nice) book ind
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
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
boo ... short tags
though i admit it's gotta be easier to type.
Why I don't like short tags : I use XML a lot.
Mark
On 26/09/05, Micah Stevens <[EMAIL PROTECTED]> wrote:
>
> Rasmus, there's a shortcut for this:
>
>
>
>
>
> Saves me a lot of time, although it can be confusing for those unfamili
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
Rasmus, there's a shortcut for this:
Saves me a lot of time, although it can be confusing for those unfamiliar with
it.
-Micah
On Sunday 25 September 2005 11:01 pm, Rasmus Lerdorf wrote:
> There are many ways to do it. I prefer one of these two:
>
>echo <<
> EOB;
> ?>
>
> or.
>
>
There are many ways to do it. I prefer one of these two:
EOB;
?>
or.
width="">
-Rasmus
Micah Stevens wrote:
> 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 s
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.
ec
That's ridiculous.
On Sunday 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 '';
>
>
>
> With Best Wishes
>
> Balwant Singh
>
> INDO ASIAN FUSEGEAR LTD.
> A-39,
all html tags should be in single quote when used in php like
echo '';
echo ''; echo "HELLO";
echo '';
With Best Wishes
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
> 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\
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
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 "";
17 matches
Mail list logo