Help with PHP - 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: Help with PHP (
/showthread.php?tid=363087)
Help with PHP -
[MM]18240[FMB] - 26.07.2012
I want to make something for my forum where it says who has the most money, who has played the most, who has gotten the most stars, and who has the most score. Is there a way to do this, if so, how?
I want it so that
http://eefs2.vacau.com/Forums/EEFS/stats.php shows the stats.
Re: Help with PHP -
Dan. - 26.07.2012
I have a similar question, I know how to store bans in mysql, but can I somehow show them on my website?
AW: Help with PHP -
Giovanni - 26.07.2012
I wish you a lot of fun:
http://php.net/manual/en/book.mysql.php
People usually don't just write the code for you here. If you got experience with MySQL (what I hope since you both seem to be using it) then it should not take you too long to make something like this.
Re: Help with PHP -
Misiur - 26.07.2012
Do not use mysql_* functions in php. They are outdated.
http://www.php.net/manual/en/book.mysqli.php
Re: Help with PHP -
[MM]18240[FMB] - 26.07.2012
But how would I do this with SA-MP I am new to PHP and MySQL and it confuses me to the point of many fucks.
Re: Help with PHP -
tony_fitto - 26.07.2012
Quote:
Originally Posted by [MM]18240[FMB]
But how would I do this with SA-MP I am new to PHP and MySQL and it confuses me to the point of many fucks.
|
Myself I recommend you learn the MySQL codes in samp, after that ****** for what your looking for in PHP.
If you have a bit experience about HTML it's easier cause you can mix up PHP and HTML in same.
****** holds most information about PHP, my self I've learned all my HTML, Javascript, PHP & CSS codes from ******, the key to my success is that you must be able to know how to search to find what you looking for.
But Start by learning the MySQL codes on samp, after you got everything to work with your DB and everything stores as it should do, I recommend you use ****** to and find what you looking for. Else wise theres people here that can help you out with the codes depending of what it is.
My self I'm glad to help you out depending on the time and how much work you got, cause atm I've got a huge project that will take around a month to keyframe & animate in SA:MP.
-Regards,
Tony
Re: Help with PHP -
[MM]18240[FMB] - 26.07.2012
Do you have Xfire?