[PHP] Reminders

2001-03-15 Thread Dale Frohman
I have a web interface that will submit entries into a mysql db. These entries are things to do at certain times, an organizer. Is there a way for php to intelligently keep track of time and when the certain time of the event hits, to trigger an event - such as an email. Any help will be apprec

Re: [PHP] GD installed but imageFUNCTIONS dont work

2001-02-27 Thread Dale Frohman
i am getting similar errors when trying to run a script that requires GD. It is installed, supposedly but i get: Call to unsupported or undefined function imagettfbbox() any and all advice is helpful thanks dale On Tue, 27 Feb 2001, Helmut Ott wrote: > Hi, > hopefully somebody can help to s

[PHP] Php4 and GD

2001-02-26 Thread Dale Frohman
Im trying to get GD to work on my box and i keep getting the following errors: gdttf.c:66: syntax error before `TT_Engine' gdttf.c:72: syntax error before `TT_Matrix' gdttf.c:81: syntax error before `TT_Engine' gdttf.c:87: syntax error before `TT_Glyph' gdttf.c: In function `fontFetch': gdtt

Re: [PHP] crontab help

2001-02-22 Thread Dale Frohman
sleep is in seconds. so that would be 5 minutes. On Thu, 22 Feb 2001, Arnold Gamboa wrote: > hi, > > thanks again. questions: > > 1. sleep(300) would mean pause by 300 mins, right? That's why i thought you > mean usleep(300) - 300 microseconds. please comment > 2. what you mean is i will sen

[PHP] GD / FreeType2

2001-02-22 Thread Dale Frohman
I am trying to get GD and FreeType 2 to work with php so i can do dynamic images from ttf fonts. I am running the following: FreeBSD 4.1 Php version 4.0.4pl1 FreeType Version 2 from http://freetype.sourceforge.net gd 1.8.4 from http://www.boutell.com/gd/ i installed libpng per gd's requirements

[PHP] resizing images

2001-02-21 Thread Dale Frohman
Does anyone know of a way to resize images as they are being uploaded? Would you write these images to a mysql database or straight to a file on the server? The pictures will be small < 100k Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] F