FTP prob
I have a script which uploads file from the local HDD to my FTP server. I have a html form to browse for the file to upload to my server. I was wondering how I could trim out the path of the file so am left with the filename.
Example
c:\steven.txt
I a php function to produce this
steven.txt
Any help will be great

