I'm trying to create switch program in php using two buttons of (red and yellow) buttons, and any time i click on that of those two buttons it will change images.
I'm using included statments
Code: Select all
(<?php include(); ?>)Code: Select all
<?php include('yellow.php'); ?>Code: Select all
<?php include('red.php'); ?>.Code: Select all
<?php include(); ?>!AM