ation, 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
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 Technol
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]
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
;= 0) {
$show_filesize = $file_size . " bytes";
} else {
$show_filesize = "0 bytes";
}
echo "File $my_file is $show_filesize ";
Have fun!
-bob
--
Bob Scott Web / DB Developer
http://www.covalent.netCovalent Technologies, Inc.
On Tue, 2
= $img_dir . "/t_" . basename($userfile) . ".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
6 matches
Mail list logo