Forum: PHP Sep 8th, 2004 |
| Replies: 3 Views: 13,976 Dear Friends,,
i want to download a pdf file from any server since i have url of a pdf file then i convert it in html format. i am working in PHP and enviorment is linux.
Pleas help me for this... |
Forum: PHP Sep 7th, 2004 |
| Replies: 1 Views: 3,899 This command working but i do't understand it ??? i am writing funtion in which it using please guid me..
<?php
$dbHost="localhost";
$dbLogin="root";
$dbPassword="123";
$dbName="test12";... |