PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
When i open(export) php file (by using header code) to MS Excel, the system will display the file properly. But when i export the php file to be opened by Notepad, the system will display that file not properly. When open by notepad, the design is out. For example, this code:
I think it should 'break line'. But in notepad, it still display "</br>". Other than that, sometime got unknown 'square' symbol for 'space'. Anybody know what's the problem pls?
Last edited by S_henry on Fri Jun 10, 2005 4:46 am, edited 1 time in total.
Notepad is an editor nothing more... you wont get it to do anything other than display and edit the contents of a file. I mean, what would you expect to happen if you opened an MP3 with notepad for example? Music? Nope, you see the code that makes up the MP3.