View Single Post
  #3 (permalink)  
Old 01-08-06, 11:10 PM
eddyvlad eddyvlad is offline
Wannabe Coder
 
Join Date: Sep 2003
Location: In The Bloody Pits Of Hell
Posts: 160
Thanks: 2
Thanked 0 Times in 0 Posts
That's what I was thinking, it's suppose to work. But it didn't.
My page went haywire probably because I'm using the /e modifier so that I can use addslashes().
What happened when I removed the ? was, it adds \\\" to every quote in my page e.g
<img src=
\\\"image.jpg\\\" />

I haven't figured out why it did that but I tried removing /e modifier and addslashes(), the replacement became e.g:
<a href="website.com" onMouseOver="
overlib('Something something>Webby</a>.

Yet, that doesn't solve..
__________________
Mr. Brown Eyes
Reply With Quote