06-04-2011, 22:38
Teraz zrobiłem to tak:
I wyswietla mi startowa:./hlds_run -game cstrike +port $port +ip $ip +maxplayers $slotow +map de_dust2 +
Kod PHP:
<?php
include("config.php");
$z = mysql_query("SELECT * FROM prices");
$t = mysql_fetch_array($z);
$last_id = $t['k_startowa'];
$ip = '1234567';
$port = '23456';
$slotow = '11';
$startowa = $last_id;
echo 'startowa:'. $startowa;
?>