PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Warning: fsockopen() [function.fsockopen]: unable to connect to 172.16.221.214:23 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ) in C:\Program Files\Apache Group\Apache2\htdocs\Multivendor_D\cisco2612\Login_Process.php on line 20
Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files\Apache Group\Apache2\htdocs\Multivendor_D\cisco2612\Login_Process.php on line 20
Everah wrote:Can you hit that port and address normally?
Sometimes when i try to ping to the address of the device using command prompt, it can ping to the address of the device successfully. But when i go to the php program to run the program, i will get the error below:
Fatal error: Maximum execution time of 30 seconds exceeded in .....
I'm at a blur now... right now i can ping to the switch as well as login to the php program to configure the switch but i am not able to ping to the router nor login to the php program to configure it.
I am aware of that. But the php file still needs to be parsed through the server in order to execute the code, and loading/running it in the browser is a little misleading. It sounds like you mean ctrl-O to open the file rather than calling the URI http://localhost/file_name.php.