Jump to content

drtanz

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by drtanz

  1. Is it good practice to include a list of functions (in a comment section) at the beginning of a PHP file?
  2. Ared dashes used regularly too or are underscores preferred?
  3. thanks will try it out
  4. 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
  5. 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?
×
×
  • Create New...

Important Information

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.