Re: [PHP-DB] Email validation

2010-06-29 Thread Richard Quadling
On 28 June 2010 15:42, gmail 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. > >  I'm e

[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 a

[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

[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 Hotmai

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 st

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 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) print_arti

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

2005-09-30 Thread Bastien Koert
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, Print Article Date: Fri, 30 Sep 2005 13:50:37 EDT Hello

[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 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-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 kno

[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 em

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 d

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 directl

[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 em

[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 (http://www.php.net/

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 se

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 reason

[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 account.

Re: [PHP-DB] Email Form

2003-09-16 Thread Philip O'Rourke
s > 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 >

Re: [PHP-DB] Email Form

2003-09-16 Thread Philip O'Rourke
; > 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,

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]

[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: http://www.php.net/un

Re: [PHP-DB] Email with attachments - Dan's solution works!

2003-07-24 Thread Diana Cassady
Dan! Thanks so much! I plugged the code in and it worked like a charm on my very first test! Awesome. I spent hours on this yesterday and today. You saved me tears of defeat. Thanks again. Diana [EMAIL PROTECTED] "Will Work for Chocolate" http://www.vivaladata.com

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

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.

[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 n

Re: [PHP-DB] Email an attached file

2003-05-29 Thread Dan Brunner
4 PM, [EMAIL PROTECTED] 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 f

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, in

Re: [PHP-DB] Email an attached file

2003-05-29 Thread Dan Brunner
form. I think you can figure out the rest Good luck!! Dan Brunner On Wednesday, May 28, 2003, at 01:12 PM, [EMAIL PROTECTED] wrote: www.phpclasses.org is your best bet. there are plenty. personally i use this one..http://phpclasses.com/browse.html/package/32.html check out his

Re: [PHP-DB] Email an attached file

2003-05-29 Thread jeffrey_n_Dyke
llege.com> cc: Subject: [PHP-DB] Email an attached file

[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"; $contactema

[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. mailto:ARRAY OF EMAIL ADDRESS">Mail to everyone Here is my code: mail To all my list --

RE: [PHP-DB] email form

2002-12-10 Thread Frank M. Kromann
per syntax for placing the customer > field ($customer) > > The form still emails, but with no data in there, just he input as I > have put it > > > -Original Message- > From: Ryan Holowaychuk [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 10, 2002 3:23 PM

RE: [PHP-DB] email form

2002-12-10 Thread Ryan Holowaychuk
customer field ($customer) The form still emails, but with no data in there, just he input as I have 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

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

[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 comple

RE: [PHP-DB] Email Encryption?

2002-11-20 Thread Gavin Amm
L PROTECTED]] Sent: 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 "use

RE: [PHP-DB] Email Encryption?

2002-11-19 Thread Aaron Wolski
November 16, 2002 1: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 &#x

RE: [PHP-DB] Email Encryption?

2002-11-18 Thread Jeremy Wilson
27;Jason Vincent'; [EMAIL 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 c

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 fu

RE: [PHP-DB] Email Encryption?

2002-11-17 Thread Gavin Amm
:[EMAIL PROTECTED]] Sent: Saturday, 16 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 encrypte

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Peter Beckman
crypted? > > Hense the email. > > 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 Encr

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Jason Vincent
nt, Jason [BRAM:1334: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:be

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

2002-11-15 Thread Damian Harouff
word before 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>

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
Jason 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

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Peter Beckman
t; Sent: November 15, 2002 11:42 AM > To: Aaron Wolski; [EMAIL PROTECTED] > 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.co

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'

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Jason Vincent
utchins, 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. Profile and Login information are contained within. Aaron -Original Message- From: Hutchins, Richard [mailto:Richa

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Hutchins, Richard
ot necessarily be the BEST solution, but I've seen 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:

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

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 acco

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
PROTECTED] Subject: RE: [PHP-DB] Email Encryption? Can you explain how e-mail fits into the Admin solution? What is the e-mail used for? Setting up the accounts/passwords or sending the account/password to the user? > -Original Message- > From: Aaron Wolski [mailto:aaronjw@;martekb

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
PROTECTED] 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]

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Hutchins, Richard
9 AM > To: 'Aaron 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

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 thi

RE: [PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
ronjw@;martekbiz.com] Sent: November 15, 2002 11:36 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Email Encryption? 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 nee

[PHP-DB] Email Encryption?

2002-11-15 Thread Aaron Wolski
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 never re

Re: [PHP-DB] Email and HTML Parser Library

2002-11-09 Thread Marco Tabini
Have you considered using the IMAP extension? That would solve pretty much all your problems with regards to "interpreting" the contents of a message. It's a bit slow, though. As for searching the hrefs and imgs, you can easily get away with a couple of regular expressions. Hope this helps. Mar

[PHP-DB] Email and HTML Parser Library

2002-11-09 Thread Peter Beckman
Hey Folks: I admit, I haven't searched for this anywhere yet, but I thought I'd ask for opinions first. I'm looking to parse an email. Some emails are HTML, some are not. What I want to do with an email is: 1. Split the headers from the body 2. Remove MIME attachments that aren't txt o

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

2002-06-25 Thread szii
GEMS)" <[EMAIL 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 automatical

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

2002-06-25 Thread Cosby, Christopher
D), 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,

[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: h

[PHP-DB] EMail Parser

2002-05-30 Thread CrossWalkCentral
Any one have some code snip that I could use to build a Email parser in PHP. I have been looking arround and I cant find much on this subject. I want to parse emails that are sent to a certain email address and store that data in a database. -- PHP Database Mailing List (http://www.php.net/

Re: [PHP-DB] email

2002-05-07 Thread Jeffrey_N_Dyke
vidad Castro" To: <[EMAIL PROTECTED]> Subject:

[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 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-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 wou

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

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

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

[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 Processors Wanted Immediately!!!

2001-10-04 Thread Shooter
4 PM Subject: [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-Mai

[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 c

[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 SUBJECT

[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/