icx Posted July 14, 2003 Share Posted July 14, 2003 How can I use the extra-order-info email that is stored in the DB? What I mean is, how can I call it? <a href = "mailto:EXTRA_ORDER_INFO_EMAIL">EMAIL</a>??????????? Can something like that work? Link to comment Share on other sites More sharing options...
Rumble Posted July 15, 2003 Share Posted July 15, 2003 this should be what u need <?php $extrae_email = tep_db_query("select conf.configuration_value from " . TABLE_CONFIGURATION . " conf where conf.configuration_key = 'SEND_EXTRA_ORDER_EMAILS_TO'"); $extrae = tep_db_fetch_array($extrae_email); echo $extrae['configuration_value']; ?> hope this helps! Reddy to Rumble Thank you osCommerce and all who Contribute to her! Link to comment Share on other sites More sharing options...
Guest Posted July 15, 2003 Share Posted July 15, 2003 Remember to back up your files before Link to comment Share on other sites More sharing options...
Rumble Posted July 15, 2003 Share Posted July 15, 2003 So true!!! I should actually add that line to my signature cos i usually do write it in all my posts. :D Reddy to Rumble Thank you osCommerce and all who Contribute to her! Link to comment Share on other sites More sharing options...
icx Posted July 15, 2003 Author Share Posted July 15, 2003 I appreciate it... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.