Re: [PHP] Image Resampling

2001-12-06 Thread Anthony Washington

Dear Sondra,

So, I would suggest you to change your webhosting company.

:o)



Anthony Washington ([EMAIL PROTECTED])
http://www.shell42.com
http://www.comwebhosting.com

On Thu, 6 Dec 2001, Sondra Russell wrote:

 Dear Friends,

 I'm working on a tool where my dear user can upload a large jpg for
 use with a store.  The tool would upload the jpeg, resample (as
 opposed to resize - image quality is appalling on that!) it to
 thumbnail, and then be done with the whole thing and go smoke a
 cigarette.

 Sounds simple, right?  Well, here's my challenge: my hosting company
 isn't quite up to GD v.2x (they're staying behind in gif-land with GD
 v.1.6).  So, I successfully installed ImageMagick to call from
 system() or exec().

 BUT, my hosting company runs php in safe mode, forbidding any system
 or exec calls.

 Now, I KNOW I'm not the first person on the planet to have this
 challenge.  Anyone?  Bueller?  Share with me.

 Best,
 Sondra

 --
 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]




-- 
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] undefined function: mysql_pconnect()

2001-12-05 Thread Anthony Washington

are u running at least php 4.0.0?
try to use mysql_connect() instead.



--
Anthony Washington ([EMAIL PROTECTED])
http://www.shell42.com
http://www.comwebhosting.com

On Wed, 5 Dec 2001, josep wrote:

 Debian 2.2 + PHP4 apache module + mysql

 Trying my first php program (guestbook) I get:

 Fatal error: Call to undefined function: mysql_pconnect() in
 /home/jupshoes/public_html/guest/index.php on line 27

 thanks

 Josep.


 --
 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]




-- 
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]