Hi I have two forms on my page and their processing scripts are currently on the same page. I would like to move them off the page so they don't load each time and also to reduce the amount of code for readability. I want the page containing the form to send the form output to the form processing page but then redirect back with a message displayed on the original page containing the form. How would I do this? thanks
I am trying to decide on using a naming convention for my functions, I've read that zend recommends camelCase but I've also come across alot of PHP functions named like so:
function my_function($args) {
}
Which is best?
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.