Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to hide code instead of removing it


Danny74

Recommended Posts

Posted

hide one line: //

hide a block of code:

/*

 

code block to hide

 

/*

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Posted

hide one line: //

hide a block of code:

/*

 

code block to hide

 

/*

Wrong closing (end of) block: it should be */

 

Note that you cannot embed comment blocks within comment blocks: /* code /* existing comment */ code */. It won't work.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...