Author | Message |
pr0zaq | |
What else I need to do to add extension. I forgot to mention this extension has more than 3 symbols. Where I have to change it to get it working? thanks in advance This post was edited by pr0zaq (15-10-13 00:26 GMT, 3140 days ago) |
|
Kaan | |
![]() |
How to get an error message? |
pr0zaq | |
Hi, $f_extension = mb_substr($u_name, $dotpos, 5); to $f_extension = mb_substr($u_name, $dotpos, 9); for change number of characters after the dot and all working well. |