Thanks for the response, not quite what I’m looking for. I have all the DB stuff working fine. What I need help with is how to get the variable output to the client browser. I know when I have it figured out I will feel stupid as I’m sure the answer is quite simple and should be obvious, but it’s not…
Normally using plan PHP I would just write this <script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?key=" . $myarray_options['api_key'] . "&sensor=false'></script>
and it would head on its way. How do I get this into the header section using wordpress?
Thanks again.