Re: a real strange one here?



<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


.



Relevant Pages

  • Re: a real strange one here?
    ... My suggestion is that you try to break up your code better. ... Instead of using double quotes, try breaking up your code using single ... if you need to print vars: ...
    (alt.php)
  • Re: Speed Awareness Workshops
    ... are from the insurers who pay the biggest handouts to confused.com. ... Their quotes are about as impartial as going to Big Eric whose son runs ... If you have a better suggestion, ...
    (uk.transport)
  • Re: how to include special characters in a formula?
    ... > I have tried the suggestion below, but it still doesnt work. ... >> Use double quotes instead of apostrophes. ... >> Pearson Software Consulting, LLC ...
    (microsoft.public.excel.programming)
  • Re: Google search algorithms
    ... Lady Nina wrote: ... then searched for 'problems with' (without the quotes) and the very ... first drop down suggestion was what I was about to type. ... '87 semi-rat LS650, OMF#24 ...
    (uk.rec.motorcycles)
  • Re: If value is in a list
    ... Is there a point in your repeating your suggestion ... ... And please trim your quotes. ... Anyone who slaps a 'this page is best viewed with Browser X' label on ...
    (comp.lang.javascript)