Question about Photobuckets PHP

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
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Question about Photobuckets PHP

Post by tecktalkcm0391 »

How does there login.php page work in the way that it show the page to you and then refreshes it to the next page in about 5 seconds? I checked the HTML for a meta refresh but its not there?
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

it's hard to say without seeing it. It could be javascript though...look for a setTimout method.
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Post by tecktalkcm0391 »

If you have a photobucket username just login on photobucket.com/login.php.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

here it is:

Code: Select all

<meta http-equiv="Refresh" content="1; URL=http://s107.photobucket.com/albums/m303/burrito9_2006/">
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Post by tecktalkcm0391 »

Ok, I must have been getting the source from the next page and not that page.
Post Reply