Hallo friend I have an issuer here, am busy designing my own website and I want my members to read the articles that I will be posting, so I have already designed mysql DB,Hence, I am able to retrieve the information from the data base when saving the file, now I want to display the file, at the moment, I can display the file contents and no luck for the file itself. here is the code: //Retrieves data from MySQL $data = mysql_query("SELECT * FROM upload_articles WHERE hid=13") or die(mysql_error()); $row = mysql_fetch_array( $data ); $catid= $row; if($catid==0) {echo "No pdf file";} else { $List = $row; echo "File name = ".$List; echo "<p>File size = ".$row; echo "<p>Uploaded date = ".$row; echo "<p>Title = ".$row; echo "<p>hid = ".$row."<p>"; //open the file in the folder //$pdf = pdf_new(); pdf_open_file("articles/".$info .""); } many thanks Michael
hallo StevenLuck, I want to ask a question, I just installed XAMPP 1.7.3 on my windows 7, now the problem is that when I check my status page for XAMPP, my SMTP service is deativated, do you perhaps have any idea why, thank you in advance tldmic