Please help me find special PHP form processor

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
amlebede
Forum Newbie
Posts: 1
Joined: Tue Apr 17, 2012 5:40 pm

Please help me find special PHP form processor

Post by amlebede »

I am looking for a special PHP processor.

I am gonna list what I need from most to least important.

I will have a job application form in which people can apply for a job by filling out long form. The applications needs to be not e-mailed but stored on the server. They should be able to be well databased. I should have an option to backup the database, search through applications, sort through applications. Then I should be able to assign certain applications to certain admins (who would not have access to others). This restriction should be done by category.

I will also have a client sign up sheet. Client information should also be stored on the server not e-mailed. I should be able to search, sort clients too. Clients should also be assigned to lower admins based on certain criteria.

It would be nice to download applications as pfs and databases as xls or something like that.

Both applicant and client should be able to login and change their information.

An admin can change the status of an applicant to an employee/contractor. Then an admin can assign an employee to multiple clients.

And then in best case scenario employee can bill client for particular services.

I am willing to pay for a script that is kind of similar to this. What is the closest PHP script to this?
Thanks
Live24x7
Forum Contributor
Posts: 194
Joined: Sat Nov 19, 2011 9:32 am

Re: Please help me find special PHP form processor

Post by Live24x7 »

I dont think anyone would have readymade scripts for this set of requirements.

The closest i can think of is a login form script - with admin backend to change user levels, and assign different roles to different categories. A good one, you can find it here:

blog.geotitles.com/2011/07/php-login-script


but for job applications - customs scripts is the way to go
Post Reply