I'm starting to learn it, I'm working on something for my site and I want to know if this is practical to do.
Every morning one of my site staff updates the news section with the day's stories. He's not super with html, and I want to make the process more streamlined. Right now he has to format the links correctly in html then add them to the correct part of the page.
Is it possible for me to create a page with multiple inputs for the url and name of the link, and create a PHP file that can take the input, format it correctly and add it to the news section? My understanding of PHP is very limited, but from what I know of it I think this is something that would be practical.
Question about PHP
-
- Posts: 17
- Joined: Tue Jan 10, 2006 10:18 pm
-
- Site Admin
- Posts: 2411
- Joined: Sat Nov 06, 2004 4:43 am
- Location: Sydney, Australia
- Contact:
Yeah, that should be pretty simple to do..
Do you have a MySQL (or similar) database that could be used instead of modifing the file directly..?
Do you have a MySQL (or similar) database that could be used instead of modifing the file directly..?
BBcode: | |
Hide post links |
-
- Posts: 17
- Joined: Tue Jan 10, 2006 10:18 pm
I have one yes, would I have to put my site into the database? I'm not super savvy with this stuff, you'll have to forgive me.
BBcode: | |
Hide post links |
-
- Site Admin
- Posts: 2411
- Joined: Sat Nov 06, 2004 4:43 am
- Location: Sydney, Australia
- Contact:
http://www.solucija.com/home/snews/
Sounds like what you need..
Otherwise I guess I could custom-build a solution for ya.. lol
Sounds like what you need..
Otherwise I guess I could custom-build a solution for ya.. lol
BBcode: | |
Hide post links |