Another feature you could have for job applications is that admins can open/close job applications. If it's open then it'll show one page with the form on etc. and if it's closed it'll show a polite message
Ideas on how it would work for php coder:
Stored in a row on MySQL database... 1 = open, 2 = closed (something like that)... for the php, if (mysql query database for row jobapps) = 1 { include open.php } else { include closed.php }
Technicalities in above are bad, just something to start with... although probably not needed.






how about some JS? and looking good so far.
Reply With Quote


lol.

