You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mChoice Developer
Im getting Error:Server url is invalid. Application is Done by PHP and
hosted in godaddy server.
URL is http://204.236.220.126:65182/services .
Help me to solve this.
Thanks in advance.
Azeem Mumtaz
unread,
Mar 4, 2012, 4:29:05 AM3/4/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mchoice-...@googlegroups.com
Thanks for your help.I tried $url = 'http://204.236.220.126:65182/services'; $outputfile = "dl.html"; $cmd = "wget -q \"$url\" -O $outputfile"; exec($cmd); But it's still the same. Then I tried $homepage = file_get_contents('http://204.236.220.126:65182/services'); echo $homepage; it returns "failed to open stream: Connection refused in .........."