In order to have a site like this - http://www.akronworks.com/ would it take multiple databases? Can a site like this be built in PHP? It's written in .NET.
I am pretty sure a job search system has been built in PHP. Try looking at hotscripts.com and see if you find any.
1. Why would you think it'd need multiple databases? From a quick look on the page, it seems it just lists jobs by county/state, or something similar - I dunno if it lists only for one state, or for all, but that is really irrelevant. This doesn't take much of an effort to set up. 2. Of course it can be built in PHP. I'm not sure how the underlying structure works, but depending on whether or not this site is scraping other sites for multiple job-offers, instead of having users putting them up on the page themselves, the structure behind it might be a little different.
Yeah, thanks I appreciate your help. I think there using part of Indeed's API. I have come across some of the API Plugins off of Github. But a lot of the examples are written poorly.