Is there any way to use php in a web page like one would use JavaScript. I need to do things like varify forms and calculate values without re-loading the entire page. Can anyone help?
Nope....this isn't possible. PHP is server side only. Javascript is client side.
Please read the manual.
---John Holmes....