$a1=array("a"=>"red","b"=>"green","c"=>"blue","d"=>"yellow"); $a2=array("e"=>"red","f"=>"green","g"=>"blue"); $result=array_diff($a1,$a2); print_r($result); ______________________________________________________ <script type="text/javascript"> $(document).ready(function(){ $("input[type='radio']").click(function(){ var radioValue = $("input[name='duration']:checked").val(); if(radioValue){ alert("Your are a - " + radioValue); } }); }); </script> $(document).on("click", ".upappdesc", function(){ // alert($(this).data('id')); var option = $(this).data("cat").split(","); // alert($(this).data(...
A Passionate full stack developer with 7 years of amazing experience in full stack application development and expertise in technologies like React Native, NextJS, ReactJS, Codeigniter, PHP , NodeJs. He has huge craze in learning new things about technologies and constantly shares his knowledge with others.
SET PERMISSION
ReplyDelete$destFile = __DIR__ . '/uploads/' . $random_filename . $ext;
move_uploaded_file($_FILES['file_poster']['tmp_name'], $destFile);
chmod($destFile, 0666);