PHP Tutorials: Basic Advert Rotation (Part 2)


A basic advertising rotation system thаt wіll involuntarily incorperate аnу newly added images. Simple, уеt effective!

7 Responses to “PHP Tutorials: Basic Advert Rotation (Part 2)”

  • andreyeu2008 says:

    Thanks Alex ;)

  • corile2 says:

    Yeah, that’s a very excellent top.

  • omanoman98 says:

    I really found this tut fun!
    Cheeers Alex!

  • cheekyfecker says:

    Excellent tut, very helpful for us beginers.

    cheers :)

  • hitatahitata says:

    I have tried this course with my family’s photos. b/c the file’s name with the photo will have some “space”, like “kids and pets”…etc., those “space” will cause problems in explode() function, if you use “space” as separator.

    So we should avoid using a very common character as a separator.

  • phpacademy says:

    Your english isn’t terrible at all!
    Thanks for the tip anyway

  • Petterss22 says:

    Just a small tip.
    Always use exit(); after using header(“Location: “);
    I read the tip in a book I reflect.
    Hackers would unactivate headers on some kind of way and not get redirected.
    So always use exit(); after headers.
    Specially if its a administrator system.

    Sorry for my terrible english
    //Petter

Leave a Reply

You must be logged in to post a comment.