Search found 4 matches

by pip4u
Sun Jun 13, 2010 2:32 pm
Forum: PHP - Code
Topic: PHP code doesn't work if duplicated ???
Replies: 6
Views: 313

Re: PHP code doesn't work if duplicated ???

I duplicated the code, although duplicating the file should achieve the same effect. Apparently the editors I am using (Notepad or Notepad++, off or on SmartFTP) are unable to translate particular special characters (such as the pound symbol) upon duplication, which in turn causes any such character...
by pip4u
Sun Jun 13, 2010 2:13 pm
Forum: PHP - Code
Topic: PHP code doesn't work if duplicated ???
Replies: 6
Views: 313

Re: PHP code doesn't work if duplicated ???

I just figured it out. It wasn't really anything specifically related to PHP, although the error occurred within the PHP code. The issue was related to changes in syntax. For some reason duplicating the code modified it very slightly by causing a character to disappear - two actually - namely, a clo...
by pip4u
Sun Jun 13, 2010 1:44 pm
Forum: PHP - Code
Topic: PHP code doesn't work if duplicated ???
Replies: 6
Views: 313

Re: PHP code doesn't work if duplicated ???

In fact, I've tried leaving the NON-PHP code EXACTLY the same too, such that both files are essentially EXACTLY THE SAME in content. Yet File 1 works fine whilst File 2 still doesn't work!
by pip4u
Sun Jun 13, 2010 1:27 pm
Forum: PHP - Code
Topic: PHP code doesn't work if duplicated ???
Replies: 6
Views: 313

PHP code doesn't work if duplicated ???

Hi, I am trying to accomplish what should be a very simple task: duplicating PHP code from one PHP file to another whilst getting both PHP files to work exactly the same. However, copying and pasting PHP code from File 1 to File 2 causes File 2 to simply display a blank page whilst File 1 works perf...