Categories

<?php require_once('wp-config.php'); global $wpdb; $date_from = $_GET['datefrom']; $date_to = current_time('mysql'); $result = $wpdb->get_results( "SELECT * FROM `wp_posts` WHERE post_type = 'product' AND post_status = 'publish' AND post_modified BETWEEN '".$date_from."' AND '".$date_to."' "); echo "<pre>"; if(is_array($result)){ $data= json_encode($result); echo $data; echo ...

function apple(){ var data ={ english:{}, german:{} }; data.english["name"] ="anil"; data.german["name"] ="sunil"; data.english["array"] = ["Ram Kumar",1,2,3,4,5,6,7]; return data; } var x = apple(); console.log(x.english["array"][0]); output : “Ram Kumar” ...

I created this theme for people who want to put their resume/cv online. This theme is Responsive and built with html5 and Bootstrap. Features: Simple and SEO friendly. Responsive design Easy to Edit Download Here ...

adbanner