php change my html

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Daniele

    php change my html

    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

    #2
    Re: php change my html

    Daniele wrote:
    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@attgl obal.net
    =============== ===

    Comment

    Working...