Hi ,
i have the variable $path="root/sample";
i want to explode this variable by /, but while using
explode("/",$path);
i got parse error, how we can do this
i have the variable $path="root/sample";
i want to explode this variable by /, but while using
explode("/",$path);
i got parse error, how we can do this
Comment