Is there a list available variables that can be written on php files? For example, [% mysql_user %] will be replaces with mysql user name.
Is there a list available variables that can be written on php files? For example, [% mysql_user %] will be replaces with mysql user name.
try here - http://www.php.net/
Sorry, I don't understand what you are asking. There is a list of global variables at php.net - that's what I thought you were after.
No problem. I found it here.