|
|
#1 |
|
New Member
![]() Join Date: Sep 2008
Location: North Brunswick, NJ
Posts: 11
|
I'm currently setting up a website for a client who is running a professional recruiting service. He'll need to be able to add new job postings and recently completed job searches. The hard way is to give him annotated html with areas that he can add new job descriptions and then delete them as needed. I just don't see him being able to do this- with many position coming in and out of that html document, the task would eventually be confusing and overwhelming.
I know there is a way, but can someone push me in the right direction for some sort of form that I could implement into his site? I need something that he could use to log in and enter job information- which is as simple as a job description with a link to his email address- and then be able to delete that job when it is taken. The job posting would then appear in a section for current job availabilities. I'm pretty sure that this is pretty basic- just not to me. The client is NOT html savvy in any way. - kurt
__________________
Visit my homepage, http://www.agonyagogo.com View my Art Portfolio: http://www.agonyagogo.com/portfolio |
|
|
|
|
|
#2 |
|
Bronze Member
![]() Join Date: Aug 2008
Location: Dallas, Tx
Posts: 82
|
Probably the best way to do it (if you're wanting the site not to be dynamic) is to write a bit of php (or the scripting language of your choice) that takes what he's entered into the form and writes the specific html to the html file where it needs to go.
If your client doesn't have to worry about his job postings showing up in a google search then you could house all the positions in a db and just grab them all and place them in the page when the page loads. Building a form to place the job information into the db is quite simple and so is pulling it out. |
|
|
|
|
|
#3 |
|
New Member
![]() Join Date: Sep 2008
Location: North Brunswick, NJ
Posts: 11
|
Thanks for your quick reply!
I think I should point out that I am a complete noob when it comes to php writing. So, I need to somehow set up a form that targets a specific area on another page for updates- I got that much...I just don't know how to do that. Do my pages have to be php pages, and not html/htm? If you give me a hint as to what functions I'm employing, I might be able to find a tutorial page on google. As it is, I don't know where to start my search. I've been googling terms like "updateable" "update" "client" "form" "add" "site" "design".... Actually, I think those terms brought me to this forum. I know it's a commonly used thing that I'm looking for. Maybe, if it has a name- that would really help, too.
__________________
Visit my homepage, http://www.agonyagogo.com View my Art Portfolio: http://www.agonyagogo.com/portfolio |
|
|
|
|
|
#4 |
|
Bronze Member
![]() Join Date: Aug 2008
Location: Erie, PA
Posts: 49
|
Anymore, what you are trying to do is usually handled by a form entering the information in to a database which is then queried using some type of in-page selector and displayed on a defined page. Using a form to generate HTML is a rarity unless it is database-driven. I cannot offer you any sample code, as I do not use PHP.
Here is a good place to start learning about PHP forms: http://www.thesitewizard.com/archive/feedbackphp.shtml |
|
|
|
|
|
#5 |
|
Bronze Member
![]() Join Date: Aug 2008
Location: Dallas, Tx
Posts: 82
|
are you wanting to use a db or to use the write to the html file way?
|
|
|
|
|
|
#6 |
|
New Member
![]() Join Date: Sep 2008
Location: North Brunswick, NJ
Posts: 11
|
Whichever is better- but I don't really know which one that is, so.....whichever turns out to be easier. It sounds like the "write to html" is the easier of the two.
I'm at work right now, drawing some ad, so I haven't had the time to go investigating these leads yet. Again, thanks for your responses. Kurt
__________________
Visit my homepage, http://www.agonyagogo.com View my Art Portfolio: http://www.agonyagogo.com/portfolio |
|
|
|
|
|
#7 |
|
New Member
![]() Join Date: Sep 2008
Location: North Brunswick, NJ
Posts: 11
|
abwebdesign- using the link you gave me, I was able to find this page: http://www.thefreecountry.com/php/co...nagement.shtml
I think this is what I'm looking for. It's a good lead in any case. Thanks! Kurt Komoda
__________________
Visit my homepage, http://www.agonyagogo.com View my Art Portfolio: http://www.agonyagogo.com/portfolio |
|
|
|
|
|
#8 |
|
Bronze Member
![]() Join Date: Aug 2008
Location: Erie, PA
Posts: 49
|
No problem!
|
|
|
|
|
|
#9 |
|
Silver Member
![]() Join Date: Aug 2008
Location: Lake Tahoe
Posts: 235
|
You might also want to check out http://opensourcecms.com/ - they have everything cms, and you can test the software before you go to work with it.
__________________
<ablank.us> |
|
|
|
|
|
#10 |
|
New Member
![]() Join Date: Aug 2009
Posts: 1
|
thanks so much for useful info
website update |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|