[PHP] Re: PHP and Mysql

2001-09-05 Thread Ron Wills
terpreter, if php is not running only that line will be displayed in your browser. I hopes this helps locate your problem > > can anyone help ? thanks > > the link is > http://www.arkman.f2s.com/database/index.php > > aloysius -- Ron Wills DMS Control Programmer [EMAIL PRO

[PHP] Re: Sorting Dates in this format: Jul 21 2001

2001-08-09 Thread Ron Wills
devise a way that works. And >they are text fields in MySQL so that won't sort it correctly either. Can anyone >point me in the right direction? -- Ron Wills DMS Control Programmer [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

Re: [PHP] PostgreSQL vs InterBase

2001-02-27 Thread Ron Wills
ditional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- 209 Media Ron Wills <[EMAIL PROTECTED]> Programmer   -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [PHP] Stream Content

2001-02-27 Thread Ron Wills
ED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- 209 Media Ron Wills <[EMAIL PROTECTED]> Programmer   -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] quoting issues in PHP

2001-02-27 Thread Ron Wills
ttp://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- 209 Media Ron Wills <[EMAIL PROTECTED]> Programmer   -- PHP General Mailing List (http://www.php.net/) To unsubsc

Re: [PHP] while loop and modulus?

2001-02-27 Thread Ron Wills
't take it.  Frustrating, to say the least. James. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- 209 Media Ron Wills <[EMAIL PROTECTED]&

Re: [PHP] convert GIF to JPEG with PHP

2001-02-27 Thread Ron Wills
CTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- 209 Media Ron Wills <[EMAIL PROTECTED]> Programmer   -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: [PHP] Return Image for PHP Link

2001-02-27 Thread Ron Wills
brain. Any help would be appreciated! Karl -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED] -- 209 Media Ron Wills <[EMAIL PROTECTED]>

Re: [PHP] resizing images

2001-02-21 Thread Ron Wills
I have been using the tools from ImageMagick (convert) to create thumb nails of pictures upload to our site. Once you have the uploaded file just: if (exec('convert -w 100x100 ... src_file dest_file')) { error } I hope this helps. Dale Frohman wrote: > Does anyone know of a way to resiz