Jump to content

[SOLVED] Trying To Convert Old PHP Syntax To New... Without Success! :(


EmperorJazzy

Recommended Posts

Have reverted to the following and it works. Thanks All..... (else if else if else if)

 


		$direct_site = "http://www.internetfella.com.au";


		?>

		<script>
		document.location = '<? echo $direct_site; ?>';
		</script>

	<?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.