[PHP] php-4.1.0 distribution broke??

2001-12-10 Thread Bob Scott
, Inc. This program comes with NO WARRANTY, to the extent permitted by law. You may redistribute it under the terms of the GNU General Public License; see the file named COPYING for details. Written by John Gilmore and Jay Fenlason. [bscott@bscott samba]$ -- Bob Scott Web

RE: [PHP] php-4.1.0 distribution broke??

2001-12-10 Thread Bob Scott
Bizzare -- About 2 hours ago http://www.php.net/downloads.php listed 4.1.0 dated 10 Dec 2001 as being the latest release. Now it's back to 4.0.6 I guess I will wait :) Thanks -bob -- Bob Scott Web / DB Developer http://www.covalent.netCovalent Technologies

Re: [PHP] Image manipulation

2001-08-31 Thread Bob Scott
) . .gif; $s = system (/usr/X11R6/bin/convert -geometry 100x100 $userfile $dest_file); will create a 100x100 pixel thumbnail image called t_my_face.jpg.gif in /usr/local/www/htdocs/images ImageMagick can be found at http://www.imagemagick.org/ Have fun! -bob -- Bob Scott

Re: [PHP]Question about escaping a character

2001-07-24 Thread Bob Scott
Run the string through stripslashes() before you write it to the file... http://www.php.net/manual/en/function.stripslashes.php Cheers -bob -- Bob Scott Web / DB Developer http://www.covalent.netCovalent Technologies, Inc. On Tue, 24 Jul 2001, Chris Cocuzzo wrote

Re: [PHP] Determining File Size

2001-07-24 Thread Bob Scott
bytes; } echo File $my_file is $show_filesize ; Have fun! -bob -- Bob Scott Web / DB Developer http://www.covalent.netCovalent Technologies, Inc. On Tue, 24 Jul 2001, Alnisa Allgood wrote: Hi: I've set-up a library/clearinghouse system that basically allows to add

Re: [PHP] auto link?

2001-07-16 Thread Bob Scott
Take a look at http://www.php.net/manual/en/function.ereg-replace.php There's a bit of sample code up there that may help... -bob -- Bob Scott Web / DB Developer http://www.covalent.netCovalent Technologies, Inc. On Mon, 16 Jul 1979, [EMAIL PROTECTED] wrote