SA-MP Forums Archive
PHP teacher... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: PHP teacher... (/showthread.php?tid=264697)

Pages: 1 2


PHP teacher... - Markx - 27.06.2011

Hey guys...

I am searching a very good person with alot of knowlage in PHP, if he/she could teach me PHP via Team Viewer and maybe comunicate threw Team speak? I really need someone to teach me, ******* tutorials are just fucked up...I want to buy a domain+webhost, so please help me.

MSN: mako.ilijas@hotmail.com
Skype: Marko.ilijas
Steam: slavenbarbir


Regards,
Markx.


Re: PHP teacher... - [L3th4l] - 27.06.2011

PHP is a serious language, not hard to learn either. I'm pretty sure no one will waste their time teaching someone else. ****** has every tutorial type you will ever need to learn!


Re: PHP teacher... - Westie - 27.06.2011

Here's a manual that will help you!

http://www.php.net - have a look through it, but not all of it, I don't think you want to browse 6,000 documented functions.

I've heard ******'s good too!


Re: PHP teacher... - Markx - 27.06.2011

Quote:
Originally Posted by Westie
Посмотреть сообщение
Here's a manual that will help you!

http://www.php.net - have a look through it, but not all of it, I don't think you want to browse 6,000 documented functions.

I've heard ******'s good too!
Well i know that there are many tutorials, but i just dont get it, i need someone to teach me...


Re: PHP teacher... - Mujib - 27.06.2011

I used to search this forum if I had a problem http://www.codingforums.com/forumdisplay.php?f=6
It helped me a lot, it should help you also!


Re: PHP teacher... - Mark_Weston - 27.06.2011

******* videos that are made by bukky...
http://www.*******.com/user/thenewboston


Re: PHP teacher... - Markx - 27.06.2011

Why the fuck are you guys posting something else, stop going offtopic! I asked for a teacher, not for links and stuff.


Re: PHP teacher... - xRyder - 27.06.2011

If someone can teach you PHP for free and online that will be Bucky! Give him a chance, he's the best one you'll find...


Re: PHP teacher... - WooTFTW - 27.06.2011

Idea:
Someone could teach him php, and he will teach pawn in exchange. Just an idea, i don't know how it would work out, lol. If you know pawn of course.


Re: PHP teacher... - Markx - 27.06.2011

Quote:
Originally Posted by Skorch
Посмотреть сообщение
Idea:
Someone could teach him php, and he will teach pawn in exchange. Just an idea, i don't know how it would work out, lol. If you know pawn of course.
Yeah i know.


Re : PHP teacher... - Shidony - 27.06.2011

If you learnt Pawn fast, you'll learn PHP fast it's nearly the same.You just need to learn the functions and it will be okey


Re: PHP teacher... - SchurmanCQC - 27.06.2011

Use w3schools. Pretty cool site and has all of the documentation.


Re: PHP teacher... - int3s0 - 27.06.2011

Markx well I dont think anyone will give you free PHP lessons.

Imas dobre hrvatske tutorijale, ja sam sa njima naucio i stvarno nije tesko.


Re: PHP teacher... - Markx - 27.06.2011

Quote:
Originally Posted by Inteso
View Post
Markx well I dont think anyone will give you free PHP lessons.

Imas dobre hrvatske tutorijale, ja sam sa njima naucio i stvarno nije tesko.
Could you give me the link? Hvala


Re: PHP teacher... - Blacklite - 27.06.2011

I personally don't think you can just go out and "learn" a language. You need to have a project in mind, even if it's very simple. When you have that, you can then make help topics for things you get stuck with.


Re: PHP teacher... - Mark_Weston - 27.06.2011

Wow really? I gave you the best teacher on YouTube, that has lots of partners, and you say stupid shit?
Well good luck finding your self a teacher. With your attitude.

edit:
http://www.youtube.com/user/thenewbo...D94BE42620925B
Here, trust me...

and here its his partner:
http://www.youtube.com/user/phpacademy


Re: PHP teacher... - SaW_[VrTx] - 28.06.2011

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.


Re: PHP teacher... - Calgon - 28.06.2011

YouTube videos are horrible for learning any kind of language from.

http://www.tizag.com/phpT
http://www.php.net
http://lmgtfy.com/?q=php+tutorials+for+dummies

Quote:

PHP is propably the easiest programming language..

PHP isn't even a programming language - it's just another scripting language, it's easier than Pawn though! (at least the basic syntax without object-oriented code is).


Re: PHP teacher... - SaW_[VrTx] - 28.06.2011

Quote:
Originally Posted by Calg00ne
View Post
PHP isn't even a programming language - it's just another scripting language, it's easier than Pawn though! (at least the basic syntax without object-oriented code is).
I assume that you don't know what programming means..
Programming=scripting.


Re: PHP teacher... - Calgon - 28.06.2011

Quote:
Originally Posted by SaW_[VrTx]
View Post
I assume that you don't know what programming means..
Programming=scripting.
"A script is what the actors have, a programme is given to the audience."

Computer programming and scripting retain a similar difference.

Scripts are executed from within a program and scripts are produced by scripting languages. Programs are programmed in programming languages, which are the parent to child "scripts."