Hi all, my site had been created in php4.0 and xampp is used to create it......... now i want edit on that site....... and making it in wamp server....... but not any comment lines are working... and many more errors......... please suggest me what to do// help will be appreciated.......... thanks...
If you post the url of site with errors and an example of the comment lines not working it may help in sorting out your problems.
If you meant comment lines don't work, they are not meant to "work"... $code = "foo"; // $code = "bar"; echo $code; // prints "foo" Code (php):