Hello! I've tryed to get hosts ip by sql. For example sql query
lists array
but i want just ip of necessary host.
Thanks!
PHP Code:
SELECT ip FROM hosts,interface WHERE hosts.hostid =10228;
but i want just ip of necessary host.Thanks!
Comment