If you are one of the odd balls out there who puts all of your PHP code into the index.php file (I hate having to navigation thru dozens of separate files), will you run into performance problems if your file has over 10,000 lines of code? (The web server's cache should remedy this problem of having to read and parse the file each time, no?)
stockstalker 0 Newbie Poster

diafol
C#Jaap commented: Indeed most unusual (and far from maintainable) to put all you're code in one file. +3
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.