Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

create_account.php uses include, why


jow ga

Recommended Posts

I noticed that the only main page that uses include

 

<?php include(DIR_WS_INCLUDES . 'column_right.php'); ?>

 

vs

 

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

 

similarly on column_left, header, footer, etc.

 

Does anyone know why or does it not matter either way? just curious, I did a search and replace all to get rid of all the column rights, and then noticed that that page did not get changed, because my search string differed.

 

tom

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...