From: Nicolas C. <nic...@gm...> - 2005-11-29 10:12:36
|
On 11/29/05, Marook Kenja <ma...@cr...> wrote: > Hi All, > > Why not write a PHP constant definition file insted? > > Then you only need to Write the file, not parse it back, as it would > be simple > > define ('theSettingName', 'theValue'); > lines. Would that not be easier, or? I hardly find the interest of a static page in a script format. When I'll click on the 'save' button, I'll have to rewrite a php file ? Sound strange to me. Would mind to explain a little bit more ? Parsing is not a real charge for the server according to the current proces= s. Nicolas. |