Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update web site

Status
Not open for further replies.

jen0dorf

IS-IT--Management
Apr 15, 2008
104
GB
Hi

I'm trying to find a way that a client can update their news page on thier web site themselves. Just want to make sure my logic is Ok because I@ve searched google and not found any "readymade" software.

I can populate a page from a mysql database using an echo command ( sorry mysql is a new learning curve)

I can create a login screen to ensure only the user can log in.

I Thought of using a form to populate the database using a form to email sequence but I'm not sure if such a thing exists in mysql
Can some kind person tell me if I'm on the right track?

thanks

Ian
 
No, MYSQL is a Database, it cannot interact with a web site on its own.

To do what you want to do you would need some kind of Server Side language to process and save the data in the database, and likewise retrieve and display it on the website.

You may want to ask this in the forum devoted to the Server side language of choice.

Fro example:
forum434
forum333



----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
 
Google for CMS (content management system), then look in forum1246. Or you can write a simple version using your preferred server side language. Look in the faqs in forum333 or forum434

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
Hi

thanks for that, I always find the question is the most difficult part to think of.

Didn't think of web management content systems :) as a look up.

Of to google it

cheers

Ian

 
Sorry vacunita - just realised I repeated your forum links!

___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
Steam Engine Prints
 
No probs, you hint for what to look at has brought up loads of links. Ok I could expand my very limited PHP knowledge and start from scratch but it seems there are a few around that give you the basic structure etc

thanks again

Ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top