Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trying to determine what is stored in a particular variable


Caterpillar

Recommended Posts

Posted

Hi,

 

I'm trying to investigate something in oscommerce and need to be able to check if the STORE_OWNER_EMAIL_ADDRESS is set to my email address in admin.

 

Is there a way to check what is stored in variables within the code. I assume I need some sort of debug program or have to check what it is by maybe echoing the actual variable on the screen or something. (Don't worry I'm not looking for a job as a developer)

 

Thanks in advance

Posted

If you are using something like myphpadmin on the server then you can take a look at the table - configuration. It is all held in there

 

Paul

Posted
Hi,

 

I'm trying to investigate something in oscommerce and need to be able to check if the STORE_OWNER_EMAIL_ADDRESS is set to my email address in admin.

 

Is there a way to check what is stored in variables within the code. I assume I need some sort of debug program or have to check what it is by maybe echoing the actual variable on the screen or something. (Don't worry I'm not looking for a job as a developer)

 

Thanks in advance

 

echo STORE_OWNER_EMAIL_ADDRESS;

Treasurer MFC

Archived

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

×
×
  • Create New...