Connecting Tech Pros Worldwide Help | Site Map

php change my html

  #1  
Old March 25th, 2008, 09:35 AM
Daniele
Guest
 
Posts: n/a
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
  #2  
Old March 25th, 2008, 12:15 PM
Jerry Stuckle
Guest
 
Posts: n/a

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
ajax beginner: refresh button call doesn't change data malcster2 answers 2 July 11th, 2008 10:32 AM
Anti Leech php script AlBen answers 8 October 8th, 2007 06:55 AM
Include another html file/content lg answers 10 August 24th, 2007 03:25 PM
Make all pages .php? Bruce W...1 answers 31 July 17th, 2005 01:20 AM