clown[NOR] Posted April 8, 2007 Share Posted April 8, 2007 well.. as the topic subject explained... that's my issue... $logoFile = basename($_FILES['uploadlogo']['name']); $logoPath = "../../../images/"; $logoFullPath = $logoPath . $logoFile; echo "Filename: ".$logoFile."<br>"; echo "Path: ".$logoPath; and it returns Filename: Path: ../../../images/ Link to comment https://forums.phpfreaks.com/topic/46193-solved-basename-wont-do-its-job/ Share on other sites More sharing options...
clown[NOR] Posted April 8, 2007 Author Share Posted April 8, 2007 never mind..hehe... Link to comment https://forums.phpfreaks.com/topic/46193-solved-basename-wont-do-its-job/#findComment-224565 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.