How to verify if name = Daniel ?
PHP Code:
PHP Code:
|
Re: How to verify if name = Daniel ?
get_user_name(id, name, 31)
if ( equal(name, "Deniel") ) |
Re: How to verify if name = Daniel ?
Won't work..I wanna put it here.
PHP Code:
|
Re: How to verify if name = Daniel ?
Try this:
PHP Code:
|
Re: How to verify if name = Daniel ?
if ( equal(name, "Deniel") )
-> if ( equal(name, "Daniel") ) ? |
Re: How to verify if name = Daniel ?
Quote:
I mean if ( equal(name, "Deniel") ) && if ( equal(name, "Deniel2") ) , something like that.. |
Re: How to verify if name = Daniel ?
Use "||" for other name..
for example PHP Code:
|
Re: How to verify if name = Daniel ?
PHP Code:
|
Re: How to verify if name = Daniel ?
Quote:
|
| All times are GMT -4. The time now is 12:07. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.