Re: [PHP] if... then... else with HTML

2001-04-23 Thread Richard Crawford
acters. >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 4/23/01, 3:59:41 PM, "elias" <[EMAIL PROTECTED]> wrote regarding Re: [PHP] if... then... else with HTML:

Re: [PHP] if... then... else with HTML

2001-04-23 Thread elias
yes, consider this: your name is name is not set! -elias http://eassoft.cjb.net "Martin Thoma" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello ! > > I want to do something like > > if (condition) > output this html-block > else > output

SV: [PHP] if... then... else with HTML

2001-04-23 Thread Fredrik Wahlberg
I hope I understood your question right. You can do like this html text other html > -Ursprungligt meddelande- > Fran: Martin Thoma [mailto:[EMAIL PROTECTED]] > Skickat: den 23 april 2001 14:41 > Till: [EMAIL PROTECTED] > Amne: [PHP] if... then...

Re: [PHP] if... then... else with HTML

2001-04-23 Thread Avetis Avagyan
Something like this: output this html-block output that html-block Regards, Avetis Martin Thoma wrote: > Hello ! > > I want to do something like > > if (condition) > output this html-block > else > output that html-block > > Without printig or echoing the html-block out (beca

RE: [PHP] if... then... else with HTML

2001-04-23 Thread Tyler Longren
1st HTML here 2nd HTML here > -Original Message- > From: Martin Thoma [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 23, 2001 7:41 AM > To: [EMAIL PROTECTED] > Subject: [PHP] if... then... else with HTML > > > Hello ! > > I want to do som

Re: [PHP] if... then... else with HTML

2001-04-23 Thread Geir Eivind Mork
On Monday 23 April 2001 14:41, Martin Thoma wrote: if ($word != "flat") { echo << html html -- php developer / CoreTrek AS| I judge a religion as being good or bad Sandnes / Rogaland / Norway| based on whether its adherents become web: http://www.moijk.net/ | bette

RE: [PHP] if... then... else with HTML

2001-04-23 Thread Taylor, Stewart
HTML HTML -Stewart -Original Message- From: Martin Thoma [mailto:[EMAIL PROTECTED]] Sent: 23 April 2001 13:41 To: [EMAIL PROTECTED] Subject: [PHP] if... then... else with HTML Hello ! I want to do something like if (condition) output this html-block else output that

Re: [PHP] if... then... else with HTML

2001-04-23 Thread Martin Thoma
Ah, I forgott the {} ;-) You are using Internet Explorer You are not using Internet Explorer Martin Thoma schrieb: > Hello ! > > I want to do something like > > if (condition) > output this html-block > else > output that html-block > > Without printig or echoing the html-block out (

[PHP] if... then... else with HTML

2001-04-23 Thread Martin Thoma
Hello ! I want to do something like if (condition) output this html-block else output that html-block Without printig or echoing the html-block out (because the block has a lot of ", which I all would have to slash out...) How can I do that ? Martin -- PHP General Mailing List