Re: a real strange one here?
- From: "geekster@xxxxxxxxx" <geekster@xxxxxxxxx>
- Date: 27 Apr 2005 21:50:42 -0700
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
.
- Follow-Ups:
- Re: a real strange one here?
- From: Norman Peelman
- Re: a real strange one here?
- References:
- a real strange one here?
- From: Brian
- Re: a real strange one here?
- From: Steve Belanger
- a real strange one here?
- Prev by Date: Re: mySQL accessed remotely
- Next by Date: Re: mySQL accessed remotely
- Previous by thread: Re: a real strange one here?
- Next by thread: Re: a real strange one here?
- Index(es):