Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~334 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for davy_yg

Hello, I am trying to install apache on my localhost but cannot find the file that I need to install apache. https://projects.apache.org/projects.html?name Why there are so many apache installer file? Which one should I download?

Member Avatar for dickiebow
0
283
Member Avatar for nauman_mirza

I am trying to connect with afilias using php code below. [CODE]$ctx = stream_context_create(); $fp = stream_socket_client('inforfcote1.afilias.net:700', $err, $errstr, 60, STREAM_CLIENT_CONNECT, $ctx); if (!$fp) { print "Failed to connect $err $errstrn"; return; } else { print "Connection OK<br />"; } [/CODE] I get "connection OK" when I execute the script. …

0
51