Caterpillar Posted November 28, 2006 Posted November 28, 2006 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
Guest Posted November 28, 2006 Posted November 28, 2006 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
boxtel Posted November 28, 2006 Posted November 28, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.