Welcome Guest, Not a member yet? Register   Sign In
Find - IfFound - IfNotFound in CodeIgniter
#11

(09-16-2019, 07:20 AM)christaliise Wrote:
(09-14-2019, 03:30 AM)Wouter60 Wrote: Exit ends your php script.
Use break to jump out of a for each loop.

I have everything working simply by rearranging the file paths and without looping or functions and at the end I had to insert the following.

PHP Code:
if(isset($_POST['submit'])) redirect(BASE_URL.'home'); 

But that nullifies the form validation. How do I overcome that?

I'll start another topic.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB