Php for to input information into an emplayee application

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
odie2828
Forum Commoner
Posts: 39
Joined: Tue Aug 05, 2008 4:40 pm

Php for to input information into an emplayee application

Post by odie2828 »

I am trying to find a script that will allow you to fill in fields that when you submit will input the information into a employee application that will get emailed to the boss

any ideas, suggestions?
User avatar
mattcooper
Forum Contributor
Posts: 210
Joined: Thu Mar 17, 2005 5:51 am
Location: London, UK

Re: Php for to input information into an emplayee application

Post by mattcooper »

Yeah, write it yourself, it's a very simple concept that requires only a simple form handler and the mail() function at its most basic. When you get stuck, ask for help.
Last edited by mattcooper on Sat Oct 11, 2008 4:10 pm, edited 1 time in total.
User avatar
aditya2071990
Forum Contributor
Posts: 106
Joined: Thu May 22, 2008 11:30 am
Location: Hyderabad, India
Contact:

Re: Php for to input information into an emplayee application

Post by aditya2071990 »

Come on, atleast try writing it! Then post all the code that ain't working, and the cool php gurus outta here will help you...
odie2828
Forum Commoner
Posts: 39
Joined: Tue Aug 05, 2008 4:40 pm

Re: Php for to input information into an emplayee application

Post by odie2828 »

ok i will do that....
User avatar
aditya2071990
Forum Contributor
Posts: 106
Joined: Thu May 22, 2008 11:30 am
Location: Hyderabad, India
Contact:

Re: Php for to input information into an emplayee application

Post by aditya2071990 »

Cheers!
Post Reply