PHP - General Array: 1.write array to file: $arr=array("orange","apple"); $file = fopen("test.txt","w"); fwrite($file,print_r($arr_car,true)); fclose($file); ...
Blog
Q: Hey, I have to use IN condition in my MySQL statement with a large set of ids. Example [crayon-6769c240d4bb7388822407/] Is there a limit if items the IN statement can have? A: No there isn't, check the ...
Q: I've tried to use the PHP function getimagesize, but I was unable to extract the image width and height as an integer value. How can I achieve this? A: Try like this: [crayon-6769c240d5369534523944/] Ma ...
/** JQUERY ACCORDION **/ $(document).ready(function(){ $(".accordion-switch").click(function(){ //$(this).closest(".accordion-item").addClass("selected") ; var displ=$(this).closest(".accordion-item").find('.a ...
<script type="text/javascript"> jQuery(window).resize(function() { var viewPortWidth = jQuery(window).width(); if (viewPortWidth < 650){ jQuery(".flex-slider-text").show(); }else{ jQuery(".flex-slider-text ...
set or get content ckeditor throw id [crayon-6769c240d56c4753480848/] config width and height : reference http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-width [crayon-6769c240d56cb425576472/] include ...
PHP- Check mobile [crayon-6769c240d5abc927216734/] ...