-->
Page 1 of 1

IP vs address

PostPosted: Fri Jun 26, 2015 1:00 pm
by F. Goncalves
I'm trying to connect to my web server, but my webserver is in a shared host so I don't have an IP. just a domain.

How can I change the : conn:connect(80,'184.106.153.149')to a simple webaddress?
i tried: conn:connect(80,'www.myserver.com')
but doesnt work..

thanks!