[PHP-DB] Email validation

2010-06-29 Thread gmail
Hello to you all! I'm facing a problem with a scrip that can validate a form witch accept only as input email address. I have seen many scripts on the net and were very interesting but I'm not able to implement those scripts on my need. I'm explaining myself better! I have a form to collect

Re: [PHP-DB] Email validation

2010-06-29 Thread Richard Quadling
On 28 June 2010 15:42, gmail agbo...@gmail.com wrote: Hello to you all! I'm facing a problem with a scrip that can validate a form witch accept only as input email address. I have seen many scripts on the net and  were very interesting but I'm not able to implement those scripts on my need.

[PHP-DB] email HTML code showing in Eudora

2007-10-18 Thread VanBuskirk, Patricia
I have the following code that so for works perfect for all email programs EXCEPT Eudora. With Eudora, the entire code after the first ?, starting at --PHP-alt just pops into the body of the email. Anyone know of a fix for Eudora that will still allow the rest of the world to see it correctly?

[PHP-DB] [EMAIL PROTECTED]

2006-08-10 Thread andreas.ginting
At 04:42 AM 8/10/2006, Jeffrey wrote: Sorry, this is a bit off topic, but you are the best people to ask. I am looking for a web hosting service based in Australia (and with servers in Australia). Need Linux+Apache+MySQL+PHP and dedicated server hosting. Importantly, they must provide a

[PHP-DB] [EMAIL PROTECTED]

2006-01-07 Thread JeRRy
Warning, this person is acting to own your email account server. He tries to pretend his from Yahoo!, Hotmail or any email account to see if your account is active for spam. I got his REAL email address because he messed up an email and put his real email address. I have confirmed from

Re: [PHP-DB] Email Article, Print Article

2005-10-03 Thread Leo G. Divinagracia III
[EMAIL PROTECTED] wrote: Hello, I am running an article-based site, where I would like to add two buttons: print this article and email this article. Does anyone know where I could look to find out how to program this code into my article.php page? anothing this is to use CSS to

[PHP-DB] Email Article, Print Article

2005-09-30 Thread Tramelw
Hello, I am running an article-based site, where I would like to add two buttons: print this article and email this article. Does anyone know where I could look to find out how to program this code into my article.php page? Thanks in advance, Eddie Wonder

RE: [PHP-DB] Email Article, Print Article

2005-09-30 Thread Bastien Koert
the email address(es). On submitting that little form, it pulls the article from the storage and either embeds it or attaches it to an email...depending on how you want to handle it... Does that help? Bastien From: [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Email Article

Re: [PHP-DB] Email Article, Print Article

2005-09-30 Thread Micah Stevens
No, but it's pretty straightforward, just have each link to another script along with a get variable that defines which article (assuming they're in a database or something) email_article.php?article=$articleID print_article.php?article=$articleID email_article.php: (pseudo code) ?php //

Re: [PHP-DB] Email Article, Print Article

2005-09-30 Thread Tramelw
Thank you Bastian and Micah. I had no idea the concept was so straightforward. I guess I was close to making a mountain out of a molehill. Thanks again, E. Wonder

Re: [PHP-DB] email question

2005-03-06 Thread Novice Learner
Hello, I had a very similar problem when I was trying to incorporate this functionality. I have my development system at home with Windows XP home edition, Apache server, and PHP5 and it would just not send the email from my local machine even after changing the settings in the ini file, I

Re: [PHP-DB] email question

2005-03-06 Thread anirudh dutt
[EMAIL PROTECTED] wrote: I know something must be missing in my home setup, I hope I will learn that later. However when I uploaded the files to my ISP, the email functionality would work and emails went through with absolutely no problem. u need an MTA set up on the machine (eg. qmail,

Re: [PHP-DB] email question

2005-03-04 Thread Balwant Singh
sorry for again bothering you, thanks, yes you are right i am using SMTP. i have given my smtp server's ip and port number in my php.ini file but still i could not able to send the emails through my linux m/c. also i am not receiving any error. the mail goes but not reach to destination. after

[PHP-DB] email question

2005-03-04 Thread Balwant Singh
can anybody guide me how i can get subscribed to PHP-DEV forum. excuse me, i am asking one off the list question. i want to use PHP to send email. my webserver has linux OS but we are using POP3 for sending emails (on Windows OS). May pls. inform all the setting needs to be done for sending an

Re: [PHP-DB] email question

2005-03-03 Thread Brent Baisley
First, you don't use POP3 for sending emails, you use SMTP. POP3 is a retrieval mechanism, like IMAP. You actually don't need POP3 or IMAP to send and receive emails, you need it to read them with a typical mail client (i.e. Outlook). Postfix, Sendmail, etc., don't support POP3 and IMAP

[PHP-DB] email question

2005-03-02 Thread Balwant Singh
can anybody guide me how i can get subscribed to PHP-DEV forum. excuse me, i am asking one off the list question. i want to use PHP to send email. my webserver has linux OS but we are using POP3 for sending emails (on Windows OS). May pls. inform all the setting needs to be done for sending an

[PHP-DB] Email Archiver???????

2004-05-02 Thread Will
Does anyone know of a good email archiver written in PHP?? ~WILL~ __ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover -- PHP Database Mailing List

Re: [PHP-DB] Email bouncer Program(s) - know any?

2003-09-30 Thread David T-G
Jerry -- This is neither a PHP nor PHP-DB question, even though you use php and mysql, but here's a reply anyway. ...and then JeRRy said... % % Hi, Hi! % % I run PHP and mysql on my site. I allow people to use % a PHP page to send me an email that is logged in the % mysql for logging

Re: [PHP-DB] Email bouncer Program(s) - know any?

2003-09-30 Thread JeRRy
Note that even that isn't really very good because each domains is supposed to have a working postmaster@ account where any problem reports for the domain can go. If you just bounce any mail from the outside then you're not playing nice with the rest of the world. Just because other web

[PHP-DB] Email bouncer Program(s) - know any?

2003-09-29 Thread JeRRy
Hi, I run PHP and mysql on my site. I allow people to use a PHP page to send me an email that is logged in the mysql for logging reasons. If someone sends me an email to [EMAIL PROTECTED] (fake address, not real) when it is sent it does not bounce, instead it gets sent to the root email

[PHP-DB] Email Form

2003-09-16 Thread Philip O'Rourke
I am new to PHP and need some help with an form mail problem. Basically i know how to get a form to submit data to MySQL and I know how email the content of a form. But how do i get a form to do both? -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-DB] Email Form

2003-09-16 Thread Jacob A. van Zanen
Hi, Combine the two scripts Begin script Accept the post variables Insert them into the database Mail them End script jack -Original Message- From: Philip O'Rourke [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 10:46 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Email

Re: [PHP-DB] Email Form

2003-09-16 Thread Philip O'Rourke
variables Insert them into the database Mail them End script jack -Original Message- From: Philip O'Rourke [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 10:46 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Email Form I am new to PHP and need some help with an form

Re: [PHP-DB] Email Form

2003-09-16 Thread Philip O'Rourke
jack -Original Message- From: Philip O'Rourke [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 10:46 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Email Form I am new to PHP and need some help with an form mail problem. Basically i know how to get a form to submit data

[PHP-DB] Email with attachments

2003-07-24 Thread Diana Cassady
Hi. I'm trying to send email with attachments using PHP and have just about got it based on the example provided by alex at bartl dot net on http://us4.php.net/manual/en/ref.mail.php. The only difficulty I'm having is that the attachment is coming through as part of the message. The message

Re: [PHP-DB] Email with attachments

2003-07-24 Thread Danbru
Hello!! Use this function... function sendmsg($to, $subject, $text, $cc, $from, $file, $type) { $content = fread(fopen($file,r),filesize($file)); $content = chunk_split(base64_encode($content)); $uid = strtoupper(md5(uniqid(time(; $name = basename($file);

[PHP-DB] Email confirmation?

2003-06-11 Thread Boa Constructor
Greetings every1 I'm wondering how I can send the details of an order to an email address. I have a foreach loop which loops through an array and each time round the loop it runs a query on the database to get product details. If for instance they ordered 5 different items then I would

Re: [PHP-DB] Email confirmation?

2003-06-11 Thread Bruno Gimenes Pereti
- From: Boa Constructor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 2:01 PM Subject: [PHP-DB] Email confirmation? Greetings every1 I'm wondering how I can send the details of an order to an email address. I have a foreach loop which loops through

[PHP-DB] Email an attached file

2003-05-29 Thread Marie Osypian
I am using something like this example code below to send e-mail and wondered if anyone could tell me how I could include a file also in this email if possible. Thanks in advance. Marie EXAMPLE: $myname = Me Myself; $myemail = [EMAIL PROTECTED]; $contactname = Mister Contact; $contactemail =

Re: [PHP-DB] Email an attached file

2003-05-29 Thread jeffrey_n_Dyke
: Subject: [PHP-DB] Email an attached file 05/28/2003 02:08 PM

Re: [PHP-DB] Email an attached file

2003-05-29 Thread Dan Brunner
Marie Osypian [EMAIL PROTECTED] To: [EMAIL PROTECTED] llege.com cc: Subject: [PHP-DB] Email an attached file 05/28/2003 02:08 PM I am using

RE: [PHP-DB] Email an attached file

2003-05-29 Thread Marie Osypian
I am storing the file on my server. -Original Message- From: Dan Brunner [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 2:42 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Email an attached file Hello!! If your storing the file name, file type

Re: [PHP-DB] Email an attached file

2003-05-29 Thread Dan Brunner
] wrote: I am storing the file on my server. -Original Message- From: Dan Brunner [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 2:42 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Email an attached file Hello!! If your storing the file name, file type, in mysql

[PHP-DB] Email to a list of address in your database.

2003-01-18 Thread Marie Osypian
Hi, I have a list of email address in a mysql database and I would like to create a link that when clicked pulls up your my mail program and mails to everyone in the database. a href=mailto:ARRAY OF EMAIL ADDRESSMail to everyone/a Here is my code: pBr ? $userquery = select *

[PHP-DB] email form

2002-12-10 Thread Ryan Holowaychuk
I am trying to figure out how to take the data that I have collected in a form and format it into another page basically a bunch of tables and graphics, and then email that form to a specific email address. I have been able to get it to collect, place into the page, but now how to email the

RE: [PHP-DB] email form

2002-12-10 Thread Ryan Jameson (USA)
Try the mail function, you can get creative and use html as well. It's documented: http://www.php.net/manual/en/function.mail.php Ryan -Original Message- From: Ryan Holowaychuk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 4:23 PM To: [EMAIL PROTECTED] Subject: [PHP-DB

RE: [PHP-DB] email form

2002-12-10 Thread Ryan Holowaychuk
put it -Original Message- From: Ryan Holowaychuk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 3:23 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] email form I am trying to figure out how to take the data that I have collected in a form and format it into another page basically

RE: [PHP-DB] email form

2002-12-10 Thread Frank M. Kromann
Holowaychuk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 10, 2002 3:23 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] email form I am trying to figure out how to take the data that I have collected in a form and format it into another page basically a bunch of tables and graphics

RE: [PHP-DB] Email Encryption?

2002-11-20 Thread Gavin Amm
: Wednesday, 20 November 2002 1:01 AM To: 'Jeremy Wilson'; 'Jason Vincent'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? Hi All, I want to thank everyone for their suggestion. A short term solution we're simply going to remove the username from the email. This way if a hacker does obtain

RE: [PHP-DB] Email Encryption?

2002-11-19 Thread Aaron Wolski
:08 PM To: 'Aaron Wolski'; 'Jason Vincent'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? $encrypted_string = md5(base64_encode($var.'secret key')); Pass the user name or password to $var and place text in to replace the words 'secret key'. -Original Message- From: Aaron Wolski

RE: [PHP-DB] Email Encryption?

2002-11-18 Thread Jeremy Wilson
PROTECTED] Subject: RE: [PHP-DB] Email Encryption? Well. Its not what they want.. it what one of their clients want (very big corporation with very unrealistic security standards - you'd think they were NASA or something *grumble*) Their thought is that someone could hack the received email, login

RE: [PHP-DB] Email Encryption?

2002-11-17 Thread Gavin Amm
November 2002 7:12 AM To: Aaron Wolski Cc: 'Jason Vincent'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? At the time of the account setup, you'll have the unencrypted and encrypted password. Send the email before it gets encrypted. Still, this is a little silly, since the email

RE: [PHP-DB] Email Encryption?

2002-11-17 Thread Gavin Amm
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Check out this link: http://www.pgpi.org/dev/ It is not exactly PHP material, but maybe if you wanted to contact them ask them about supporting PHP you might get a response (i'd be interested if you get a responce, as i think having that

[PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
OFFTOPIC Sorry for the off topic guys.. But I've just been informed that an application we developed for a client whereby they use an Admin tool to setup user accounts into their store needs to have the login (username and password) encrypted. I am thinking PGP for this but to be honest I've

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
;martekbiz.com] Sent: November 15, 2002 11:36 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Email Encryption? OFFTOPIC Sorry for the off topic guys.. But I've just been informed that an application we developed for a client whereby they use an Admin tool to setup user accounts into their store needs

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Jason Vincent
Why email? If the Admin tool uses SSL, that is all you need. Regards, J -Original Message- From: Aaron Wolski [mailto:aaronjw;martekbiz.com] Sent: Friday, November 15, 2002 11:39 AM To: 'Aaron Wolski'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? Just thinking here

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Hutchins, Richard
Wolski'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? Just thinking here.. PGP is not an option as it would mean EACH user being setup would need the company's public key to decrypt. Not possible as they setup a few hundred accounts each month. Hmm.. anything else

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
] Subject: RE: [PHP-DB] Email Encryption? Why email? If the Admin tool uses SSL, that is all you need. Regards, J -Original Message- From: Aaron Wolski [mailto:aaronjw;martekbiz.com] Sent: Friday, November 15, 2002 11:39 AM To: 'Aaron Wolski'; [EMAIL PROTECTED] Subject: RE: [PHP-DB

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Cal Evans
* -Original Message- From: Aaron Wolski [mailto:aaronjw;martekbiz.com] Sent: Friday, November 15, 2002 10:47 AM To: 'Hutchins, Richard'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? The user account is setup via the Admin util. The details are emailed to the account holder

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
is supposed to simplify their lives not complicate :( Aaron -Original Message- From: Cal Evans [mailto:cal;calevans.com] Sent: November 15, 2002 11:54 AM To: Aaron Wolski; 'Hutchins, Richard'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? Instead of emailing them the login

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Hutchins, Richard
it used in various places. -Original Message- From: Aaron Wolski [mailto:aaronjw;martekbiz.com] Sent: Friday, November 15, 2002 11:47 AM To: 'Hutchins, Richard'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? The user account is setup via the Admin util. The details

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Jason Vincent
PROTECTED] Subject: RE: [PHP-DB] Email Encryption? The user account is setup via the Admin util. The details are emailed to the account holder. Profile and Login information are contained within. Aaron -Original Message- From: Hutchins, Richard [mailto:Richard.Hutchins;GetingeCastle.com

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
() of the app. Thanks again. Aaron -Original Message- From: Jason Vincent [mailto:jayv;nortelnetworks.com] Sent: November 15, 2002 12:05 PM To: Aaron Wolski; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? What I was getting it is, have the 'users' log into a secure

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Peter Beckman
] Email Encryption? Why email? If the Admin tool uses SSL, that is all you need. Regards, J -Original Message- From: Aaron Wolski [mailto:aaronjw;martekbiz.com] Sent: Friday, November 15, 2002 11:39 AM To: 'Aaron Wolski'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? Just

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
Vincent'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? Why not encrypt the password in the DB? If they lose their password, it cannot be sent to them. They chose it, so it doesn't need to be sent to them in their email. If they lose it, it is changed, and they have to change it again

Re[2]: [PHP-DB] Email Encryption?

2002-11-15 Thread Damian Harouff
it got AW encrypted? AW Hense the email. AW Aaron AW -Original Message- AW From: Peter Beckman [mailto:beckman;purplecow.com] AW Sent: November 15, 2002 12:35 PM AW To: Aaron Wolski AW Cc: 'Jason Vincent'; [EMAIL PROTECTED] AW Subject: RE: [PHP-DB] Email Encryption? AW Why not encrypt

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Jason Vincent
:EXCH]; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? My client is the one doing the setup of accounts. How would the account holder know of his password before it got encrypted? Hense the email. Aaron -Original Message- From: Peter Beckman [mailto:beckman;purplecow.com

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Peter Beckman
. Aaron -Original Message- From: Peter Beckman [mailto:beckman;purplecow.com] Sent: November 15, 2002 12:35 PM To: Aaron Wolski Cc: 'Jason Vincent'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Email Encryption? Why not encrypt the password in the DB? If they lose their password

[PHP-DB] email format: meeting request

2002-06-25 Thread Dib, Walid (MED, Stagiaire GEMS)
Hello, I have a little bit difficult question, I need to send email under format meeting request to automatically update the calendar in outlook, how can I do that with PHP and what parameters use?? Thank you Walid -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP-DB] email format: meeting request

2002-06-25 Thread Cosby, Christopher
), but the rest is pretty straight-forward. Enjoy, I dig for code. chris -Original Message- From: Dib, Walid (MED, Stagiaire GEMS) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 4:38 AM To: '[EMAIL PROTECTED]' Subject: [PHP-DB] email format: meeting request Hello, I have a little bit

Re: [PHP-DB] email format: meeting request

2002-06-25 Thread szii
PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 25, 2002 1:38 AM Subject: [PHP-DB] email format: meeting request Hello, I have a little bit difficult question, I need to send email under format meeting request to automatically update the calendar in outlook, how can I do that with PHP

[PHP-DB] email

2002-05-07 Thread Natividad Castro
Hi to all, I have a form where users can post message. After users submit the form I want to be able to send email to a person who is going to review what they submit. How can I do that? Any help is greatly appreciate. Thanks in advanced Nato -- PHP Database Mailing List (http://www.php.net/)

Re: [PHP-DB] email

2002-05-07 Thread Jeffrey_N_Dyke
Subject: [PHP-DB] email 05/07/2002

Re: [PHP-DB] Email Validation

2002-03-08 Thread Markus Lervik
On Fri, 2002-03-08 at 04:10, CrossWalkCentral wrote: How would I go about doing the DNS look up part? with checkdnsrr() I'd assume: checkdnsrr($host) Searches DNS for records of type type corresponding to host. Returns TRUE if any records are found; returns FALSE if no records were found or

Re: [PHP-DB] Email Validation

2002-03-08 Thread cristi radulescu
hi there, is there any way to check the existence of an e-mail address without sending an email? i mean not only DNS lookup, but also user validation? 10x, cristi radulescu http://translator.urbanxp.org http://www.urbanxp.org ML On Fri, 2002-03-08 at 04:10, CrossWalkCentral wrote: How would

RE: [PHP-DB] Email Validation

2002-03-08 Thread Kevin Bucknum
. -Original Message- From: cristi radulescu [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 7:13 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Email Validation hi there, is there any way to check the existence of an e-mail address without sending an email? i mean not only DNS

Re: [PHP-DB] Email Validation

2002-03-07 Thread CrossWalkCentral
How would I go about doing the DNS look up part? Markus Lervik [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Tuesday 12 February 2002 06:19, CrossWalkCentral wrote: I am working on a form that I have in php and am looking for some advise on form

[PHP-DB] Email Validation

2002-02-11 Thread CrossWalkCentral
I am working on a form that I have in php and am looking for some advise on form validation or specifically email address validation so i can insure that some one has put in a properly formatted email address

RE: [PHP-DB] Email Validation

2002-02-11 Thread Beau Lebens
// To: [EMAIL PROTECTED] // Subject: [PHP-DB] Email Validation // // // I am working on a form that I have in php and am looking for // some advise on form validation or specifically email address // validation so i can insure that some one has put in a // properly formatted email address

Re: [PHP-DB] Email Validation

2002-02-11 Thread Markus Lervik
On Tuesday 12 February 2002 06:19, CrossWalkCentral wrote: I am working on a form that I have in php and am looking for some advise on form validation or specifically email address validation so i can insure that some one has put in a properly formatted email address Well. something like

[PHP-DB] Email Processors Wanted Immediately!!!

2001-10-04 Thread terrycrowe_webdirect2001
Dear [EMAIL PROTECTED], WE are looking for serious inquires from individuals who want to make a difference!!! Our company is offering an opportunity for individuals who want to become an E-Mail PROCESSOR. Work from home and be apart of this tremendous opportunity to sustain an income of your

Re: [PHP-DB] Email Processors Wanted Immediately!!!

2001-10-04 Thread Shooter
: [PHP-DB] Email Processors Wanted Immediately!!! Dear [EMAIL PROTECTED], WE are looking for serious inquires from individuals who want to make a difference!!! Our company is offering an opportunity for individuals who want to become an E-Mail PROCESSOR. Work from home and be apart

[PHP-DB] Email Processors Wanted!

2001-08-31 Thread skyward_7
Dear [EMAIL PROTECTED], EMAIL PROCESSING COMPANY LOOKING FOR EMAIL PROCESSORS IMMEDIATELY, TO SUSTAIN EXPLOSIVE GROWTH. EARN $2,000-$6,000 (PART-TIME) AND $5,000-$10,000 (FULL TIME) MONTHLY. FREE START-UP, NOT MLM, NO EXPERIENCE NECESSARY. SEND AN EMAIL TO: [EMAIL PROTECTED] WITH

[PHP-DB] email and groupware integration

2001-02-11 Thread Tom
How to integrate email and groupware? is there any scripts to grep email and output to forms or databases. Thx for your help __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/