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!
read the manual on them. in the short, include will throw an error but not kill the script if i cant find the file. require will kill the script if it can not find the file. i recommend require_once() for all your requireing needs
edit: .....did I just beat feyd!?
Last edited by shiznatix on Mon Aug 21, 2006 7:52 pm, edited 1 time in total.