[PHP] convert GIF to JPEG with PHP

2001-02-27 Thread Student Center
if i have a GIF file, how can i convert this to a JPG file through php? p.s.: ill do anything as long as i dont have to recompile php/apache - noah -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] T

[PHP] run safe_mysqld from php code *urgent*

2001-02-15 Thread Student Center
hey guys, in order to restart my mysql server i'd like to run safe_mysqld from my php file. i have this: `./usr/local/mysql/bin/safe_mysqld` however when we check the list of processes, safe_mysqld isnt there. what am i doing wrong? btw, we've tried taking out the period (.) and running exec