real path not working
Posted: Fri Jun 14, 2013 11:44 am
$plPath = '../backend/playlist_form.php';
$absolute_plPath = realpath($plPath);
echo $plPath; // returns ../backend/playlist_form.php
echo $absolute_plPath; // returns nothing at all on either my localhost or on my hosted site.
going crazy here
$absolute_plPath = realpath($plPath);
echo $plPath; // returns ../backend/playlist_form.php
echo $absolute_plPath; // returns nothing at all on either my localhost or on my hosted site.
going crazy here