Search found 3 matches

by amdayton
Sat Jul 26, 2003 12:56 am
Forum: PHP - Code
Topic: retrieving images from database and thumbnailing
Replies: 3
Views: 446

nevermind, i figured it out :D -- i had to use createimagefromstring() instead of createimagefromjpeg()
by amdayton
Fri Jul 25, 2003 9:35 pm
Forum: PHP - Code
Topic: retrieving images from database and thumbnailing
Replies: 3
Views: 446

retrieving images from database and thumbnailing

I'm new at php/mySql and i'm trying to create a site with images stored in the mySql database. I looked around for code/tutorials and patched a few together to get the following code: <?php #------------------------------------------------------------------ # DATABASE IMAGE THUMBNAILER # # Retrieves...
by amdayton
Fri Jul 18, 2003 3:35 am
Forum: PHP - Code
Topic: stupid question
Replies: 5
Views: 684

stupid question

hey i am brand new to php and i have what could very easily be a stupid question. i am using random quote generator to implement in my new website, and i would like to make it easy for the user to randomly come up with another quote (without having to refresh the page). is this even possible? it wou...