Breaking apart a web form return
i new programmer , having hard time wrapping head around parsing string needed components. using multiple example programs have gotten web server running page has form on user can input ip information.
i have done in 2 different forms not sure 1 better other.
one returns ip=192.168.1.253&subnet=255.255.255.0&gateway=192.168.1.1
the other returns oct1=192&oct2=168&oct3=1&oct4=253&oct5=255 , on
i need break either 1 of these down individual "int" have declared oct1 , on
i appreciate on how parse out integers
thanks in advance
robert
i have done in 2 different forms not sure 1 better other.
one returns ip=192.168.1.253&subnet=255.255.255.0&gateway=192.168.1.1
the other returns oct1=192&oct2=168&oct3=1&oct4=253&oct5=255 , on
i need break either 1 of these down individual "int" have declared oct1 , on
i appreciate on how parse out integers
thanks in advance
robert
quote
i appreciate on how parse out integersstart looking @ strtok() , atoi()
Arduino Forum > Using Arduino > Programming Questions > Breaking apart a web form return
arduino
Comments
Post a Comment