I get the input box that doesn’t actually display the php parsed $gaming variable. It just shows <?=$gaming?> php code in the actual input txt box in my browser instead of Action Man.
So just wondering if there is something in my PHP.ini file I need changing to solve this issue.
Thanks for that, I just found out the problem before seeing your post. It seems my new Xampp server doesn’t accept <?=$gaming?> anymore, but does accept <?php echo “$gaming”; ?>