Welcome Guest, Not a member yet? Register   Sign In
Use of undefined constant data - assumed 'data' in C:\wamp\www\cms\yourpage.php on line 33
#2

[eluser]TheFuzzy0ne[/eluser]
You haven't used quotes, so PHP checks to see if any constants have been defined by that name. As there isn't one, it assumes it should be a string, and gives you a warning to let you know.
Code:
<?php echo $data['data']; ?>


Messages In This Thread
Use of undefined constant data - assumed 'data' in C:\wamp\www\cms\yourpage.php on line 33 - by El Forum - 02-19-2009, 09:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB