SA-MP Forums Archive
variables from the server to 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: variables from the server to php.. (/showthread.php?tid=337035)



variables from the server to php.. - EviLpRo - 24.04.2012

hi people..

how i can to return variables from the server to php ?
this possible ?

thank's a lot.


Respuesta: variables from the server to php.. - [DOG]irinel1996 - 24.04.2012

You can do that with MySQL, save data in the database, and extract it with php and SQL.


Re: variables from the server to php.. - Macluawn - 24.04.2012

samp has inbuilt http functions.
https://sampwiki.blast.hk/wiki/HTTP


Re: variables from the server to php.. - EviLpRo - 24.04.2012

Quote:
Originally Posted by Macluawn
Посмотреть сообщение
samp has inbuilt http functions.
https://sampwiki.blast.hk/wiki/HTTP
yes, but how i can to use with HTTP function to send an variable to php...
i'm want to get the variable, when happen somethink in the php..


Re: variables from the server to php.. - MP2 - 24.04.2012

http://www.w3schools.com/php/php_post.asp


Re: variables from the server to php.. - EviLpRo - 24.04.2012

no.. you dont understand, i want to sent the variables, where the user connect to the site.
i want to get the variables from php..

anywhere i managed myself...

thanks to those who tried to help.