
February 2nd, 2009, 04:44 PM
|
|
Registered User
|
|
Join Date: Feb 2009
Posts: 1
Time spent in forums: 10 m 47 sec
Reputation Power: 0
|
|
|
Tags without "
I don't know how to explain what I'm trying right now (I don't know it either  )
What I do know is that I want to have images on a page, but it is in some kind of php and I can't use the basic html tags.
I can't use:
PHP Code:
<img src="url/image.gif">
because the site begins like this
PHP Code:
<?php $locale['401'] = " .......all the content ........................";?>
If I use " in content it won't work.
My question:
How can I use tags without "
I checked it and it would accept ' but I don't know if there exists tags with '
I hope you can understand my problem.
BTW: I am a beginner in php
|