Sorry for the noobie question but can anyone tell me, in lamen's terms, what a website script is? Thanks.
A website script is like a program that allows you to do things automatically. No need to do it by hand or it may even set the site up for you without you doing anything but installing it. Commonly used for auto updating content or billing so the user does not have to go through and add things all the time. Shawn
You are welcome and there is no such thing as a noob question. The only dumb questions I know are the ones not asked. Shawn
php file is a script. I write those all the time. They are processed by the webserver before being sent to the client. Some scripts are served as scripts and then processed client-side. Ajax, javascript, flash actionscript, etc are client-processed web page scripts.