View Single Post

  #1 (permalink)  
Old 10-17-2007
Ronald Wiplinger
 
Posts: n/a
Default How to replace define in a require file with mysql?

I have a file linked with require into my program with statements like:

define("_ADDRESS","Address");
define("_CITY","City");

I would like to replace this with a mysql table with these two fields
(out of many other fields).

How can I do that?

bye

Ronald
Reply With Quote