I have set up php and mysql on my computer and want to finish the script I have been working on using my website to test it but because my site is down I thought I would do it through my own computer but when I try to run the script I get errors like :
Notice: Use of undefined constant username - assumed 'username' in c:\inetpub\wwwroot\phpproject\login2.php on line 3
on every page
I think it's either not requiring the page or it's not recognising the variable symbol of $
I think it must be disabled but I have looked through php.ini to enable it but can't find any reference to that
Any ideas? Thanks