On Friday 07 March 2003 14:13, Liam Gibbs wrote:
> > Could you show some code to illustrate the unpredictable results that you
>
> get?
>
> Here's what I have in my file:
>
> [EMAIL PROTECTED]@#%:[EMAIL PROTECTED]@[EMAIL PROTECTED]|#:~December, 2003~on~fjskl
>
> It's first exploded() by ~, 

What does print_r() on the newly exploded array show?

> then those values are produced by print("")
> statements, like this one:
>
> print("                        <DIV ALIGN = \"CENTER\"><STRONG>\"" .
> $information[1] . "\"</STRONG>");
>
> I'll try the single quotation mark method first, though.

You say in the follow-up post that single-quotes doesn't work -- could you 
post a self contained example to show that it doesn't work.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
Natural laws have no pity.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to