Question about PHP

Talk about and discuss various advancements and achievents in the arts and sciences of invention and modification; computers, sciences, mathematics, and technology for all.
Post Reply

0
No votes
 
Total votes: 0

gtsch
Posts: 17
Joined: Tue Jan 10, 2006 10:18 pm

Question about PHP

#1

Post by gtsch »

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.

BBcode:
Hide post links
Show post links
WAY
Site Admin
Posts: 2411
Joined: Sat Nov 06, 2004 4:43 am
Location: Sydney, Australia
Contact:

#2

Post by WAY »

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..?

BBcode:
Hide post links
Show post links
gtsch
Posts: 17
Joined: Tue Jan 10, 2006 10:18 pm

#3

Post by gtsch »

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
Show post links
WAY
Site Admin
Posts: 2411
Joined: Sat Nov 06, 2004 4:43 am
Location: Sydney, Australia
Contact:

#4

Post by WAY »

http://www.solucija.com/home/snews/

Sounds like what you need..
Otherwise I guess I could custom-build a solution for ya.. lol

BBcode:
Hide post links
Show post links
Post Reply