PHP teacher...
#17

Seriously? You know Pawno well but you can't learn php? PHP is propably the easiest programming language..
example:
php
pawn Code:
$asd = 'lol lol lol';
if($asd=='lol lol lol') echo "Value: " . $asd;
pawno:
pawn Code:
new asd[32];
strcat(asd, "lol lol lol", 64);
if(!strcmp(asd, "lol lol lol", true))
{
 new string[64];
 format(string, 64, "Value: %s", asd);
 SendClientMessage(string)
}
I actually havent learned php, but i have created many scripts, helping system (ticket helping) and idea submiting with my newbie knowlodge. PHP is easy, you don't need a teacher for that. Just read w3school tuts.
Reply


Messages In This Thread
PHP teacher... - by Markx - 27.06.2011, 10:25
Re: PHP teacher... - by [L3th4l] - 27.06.2011, 10:40
Re: PHP teacher... - by Westie - 27.06.2011, 10:43
Re: PHP teacher... - by Markx - 27.06.2011, 10:49
Re: PHP teacher... - by Mujib - 27.06.2011, 10:53
Re: PHP teacher... - by Mark_Weston - 27.06.2011, 11:35
Re: PHP teacher... - by Markx - 27.06.2011, 13:47
Re: PHP teacher... - by xRyder - 27.06.2011, 14:00
Re: PHP teacher... - by WooTFTW - 27.06.2011, 14:17
Re: PHP teacher... - by Markx - 27.06.2011, 16:20
Re : PHP teacher... - by Shidony - 27.06.2011, 17:34
Re: PHP teacher... - by Schurman - 27.06.2011, 18:26
Re: PHP teacher... - by Inteso - 27.06.2011, 18:39
Re: PHP teacher... - by Markx - 27.06.2011, 23:07
Re: PHP teacher... - by Blacklite - 27.06.2011, 23:17
Re: PHP teacher... - by Mark_Weston - 27.06.2011, 23:29
Re: PHP teacher... - by SaW_[VrTx] - 28.06.2011, 00:48
Re: PHP teacher... - by Calg00ne - 28.06.2011, 01:21
Re: PHP teacher... - by SaW_[VrTx] - 28.06.2011, 02:14
Re: PHP teacher... - by Calg00ne - 28.06.2011, 02:55
Re: PHP teacher... - by JaTochNietDan - 28.06.2011, 05:56
Re: PHP teacher... - by nielsbon1 - 28.06.2011, 12:57
Re: PHP teacher... - by SaW_[VrTx] - 28.06.2011, 21:04
Re: PHP teacher... - by GangsTa_ - 28.06.2011, 22:36
Re: PHP teacher... - by nielsbon1 - 29.06.2011, 20:58
Re: PHP teacher... - by Blacklite - 29.06.2011, 21:36
Re: PHP teacher... - by G-sTyLeZzZ - 30.06.2011, 00:07
Re: PHP teacher... - by Markx - 30.06.2011, 08:12

Forum Jump:


Users browsing this thread: 3 Guest(s)