Search results

  1. J

    PHP resizing script will not shrink all the time?

    i have been trying to figure out why this little code wont shrink pictures bigger than a certain dimension (2246 x 1494). header('Content-type: image/jpeg'); // Get new sizes list($width, $height) = getimagesize($uploadfile); if ($width > 750 || $height > 750) { if ($width <= $height) {...
  2. J

    good book to read / make a movie on?

    hi guys. i have a book report to do and i have to read a book from 300-600 pages. im in 10th grade in a high level English class. i was wondering if any of you guys would recommend a book for me to read and do a movie, or a little skit on. my friend and i like making movies and that is one...
Back
Top