Quote:
Originally Posted by squidsk
You can't those types of code are used exclusively in templates. You can use templates that have that code in them in your php files, but that code, since it isn't php can't be used directly in your php files.
|
thank you for reply. i know . that was an example to show you what I need.
this code works in php file:
Code:
$vbulletin->userinfo['username']
I need some code like this one. and I need a code to set data to database too.