[PHP-DB] Manipulate an image automatically

2006-04-13 Thread Henry Ortega
What is the quickest way to manipulate an image? I have a 300x100 image of something (template), and I want text to be inserted to that graphic at a certain coordinate (e.g. lower right), how would I do that?

[PHP-DB] PHP website authentication / shadow file?

2005-12-22 Thread Henry Ortega
I want my PHP script authentication to be based on my system username/password sets. My box is an email server also therefore I wanted my users to use the same username/password that they use checking their emails. Maybe I can have my PHP script check against my shadow file? Or maybe a totally

[PHP-DB] RSS/XML

2005-12-16 Thread Henry Ortega
I want to put a website's RSS feed on my website. For example, http://beccary.com/feed/ I want to put all the titles of that blog page on my website. Is there an easy way to do this?

[PHP-DB] authenticating using system user list

2005-02-17 Thread Henry Ortega
I have a database program using postgres and having a PHP front end. It requires people to login to gain access. Everyone who needs to login to that database program has a system user account in that machine. (since it's also the email server) What is the best way to authenticate using the system

Re: [PHP-DB] authenticating using system user list

2005-02-17 Thread Henry Ortega
authentication? Same for email? bastien From: Henry Ortega [EMAIL PROTECTED] Reply-To: Henry Ortega [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] authenticating using system user list Date: Thu, 17 Feb 2005 11:54:17 -0500 I have a database program using postgres and having a PHP