Staff App Script [Standalone]

Status
Not open for further replies.

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
Hello!

Another release here, harhar. This is a stand-alone PHP, HTML and CSS staff application script, and not built into a CMS.

Here's a screenshot of it.

M8PkjJ5.png

blE1LkG.png


Here's the SQL for it, as it's sent via the DB.

Code:
DROP TABLE IF EXISTS `staffapps`;
CREATE TABLE `staffapps` (
  `AppID` int(11) NOT NULL AUTO_INCREMENT,
  `RealName` varchar(75) NOT NULL,
  `UserName` varchar(75) DEFAULT NULL,
  `Age` int(2) DEFAULT NULL,
  `Timezone` varchar(10) DEFAULT NULL,
  `Experience` longtext,
  `Why` longtext,
  `What` longtext,
  `TimeStamp` int(11) DEFAULT NULL,
  `IP` varchar(15) DEFAULT NULL,
  PRIMARY KEY (`AppID`)
) ENGINE=InnoDB AUTO_INCREMENT=685 DEFAULT CHARSET=utf8;

And here's the download:

Make sure you edit the 'db.php' and 'index.php' - Enjoy. (Likes are welcome)
 

TinyBuilder

Bike ✔
Mar 19, 2012
717
66
I really do like the idea and the codings except that blue and green bars :p Other than that I love everything, thanks for releasing it :D
 

j4ke

Member
Nov 4, 2012
364
97
Good release! No one really makes these. Smart, and unusual! I like it! Thanks man, keep it up!
 

Habbz56

New Member
Apr 7, 2014
23
1
Thank you so much for releasing this, using it on my hotel, wasn't going to have a staff application page but then i found this and i love it. Appreciate it. Thank You!
 

Nerfed

Godzilla
Apr 9, 2013
159
15
Great release, even though I've seen several on hotels around the web.
This is such a fantastic, easy and quick way for people to submit their staff application.

Might use this.
 
Status
Not open for further replies.

Users who are viewing this thread

Top