[PHP-DEV] Bug #3172: fopen returns unknown error From: azathoth <email protected>
Date: 01/11/00

From: azathoth <email protected>
Operating system: Windows 95
PHP version: 3.0.13
PHP Bug Type: Other
Bug description: fopen returns unknown error

if i create a file named "toto.htm" and i make a form who send for exemple data=toto.htm to my php3 page, and if i make this sort a script
<?fopen($data,"r+");?>
then i have an unknown error. But if i type
<?fopen("toto.htm","r+");?>
it works, but $data and toto.htm are identical....

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>