Chat freely about anything...

User avatar
By F. Goncalves
#21788 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!