hi guys! im noob in php. Could you please help me in uploading then reading text file in php? Heres the example format in text file:
201005040939040105-646A
Then this must be posted to a table(<table></table>). Example:
| 20100504 | 0939 | 040105-646 | A |
separated by 5 columns. First column consist of 8 characters, Second 4, Third 10 and Fourth 1 characters.
any help is much appreciated! Thank you guys!