View Single Post
  #1  
Old 15th Aug 03, 11:41 AM
robinwilson16 robinwilson16 is offline
Administrator
 
Join Date: Jul 2001
Location: UK
Posts: 903
robinwilson16 will become famous soon enoughrobinwilson16 will become famous soon enough
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 
Reply With Quote