What I need to do is upload txt file into databe using PHP, do some calculations based on that table, and then return result in Excel file. This code works well, but I’m not getting all data from the .txt file, since it looks like it stops when it finds a comma. Here is the code: And here is the
Tag: txt
After changing name of a file it goes parent directory
I’m writing a PHP code that takes names from input.txt file and with those names it changes the names of files in the image folder. My code is: It works but at last, files in the ‘image’ folder go C:wamp64wwwReplace image names with input directory. (Parent directory) Any idea why this happens? Answer To make it more clear. Here is