oblivionv Posted November 22, 2013 Share Posted November 22, 2013 Hi, I am an absolute beginner to php. I need urgent help. I want to create a simple webpage using php which when queried should return a definite value. we have 3 hosts host10 = 192.168.1.10 host20 = 192.168.1.20 host50 = 192.168.1.50 when i send a get request to http://localhost/ip.php?host=host10 return 192.168.1.10 and http://localhost/ip.php?host=host20 should return 192.168.1.20 respectively. I am not a developer and i need urgent help. Thank you. Link to comment https://forums.phpfreaks.com/topic/284148-simple-php-apache-script-to-query-info/ Share on other sites More sharing options...
requinix Posted November 22, 2013 Share Posted November 22, 2013 What have you tried so far? Link to comment https://forums.phpfreaks.com/topic/284148-simple-php-apache-script-to-query-info/#findComment-1459480 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.