Connecting Tech Pros Worldwide Forums | Help | Site Map

php change my html

Daniele
Guest
 
Posts: n/a
#1: Mar 25 '08
Hi all
i have and odd error
if i put ../../ on a link,css,img php will ripe off ../
leaving the new path as ../
even if there is no php on the hmtl page
as example
img src="../../img.jpg"
will change in
img src="../img.jpg"

any idea ?
many thanks
Daniele

Jerry Stuckle
Guest
 
Posts: n/a
#2: Mar 25 '08

re: php change my html


Daniele wrote:
Quote:
Hi all
i have and odd error
if i put ../../ on a link,css,img php will ripe off ../
leaving the new path as ../
even if there is no php on the hmtl page
as example
img src="../../img.jpg"
will change in
img src="../img.jpg"
>
any idea ?
many thanks
Daniele
>
No, PHP won't do this. You have another problem.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Closed Thread