SA-MP Forums Archive
PHP-HTML-PAWN-MYSQL - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PHP-HTML-PAWN-MYSQL (/showthread.php?tid=313866)



PHP-HTML-PAWN-MYSQL - vassilis - 27.01.2012

Hey guys well most people after some months or even years imagine to create their own servers to sa-mp so they are learning pawn.I followed the way and did the same.Anymore i am averagely good to pawn and i would like to learn php and html.I hate using web designers/generators/builders/creators to make websites when you can learn coding languages which you are able to use to script your own site..with everything you want.Well i have learned the basic of HyperText Mark-up Language(html) and i want to learn php.I might seem total noob but i am using notepad to script the html basic codes i have learn to test, and my question is that:"What i must use to code php?",Notepad?also if there is a program to use like pawno.exe which program is that?Furthermore is it easy to learn html-php and if i learn php i must learn mysql too? thanks in advance,Blacklisted_Bboy


Re: PHP-HTML-PAWN-MYSQL - Vince - 27.01.2012

PHP is a serverside language, therefor you must have a (local) server available that supports PHP. You don't need any special program to write PHP code. I like notepad++ though, because it has syntax highlighting. You can install XAMPP (****** it) as a local webserver.


Re: PHP-HTML-PAWN-MYSQL - Norck - 27.01.2012

It is not required for you to learn SQL if you wish to learn PHP, but you will need SQL knowledge if you wish to create your own website with data saving (eg. registration/login system).


Re: PHP-HTML-PAWN-MYSQL - vassilis - 27.01.2012

how much time you spent both of you to learn using html-php?


Re: PHP-HTML-PAWN-MYSQL - Flyfishes - 27.01.2012

Quote:
Originally Posted by Norck
Посмотреть сообщение
It is not required for you to learn SQL if you wish to learn PHP, but you will need SQL knowledge if you wish to create your own website with data saving (eg. registration/login system).
Or he could just save the data in files (not recommended.)

To author: Why do you even have the 'php coder' and 'html coder' images in your signature if you don't know how to do it?


Re: PHP-HTML-PAWN-MYSQL - Konstantinos - 27.01.2012

HTML is the most easier. I would like to learn php too, but I didn't have the time.
I know some basic in SQL (English Version) but I prefer in my language because I can understand more.
If you have free time and you would like to learn it then do it!


Re: PHP-HTML-PAWN-MYSQL - vassilis - 27.01.2012

Quote:
Originally Posted by Flyfishes
Посмотреть сообщение
Or he could just save the data in files (not recommended.)

To author: Why do you even have the 'php coder' and 'html coder' images in your signature if you don't know how to do it?
ATM:Have started creating a very nice tdm gamemode with a cool base.
Also trying to learn php-html...and css too.

and i dont mean that i am coder i didnt find a way to use usertab to put php programm and html programm p


Re: PHP-HTML-PAWN-MYSQL - Flyfishes - 27.01.2012

Okay well. The best site to learn HTML, CSS and PHP is IMO tizag.com


Re: PHP-HTML-PAWN-MYSQL - vassilis - 27.01.2012

Quote:
Originally Posted by Flyfishes
Посмотреть сообщение
Or he could just save the data in files (not recommended.)
Well about that, what you mean that another way to make it is to make .php files?


Re: PHP-HTML-PAWN-MYSQL - Konstantinos - 27.01.2012

He means instead of learning MySQL to save the Player Data in DataBases, you can save them on files like y_ini