PHP Tutorials: Image upload site: Albums (Part 8)


Add baby book functionality allowing thе user tο mаkе, view аnd rub out albums, аѕ well аѕ seeing thеіr contents.

5 Responses to “PHP Tutorials: Image upload site: Albums (Part 8)”

  • thehue01 says:

    how come the continuation ass of the next part of this “Image Upload Site” is missing? -I mean on how to upload the files to the albums?

  • dsonic says:

    Hi, sorry, another error,

    Not Found
    The requested URL/createalbum.php method=was not found on this server

  • dsonic says:

    Hi , bit stuck, keep getting error message: Notice: Undefined pointer: albumdescription on line 8. Not sure what the problem is, here is the code:

    $albumdescription = $_POST['albumdescription'];

    if ($albumdescription)
    {
    $make = mysql_query(“INSERT INTO albums VALUES (”, ‘$id, ‘$albumname’, ‘$albumdescription’, ’0′, ‘images/novocer.jpg’)”);
    echo “baby book made!”;
    }

  • piratedtop says:

    hey i can tell that you are the best plz kepp uploading some new tutorials 5 stars to all your tutorials you are the best
    PS sorry for my english

  • omanoman98 says:

    Many, many thanks for this informaive tutorial Alex!

Leave a Reply

You must be logged in to post a comment.