[PHP-WIN] Create Thumbnails from image

2002-09-22 Thread Kjell Hansen
Hi, I'm using a Win2k with php4.1 and I'd like to make some thumbnails from pictures on my disk. I've gotten the impression that it's possible, but I havent' found out just how. I've stumbled across the ImageCopyResized function but it requires a imagehandle(?) to the file copied from. How do I g

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Kjell Hansen
gt; That's the reason I said reverse the string and replace the first > occurance. > The only time it would be a problem is if they did not put an Extension. > -- > Scott Carr > OpenOffice.org > Documentation Maintainer > http://documentation.openoffice.org/ > > > Quo

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Kjell Hansen
Well David, it's about having dots in the attribute names That's when things get goofed up. SeaU /Kjell - Original Message - From: "David Hollister" <[EMAIL PROTECTED]> To: "'Kjell Hansen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Kjell Hansen
string. Replace the first occurance of "_" with ".". > Re-reverse the string. > > Now you have a Filename. > -- > Scott Carr > OpenOffice.org > Documentation Maintainer > http://documentation.openoffice.org/ > > Quoting Kjell Hansen <[EMAIL PR

Re: [PHP-WIN] . becomes _ when submitting page

2002-09-09 Thread Kjell Hansen
in attributes > values. > > HTH > > Ignatius > > ________ > - Original Message - > From: "Kjell Hansen" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, September 08, 2002 7:12 PM > Subject: [PHP-WIN] . becomes _ when submitting page

[PHP-WIN] . becomes _ when submitting page

2002-09-08 Thread Kjell Hansen
Hi, In my HTML page I have a textarea called "filename.ext" when I submit the page I get "filename_ext" in my $_POST array. Anyone know why?!??!? TIA Kjell -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php