ODBC 5.3... 32 Bit
ODBC 5.3... 64 Bit
Wednesday, March 8, 2017
Xamp php myadmin server connect external lan ip
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Allow from all
Require all granted
allow from 10.1.*.*
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
Allow from all
Require all granted
allow from 10.1.*.*
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
Subscribe to:
Posts (Atom)
phprunner view custom filed status
if ($value=="Process") $str.='<img src="1.png">'; if ($value=="Receive") $str.='<i...
-
if ($value=="Process") $str.='<img src="1.png">'; if ($value=="Receive") $str.='<i...
-
Sample Php Runner Popup Center Page Sample JS <script type="text/javascript"src="http://code.jquery.com/jquery...
-
<?php if(isset($_POST['submit'])) { $url = $_POST['url']; $check = substr($url,0,11); if($check == "htt...