Wednesday, September 14, 2011

How do I change a link in a php file?

Here is the php page :

http://www.gpscoins.com/Cart/index.php?act=viewCat%26amp;catId=3



I want to change the links under %26quot;shop by category%26quot; :

Homepage

Jewelry

Bars

Coins

Special Offers



I want them all to go to an html page, but I have no idea where in the php files it programs the links, Im lost as to what i am suppose to be looking for? thanksHow do I change a link in a php file?you need modifiy index.php and modify the links are htmlHow do I change a link in a php file?Do a search for %26quot;http://%26quot; and check every occurrance. Beware, it might not have the %26quot;www.%26quot;



So you might see somewhere with quotes:

%26quot;http://www.gpscoins.com/Cart/index.ph…

or

%26quot;http://gpscoins.com/Cart/index.php?ac…



However there is a chance that you won't find either of the above URLs, in which case it could be difficult to locate where to change the code to change the URL without actually looking through the code.
  • myspace commentes
  • ittwit
  •