hello everyone!!!
my problem is (AS3):
if website is opened as WWW.website.com so this URL works fine-
URLRequest(“http://www.mywebsite.com/contact_parse.php”);
BUT if opened without WWW as website.com, this URL doesn’t work. If I change link in url without www than works.
HOW TO CHANGE SCRIPT OR TO ADD URL TO MAKE THIS CONTACT FORM WORK WITH WWW AND WITHOUT
Thanks!!!