[PHP] Old PHP.net website..

2001-05-09 Thread Ender
Does anyone remember the previous php.net website where you would hold your cursor over a menu bar and it would pop up info? Does anyone know how to do that or where the script for it is? Best regards, Ender [Clan Leader] [EMAIL PROTECTED]

[PHP] Putting quotes in?

2001-05-08 Thread Ender
Okay I am taking a number from a mySQL database and I want to put quotes on that number? How would I do this? $databasenumber = 123.123.123.123; How do I make $databasenumber = "123.123.123.123"; To: runprogram("hls",$databasenumber); Best regards, Ender [Clan Leader] [EMAIL PROTECTED]

[PHP] Simple Questions

2001-05-08 Thread Ender
;.$server->server_max_players"); What do I need to do to put a / between the two variables? Best regards, Ender [Clan Leader] [EMAIL PROTECTED]

[PHP] Call to a member function on a non-object

2001-05-07 Thread Ender
> Enter the addresses of all servers that you want to accept data from here. query(" SELECT serverId, address, port, name, publicaddress, statusurl, rcon_password FROM hlstats_Servers WHERE game='cstrike' ORDER BY address ASC, port ASC "); More specificially it happens on this line: $result = $db->query(" What am I doing wrong here? Best regards, Ender [Clan Leader] [EMAIL PROTECTED]