Im coding a PHP-MySQL-IIS4 website on win32. When time come to upload the files to apache webserver... i got some errors i dont know what they mean:
Error #1
Fatal error: link is already a function or class in ../../inc/classes.php on line 421
-line 421 is the beginning of class link declaration. This error must be based in some sort of platforms differences or something.
Error #2
Warning: GLOBAL variable declaration meaningless in main() scope in ../../inc/myfuncs.php on line 15
- it refers a var i use to point to a include files. Line 15 is "global $myvar;"
anyone knows this type of errors ? can u give clues to what might be causing then ?
thx
Pedro