Re: a real strange one here?
- From: "Norman Peelman" <npeelman@xxxxxxxxxx>
- Date: Sat, 30 Apr 2005 01:44:35 GMT
<geekster@xxxxxxxxx> wrote in message
news:1114663842.532197.105270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> My suggestion is that you try to break up your code better.
>
> Instead of using double quotes, try breaking up your code using single
> quotes (apostrophes).
>
> Instead of:
> print "this and /"that/" and this.";
>
> Do:
> print 'this and "that" and this.';
>
> if you need to print vars:
>
> print 'this and "that" and '.$this;
>
> This method would save memory overall. And it's cleaner than all that
> excaping.
>
> Cheers!
> Scott
>
....or:
print "this and 'that' and $this";
Norm
--
FREE Avatar hosting at www.easyavatar.com
.
- References:
- a real strange one here?
- From: Brian
- Re: a real strange one here?
- From: Steve Belanger
- Re: a real strange one here?
- From: geekster@xxxxxxxxx
- a real strange one here?
- Prev by Date: Re: script for paypal
- Next by Date: Re: Another newbie
- Previous by thread: Re: a real strange one here?
- Next by thread: mySQL accessed remotely
- Index(es):
Relevant Pages
|