Re: [PHP] PHP and XHTML

2002-01-28 Thread bvr
Then why not do this : "); ?> bvr. On Mon, 28 Jan 2002 18:49:18 -0500, Erik Price wrote: > >On Saturday, January 26, 2002, at 05:49 PM, ,,, wrote: > >> When I have an inside my php script it wont work >> since >> php parses it as php code. >> >> Will short_open_tag = Off solve it? I would

Re: [PHP] PHP and XHTML

2002-01-28 Thread Erik Price
On Saturday, January 26, 2002, at 05:49 PM, ,,, wrote: > When I have an inside my php script it wont work > since > php parses it as php code. > > Will short_open_tag = Off solve it? I would really like to use > for the > rest of my php code...there must be a better solution than > Short_o

Re: [PHP] PHP and XHTML

2002-01-26 Thread Tom Rogers
Hi use single quotes and it is simpler echo ''; Tom At 09:40 27/01/02, Frans Englich wrote: >This works just perfectly: > > "); ?> > > > regards, > Cyth > > --- > >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > > >* and then Jeff Sheltren blurted > > > Hi. Ha

Re: [PHP] PHP and XHTML

2002-01-26 Thread Frans Englich
This works just perfectly: "); ?> regards, Cyth --- -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Jeff Sheltren blurted > Hi. Have you tried something like: > > \n"); ?> *Good* idea, tell us if it works! - -- Nick Wilson Tel:+45 3325 068

Re: [PHP] PHP and XHTML

2002-01-26 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then Jeff Sheltren blurted > Hi. Have you tried something like: > > \n"); ?> *Good* idea, tell us if it works! - -- Nick Wilson Tel:+45 3325 0688 Fax:+45 3325 0677 Web:www.explodingnet.com -BEGIN PGP SIGNATURE-

Re: [PHP] PHP and XHTML

2002-01-26 Thread Jeff Sheltren
Hi. Have you tried something like: \n"); ?> I've not tried using xml & php, but that may work... Jeff - Original Message - From: "Frans Englich" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 26, 2002 2:53 PM Subject: [PHP] PHP and XHTML When I have an inside my

Re: [PHP] PHP and XHTML

2002-01-26 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then ,,, blurted > When I have an inside my php script it wont work since > php parses it as php code. > > Will short_open_tag = Off solve it? I would really like to use for the > rest of my php code...there must be a better solution t

Re: [PHP] PHP and XHTML

2001-07-17 Thread Zak Greant
Hi Daniel, Set short_open_tag = Off in your php.ini file and the problem will go away. --zak Rose, Daniel wrote: > Hi, > I have looked through the history of the list, and I see that several people > have said that PHP fully supports XHTML. I have some problems using XHTML > with PHP, namely pa

Re: [PHP] PHP and XHTML

2001-05-21 Thread Christian Reiniger
On Sunday 20 May 2001 20:51, Manuel Lemos wrote: > Hello Navid, > > On 20-May-01 14:36:33, you wrote: > >So you suggest that I use the name attribute in XHTML and ignore the > > fact that it has been depreciated and replaced by the ID attribute? > > Will that solve my problem? > > It depends. If

Re: [PHP] PHP and XHTML

2001-05-20 Thread Chris Sano
ML, or anything else along those lines > > -jack > > - Original Message - > From: Rasmus Lerdorf <[EMAIL PROTECTED]> > Date: Friday, May 18, 2001 6:59 pm > Subject: Re: [PHP] PHP and XHTML > > > > I would like to start using the XHTML syntax for my

RE: [PHP] PHP and XHTML

2001-05-20 Thread Manuel Lemos
eloper to specify the ID attribute or not. http://phpclasses.UpperDesign.com/browse.html/package/1 Manuel Lemos >Navid Yar >-Original Message- >From: Manuel Lemos [mailto:[EMAIL PROTECTED]] >Sent: Sunday, May 20, 2001 11:49 AM >To: [EMAIL PROTECTED] >Subject: Re: [PHP] P

RE: [PHP] PHP and XHTML

2001-05-20 Thread Navid Yar
AM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP and XHTML Hello Navid, On 18-May-01 19:44:55, you wrote: >I would like to start using the XHTML syntax for my future projects, but I >heard that PHP is not compatible with XHTML. For example, in XHTML the ID >attribute is used in pla

Re: [PHP] PHP and XHTML

2001-05-20 Thread Manuel Lemos
Hello Navid, On 18-May-01 19:44:55, you wrote: >I would like to start using the XHTML syntax for my future projects, but I >heard that PHP is not compatible with XHTML. For example, in XHTML the ID >attribute is used in place of the deprecated NAME tag. But PHP depends on >the NAME attribute in

Re: [PHP] PHP and XHTML

2001-05-18 Thread Brian Clark
Hi Rasmus, @ 6:59:09 PM on 5/18/2001, Rasmus Lerdorf wrote: >> I would like to start using the XHTML syntax for my future >> projects, but I heard that PHP is not compatible with XHTML. For >> example, in XHTML the ID attribute is used in place of the >> deprecated NAME tag. But PHP depends on t

Re: [PHP] PHP and XHTML

2001-05-18 Thread dempsejn
anyone would need for XHTML, or anything else along those lines -jack - Original Message - From: Rasmus Lerdorf <[EMAIL PROTECTED]> Date: Friday, May 18, 2001 6:59 pm Subject: Re: [PHP] PHP and XHTML > > I would like to start using the XHTML syntax for my future > projects

Re: [PHP] PHP and XHTML

2001-05-18 Thread Rasmus Lerdorf
> I would like to start using the XHTML syntax for my future projects, but I > heard that PHP is not compatible with XHTML. For example, in XHTML the ID > attribute is used in place of the deprecated NAME tag. But PHP depends on > the NAME attribute in forms, etc. Is there any way around this? Has