Advertisement
ujiajah1

cek installasi curl php

Aug 14th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <%
  2. echo 'cURL '.(function_exists('curl_init') ?  
  3. 'sudah' : 'tidak').' terinstal';
  4. %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement