Ask to a user for a folder path PHP -
since name of folder diferent register of database totally unexpected, need ask every folder path , store in database.
can me how in php?
i have form register id linked folder path user indicate browsing correct folder (which not know how do).
i name url , have store folder corresponding path database.
// check if 'id' variable set in url, , check valid if (isset($_get['name'])) { // name value $name = $_get['name']; // assign name folder name path session_start(); // starting session $_session['name_for_path'] = $name; header("location: index_showpic.php?");} //here!!!!???? else // if id isn't set, or isn't valid, redirect view page {header("location: _table.php?sort=id");} ?>
i need show tiff pictures folder. know how convert them automatically jpeg since php not support tiff images?
thanks!
Comments
Post a Comment