arduino uno - how to redirect php page to a static IP address? -
i embedded webserver html arduino control devices through ethernet.webserver ip address 192.168.1.177. make login page using php , mysql. how can redirect 192.168.1.177 login page. please me. thanks!
simply:
header('location: http://192.168.1.177/'); exit;
Comments
Post a Comment