not print anything in code<?
echo ("/home/duleep/a.mp3");
?>
is_file() in php
Moderator: General Moderators
is_file() in php
i have file /home/duleep/a.mp3 that have 777 permission but i
Re: is_file() in php
I think you need to readup on echo.
http://www.w3schools.com/php/func_string_echo.asp
You cant echo a sound file. At least, you cannot as far as I know.
http://www.w3schools.com/php/func_string_echo.asp
You cant echo a sound file. At least, you cannot as far as I know.
- AbraCadaver
- DevNet Master
- Posts: 2572
- Joined: Mon Feb 24, 2003 10:12 am
- Location: The Republic of Texas
- Contact:
Re: is_file() in php
You'll need to set the proper headers and then:
And why is is_file() in the subject of this post???
Code: Select all
readfile("/home/duleep/a.mp3");mysql_function(): WARNING: This extension is deprecated as of PHP 5.5.0, and will be removed in the future. Instead, the MySQLi or PDO_MySQLextension should be used. See also MySQL: choosing an API guide and related FAQ for more information.