I have a problem on this code
<iframe src="<?php echo $gateway_url; ?>" frameborder="0" scrolling="no"> </iframe>
I want to call up the $gateway_url but I am having this error
Parse error: syntax error, unexpected '<'
Can someone help me
<iframe src="<?php echo $gateway_url; ?>" frameborder="0" scrolling="no"> </iframe>
I want to call up the $gateway_url but I am having this error
Parse error: syntax error, unexpected '<'
Can someone help me
Comment