Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14348

in MySQL- Trigger how to use codeigniter Path

$
0
0
Dear All,

I am using - PHP-Codeigniter 2.1.3, MySQL , XAMPP


In MySQL table i added a trigger, In that trigger i want to assign my CONTROLLER Path, if any data insterted into the Table immediately display a PAGE as follows. but showing errors. Highly expecting your kind support…..!!!

Code:
BEGIN
IF NEW.flag = 1 THEN
  DECLARE result CHAR(255);
  SET cmd = CONCAT('E:/xampp/php/php.exe -f "E:/xampp/htdocs/DEN/classes.php"');
END IF;
END

Viewing all articles
Browse latest Browse all 14348

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>