10.07.2013, 12:27
i got this error on serevr signature php
here is the code which showing error
error :
and i am using sampqueryapi
when i remove $_GET
on the error line like
that time i am getting error form sampqueryapi
error:
here is the code which showing error
Код:
$ip = $_GET["ip"]; $port = $_GET["port"];
and i am using sampqueryapi
when i remove $_GET
on the error line like
Код:
$ip = "ip"; $port = "port";
error: