Updating my website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adizlaja
Forum Newbie
Posts: 9
Joined: Mon Mar 31, 2003 11:02 pm

Updating my website

Post by adizlaja »

Hello,

I'm trying to fix up http://www.soccergrip.com/catalog/default.php. I would like to remove the 5 images below and replace them with three bigger jersey pictures and below that a list of leagues.

When I tryed to do it I simply opened the default.php in Dreamweaver and made a table below it and put all my pictures in it. It looks fine in Dreamweaver.. but when I put it on the web then nothing changes. When I try to remove the 5 pictures I get a PHP error... Anyone that can help, or prefferably try to walk me through it over AIM or MSN? Hopefully someone can help me out. :?
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Did you try refreshing mutiple times? Clearing out your Temp Internet Files? Uploading to the proper folder?

Thoses have to have beeen my most common mistakes when I had an issue like this.
adizlaja
Forum Newbie
Posts: 9
Joined: Mon Mar 31, 2003 11:02 pm

Post by adizlaja »

Nope, its still not working.. I really need help. Anyone got MSN or AIM?
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

Display the error. If it shows (...in line X), post that and the 3 previous and next lines in the code also.
Might help us debugging it.
adizlaja
Forum Newbie
Posts: 9
Joined: Mon Mar 31, 2003 11:02 pm

Post by adizlaja »

I do not get an error..

I simply pasted a HTML table into php code and its not appearing on my site.
Post Reply