Dec 17th, 2011, 12:58 PM
Hey Marty,
Absolutely! Header redirects only prevent you from actually outputting something. So as long as you code just performs a task and doesn't echo/print/print_r or anything to actually display a value, you'll be fine. Also - beware that any errors will also prevent the header from redirecting.
Good luck with it!
- Ben
Absolutely! Header redirects only prevent you from actually outputting something. So as long as you code just performs a task and doesn't echo/print/print_r or anything to actually display a value, you'll be fine. Also - beware that any errors will also prevent the header from redirecting.
Good luck with it!
- Ben