Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

comment out


mike javelin

Recommended Posts

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

... 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

Archived

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

×
×
  • Create New...