In ASP you can just stick client-side javascript in and it'll do the stuff on-server and pass back the resultant page. Can the same be done in PHP or do I just need to reimplement my functions in PHP? Speaking of which, does PHP let you create a function that can be called, or do you have to include the file inline like with ASP? Examples of anything helpful would be greatly appreciated - I'm trying to reimplement a purely client-side site into ASP and PHP simultaneously and it's my first major task with either!
Thanks
Thanks
Comment