mike javelin Posted January 6, 2004 Share Posted January 6, 2004 Sorry guys, Trying to comment out the currency box and the language box, on abit of a steep learning curve here. I know that I use <!-- & // --> But where do I stick them? :( Ignoring the various biological locations, do I go to column_right.php or via the currencies.php or via index or etc, etc Of course the next question will be just where do you start and finish the commenting? Sorry to be a pain :blink: Cheers Link to comment Share on other sites More sharing options...
Guest Posted January 6, 2004 Share Posted January 6, 2004 use // for commenting out Link to comment Share on other sites More sharing options...
mike javelin Posted January 6, 2004 Author Share Posted January 6, 2004 OK panic over, Newbie has found new toy // worked like a dream. :D Learning curve is now based on the Alps not the Himalayas Link to comment Share on other sites More sharing options...
Guest Posted January 7, 2004 Share Posted January 7, 2004 ... and if you want ot comment out multiple lines or only a portion of a line in php use /*....*/ for instance /* line line line */ or code . /*part of code you want removed from line*/ . code Link to comment Share on other sites More sharing options...
sam6 Posted January 7, 2004 Share Posted January 7, 2004 whats wrong with #before the line Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.