Hi, Guys
I'am a newbie also my language maybe bad, and looking for solution for my learning php code let say i have many page i.e. etc page1.php ... page1001.php each page maybe: inside of page1.php:
$color = "red";
$pages = "two";
$theme = "ocean";
$lang = "eng";
$charset = "ISO-8859-1";
etc (more..)
inside of page2.php :
$color = "blue";
$pages = "two";
$theme = "ocean";
$lang = "it";
$charset = "UTF-8";
etc (more..)
now i need to put the variable of each pages to one page, n just put a simple code in each pages to setting them so next time easily to edit, note I using plain text (flat file)
anybody help me? i give appreciate and say thank you