Forum: PHP Feb 18th, 2008 |
| Replies: 11 Views: 4,894 Please an I have the code for the display of the images and row data.
Thanks |
Forum: PHP Feb 15th, 2008 |
| Replies: 11 Views: 4,894 Hello techniner ,
Please expand the code so that I can understand it better.
Thanks. |
Forum: PHP Feb 14th, 2008 |
| Replies: 11 Views: 4,894 I have successfully uploaded image to mysql database using a form: This is the code:
<?php
$errmsg = "";
if (! @mysql_connect("localhost","root","")) {
$errmsg = "Cannot connect... |
Forum: PHP Feb 13th, 2008 |
| Replies: 6 Views: 3,314 Thanks Johnsquibb for the reply,
Please see my code that I used to insert the image and other data. The image is inserted directly into the database.
<?php
$errmsg = "";
if (!... |
Forum: PHP Feb 12th, 2008 |
| Replies: 6 Views: 3,314 I have successfully uploaded images into mysql database, but now I want to display the images alongside other row data in html page.
Thanks for your previous help.
Austin. |
Forum: PHP Jan 17th, 2008 |
| Replies: 3 Views: 3,924 I am building a website that uses php5 and mysql database. I want to upload images alongside other information. To get other information into the table of the database, this I can do very well, but... |
Forum: ASP Dec 15th, 2003 |
| Replies: 3 Views: 5,986 I have IIS running on my MS windows 2000 professional, but it seems I have been unable to configure my web server to be able to run ASP correctly.
Please kindly give me a step by step guide to be... |