Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

looking for tutorial...

Status
Not open for further replies.

rrmcguire

Programmer
Oct 13, 2010
304
US
Can someone direct me to a tutorial on how to create an employee directory where you can search for an employee or have a dropdown and then list employees by department/area, etc.

I would be looking to house the employee data in a simple text file or within the php script itself.

thanks
 
search for 'crud database' and perhaps take a look at php.net/fget_csv

i would not store employee data in a flat file form if you might ever want to perform operations/searches on that data. perhaps a sqlite table if you don't fancy a client-server alternative.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top