retrive php code from sql database and run as php code within the web site
i have built part of my site in the myphpadmin in a sql database
i want to be able to change headers and and part of my php web site left and right mainly
i have previously uploaded the images to my server
i have added this code to my sql database file
<body>
<center><IMG SRC="images/HEADER.jpg" BORDER=0>
</center>
</Body>
my database is called 115559
my table is called buildsite
my field is called header (this is where the above data is stored) type soterd as TEXT
field is called id 1 int(11)
i have connected to the server if i put the sql server details in correct i get a white screen
if i put the password in incorrect i get the error screen so im belive im correcting correctly
i just carnt seem to extract the code from the data and run it as part of the php script
any help please