Please answer this simple SPAM challenge: two minus one? (Example: nine)
The below example doesn't seem to work on a windows based machine so I use this trick instead<?php$aPath = explode('/',ftp_pwd($conn_id));$sHomeDir = str_repeat('../', count($aPath) - 1);ftp_chdir($conn_id, $sHomeDir);?>
<< Back to user notes page