Hi, usually I use ColdFusion, but at the mo it has to be php.
For navigation - I usually use the following to make naviagtion maintainance easier.
if the url contains "a string"
do this:
else do this:
Can someone help me do this with php?
Cheers if you can illuminate me...
an example to change an image would be:
<if the url contains "/help">help<else>nothelp</if>.gif
M@)
For navigation - I usually use the following to make naviagtion maintainance easier.
if the url contains "a string"
do this:
else do this:
Can someone help me do this with php?
Cheers if you can illuminate me...
an example to change an image would be:
<if the url contains "/help">help<else>nothelp</if>.gif
M@)