Jump to content

uzair05mehran

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

uzair05mehran's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. when i right click to view page source i just saw the javascript calling php as source file , while on page there is table, i need to read that table in database , is there nay way to do that, file_get contents dont work on it its just take javascript not the page table
  2. I have a php page in which javascript called like this <script language="JavaScript" type="text/javascript" src="http://www.test.com/test.php"></script> the output of the page shows a well detail table , but when i use file_get_content method to get that all detail in a varaible its just took above javascript like $a=<script language="JavaScript" type="text/javascript" src="http://www.test.com/test.php"></script> when i right click on page to view source it show just <script language="JavaScript" type="text/javascript" src="http://www.test.com/test.php"></script>. But on actual page there is a html table which detail i have to store in table, Can any one tell me method.
  3. i want to send email using php but want to filter those user which have invalid email address means email bounce back from these PC's
  4. i have my xamp in c drive i have one folder temp in d drive contain test.php page i want my website to point for http://myip/temp/ to the d drive web page and remaing for the c drive htdocs
  5. yes these files are on one system having xamp server. my htdocs are in c:xamp/htdocs/test.php this file contain code and i want to create download link of files from d: drive from media folder Any body did this kindly help same problem am facing in using embed command of html
  6. <?php echo "<A HREF=file:///E:/media/a.mp3>"; ?><img src="images/download-icon.gif" width="25" height="25" /><?php echo "</A><BR>\n"; ?> This is my code : the e: drive contain one folder name media and contain file a.mp3 but <a href> is not working. Kinldy help in the same way for network file. As by your code its not working.
  7. i want to open the file <a href=e:\media\a.mp3> but its not working , similarly with php i cant read directory from \\192.168.0.1\media folder . kindly help
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.