Jump to content

load text from mysql database on php


Guest rajeeban

Recommended Posts

Guest rajeeban

hi all,iam modifying a torrent script. i want to send html code within a text field to mysql database afterthat i would like to load that code on a php site like that applay that html code from databse on that page ( like this form posting allowing html codes and showing on page)thanQrajeeban

Link to comment
Share on other sites

You need to get the form information out of the $_POST array on your form processing page, and use the PHP mysql functions to insert it in the database. You use the same mysql functions to get the information out of the database, and then you can display it on whatever page you want.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...