Re: [PHP] Ridiculous ..won't print or echo ...(RESOLVED)

2009-07-31 Thread ej S(ibr(ina on...@mojestopa.cz
Just testing message Miller, Terion napsal(a): Yep I forgot about escaping the $ On 7/29/09 10:51 AM, Ford, Mike m.f...@leedsmet.ac.uk wrote: -Original Message- From: Miller, Terion [mailto:tmil...@springfi.gannett.com] Sent: 29 July 2009 16:36 Ok in my output to Quark I

Re: [PHP] Ridiculous ..won't print or echo ...(RESOLVED)

2009-07-31 Thread ej S(ibr(ina on...@mojestopa.cz
I'm sorry for this post. It's only testing. Thanks for understand. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Ridiculous ..won't print or echo ...

2009-07-29 Thread Miller, Terion
Ok in my output to Quark I need to have $P printed to the page like this: @$p2118 S. Campbell Ave So in my php which is going to be grabbing this info and formatting it for the Quarkisn't echoing that $p all I get is the @ I have tried several things: $p = $p $p = print($p) $p = echo $p

RE: [PHP] Ridiculous ..won't print or echo ...

2009-07-29 Thread Aipok
Ok in my output to Quark I need to have $P printed to the page like this: @$p2118 S. Campbell Ave So in my php which is going to be grabbing this info and formatting it for the Quarkisn't echoing that $p all I get is the @ I have tried several things: $p = $p $p = print($p) $p = echo $p

Re: [PHP] Ridiculous ..won't print or echo ...

2009-07-29 Thread Ashley Sheridan
On Wed, 2009-07-29 at 11:36 -0400, Miller, Terion wrote: Ok in my output to Quark I need to have $P printed to the page like this: @$p2118 S. Campbell Ave So in my php which is going to be grabbing this info and formatting it for the Quarkisn't echoing that $p all I get is the @ I

Re: [PHP] Ridiculous ..won't print or echo ...(RESOLVED)

2009-07-29 Thread Miller, Terion
Yep just figured that out too..the escaping thing.. Thanks On 7/29/09 10:45 AM, Ashley Sheridan a...@ashleysheridan.co.uk wrote: On Wed, 2009-07-29 at 11:36 -0400, Miller, Terion wrote: Ok in my output to Quark I need to have $P printed to the page like this: @$p2118 S. Campbell Ave So

RE: [PHP] Ridiculous ..won't print or echo ...

2009-07-29 Thread Ford, Mike
-Original Message- From: Miller, Terion [mailto:tmil...@springfi.gannett.com] Sent: 29 July 2009 16:36 Ok in my output to Quark I need to have $P printed to the page like this: @$p2118 S. Campbell Ave So in my php which is going to be grabbing this info and formatting it for

Re: [PHP] Ridiculous ..won't print or echo ...(RESOLVED)

2009-07-29 Thread Miller, Terion
Yep I forgot about escaping the $ On 7/29/09 10:51 AM, Ford, Mike m.f...@leedsmet.ac.uk wrote: -Original Message- From: Miller, Terion [mailto:tmil...@springfi.gannett.com] Sent: 29 July 2009 16:36 Ok in my output to Quark I need to have $P printed to the page like this: