Show Message from Database on HTML

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adam1991
Forum Newbie
Posts: 1
Joined: Wed Apr 29, 2009 10:36 am

Show Message from Database on HTML

Post by adam1991 »

How can i extract a message from my database onto my html page.. i have a admin area where youc an change the information there it sends it to the database then shows up on the homepage..

i also want it to overwrite the original entry :)
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Show Message from Database on HTML

Post by Benjamin »

:arrow: Moved to PHP - Code. You'll get more responses.

In the meantime, you can start here: http://us2.php.net/manual/en/function.mysql-connect.php

Write some code and post it here when you get stuck.
Post Reply