Forum Moderators: coopster
words.php
================================================
$word_name = "User Name";
$word_group= "User group";
$word_sex = "sex";
================================================
print.php
================================================
include_once("words.php")
/*i want to write PHP script to print all variable from words.php*/
================================================
could anyone suggest any solution for that?
thanks,
Samdyk