I had someone program my Web site, www.fanent.com. It uses PHP and MySQL to generate page views on the fly. Everything works well, in my opinion.
However, I want to create a printed catalog that contains the same information (especially about the buttons). I could just fire up WordPefect, create a humongous table, and start loading it, but that will be a royal pain when I need to update it.
I can't find where the database resides on my server. My programmer says it's inbedded in the PHP code, but I can't find it there. I hoped I could use MySQL commands to extract info from the database and use that info to construct my catalog.
Any suggestions?
Thanks in advance,
Susan