[Pedido] Funзгo HTTP e linguagem PHP
#8

Quote:
Originally Posted by bruxo00
Посмотреть сообщение
Um exemplo:

PHP код:
#include <a_samp>
#include <a_http>
public OnFilterScriptInit()
{
    
HTTP(0HTTP_GET"oseuhost.com/time.php""""HttpResponse");
    
    return 
1;
}
public 
OnFilterScriptExit()
{
    return 
1;
}
forward HttpResponse(indexresponse_codedata[]);
public 
HttpResponse(indexresponse_codedata[])
{
    
printf("return do script: %s"data);

Time.php:

PHP код:
<?php
    date_default_timezone_set
('Europe/Lisbon');
    
$date date('d/m/Y H:i:s 'time());
    echo 
$date;
?>
O que vai ser mostrado na console do SAMP: (exemplo)

Код:
return do script: 21/08/2015 02:17:12
Aproveitando o topico, como usa HTTP_POST ?
Reply


Messages In This Thread
Funзгo HTTP e linguagem PHP - by RafaelOsio - 20.08.2015, 22:34
Re: Funзгo HTTP e linguagem PHP - by bruxo00 - 21.08.2015, 00:30
Re: Funзгo HTTP e linguagem PHP - by RafaelOsio - 21.08.2015, 00:43
Re: Funзгo HTTP e linguagem PHP - by bruxo00 - 21.08.2015, 00:44
Re: Funзгo HTTP e linguagem PHP - by RafaelOsio - 21.08.2015, 01:06
Re: Funзгo HTTP e linguagem PHP - by bruxo00 - 21.08.2015, 01:18
Re: Funзгo HTTP e linguagem PHP - by RafaelOsio - 21.08.2015, 01:51
Re: Funзгo HTTP e linguagem PHP - by Holl - 21.08.2015, 01:52
Re: Funзгo HTTP e linguagem PHP - by bruxo00 - 21.08.2015, 02:26

Forum Jump:


Users browsing this thread: 1 Guest(s)