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!
From the manual:
The include() statement includes and evaluates the specified file.
Thus if i understand right, it will download the source, and then evaluate it. Now if i just use a download client, i can download the source and remove the lines where you check for a valid userid...
ThePCNerd wrote:The code is evaluated remotely, the file including my script sends its variables to me then I process and return/print whatever was evaluated.