// Create University add_action('wp_ajax_pp_create_university', function(){ check_ajax_referer('pp_nonce','nonce'); global $wpdb; $name = sanitize_text_field($_POST['name']); $tbl = $wpdb->prefix.'pp_universities'; $wpdb->insert($tbl,['name'=>$name,'slug'=>sanitize_title($name),'shortcode'=>pp_generate_shortcode('U',$wpdb->insert_id)]); wp_send_json_success(); }); // Create Department add_action('wp_ajax_pp_create_department', function(){ check_ajax_referer('pp_nonce','nonce'); global $wpdb; $name = sanitize_text_field($_POST['name']); $uni_id = intval($_POST['uni_id']); $tbl = $wpdb->prefix.'pp_departments'; $wpdb->insert($tbl,['name'=>$name,'slug'=>sanitize_title($name),'shortcode'=>pp_generate_shortcode('D',$wpdb->insert_id),'university_id'=>$uni_id]); wp_send_json_success(); }); // Create Branch add_action('wp_ajax_pp_create_branch', function(){ check_ajax_referer('pp_nonce','nonce'); global $wpdb; $name = sanitize_text_field($_POST['name']); $dept_id = intval($_POST['dept_id']); $tbl = $wpdb->prefix.'pp_branches'; $wpdb->insert($tbl,['name'=>$name,'slug'=>sanitize_title($name),'shortcode'=>pp_generate_shortcode('B',$wpdb->insert_id),'department_id'=>$dept_id]); wp_send_json_success(); }); Amit Patel

Amit Patel

👋 Hi, I’m Amit Patel, a certified Digital Marketing Expert with deep expertise in YouTube, SEO, Google Ads, Facebook Ads, and Web Development. I’m passionate about helping businesses grow online through result-driven strategies and creative solutions.

Amit Patel-Profile
Work

Web & SEO Expert | Software Engineer | Digital Marketer

Programing Experience

Flutter | Node.js | php | HTML | CSS | Bootstrap | Laravel & Supportive Parts.

🚀 My Projects

I have worked on digital projects focused on custom tool development, content automation, and user interface improvement. Some projects also involved conversion tools and News Portal. In every project, my focus has been on creating user-friendly, fast, and result-oriented solutions. Check out My Projects.

Case Study

In one of my key projects, I faced a real challenge that required a smart solution. By analyzing user behavior, implementing targeted SEO strategies, and improving content structure, I achieved a noticeable growth in performance. This case study reflects my ability to plan, execute, and deliver results using a mix of technical skills and creative thinking. Please check out My Case Study.

Education

B.Tech (CSE) - AKTU
12th - UP Board
10th - UP Board

Certification

Photoshop | MS Office | CCC | ADCA | Google Ads | Meta Ads | Flutter | NCC

Hobby

Blogging => Coding => Reading => Writing => Learning => Earning => Trading => Travelling

Contact Me

Feel free to reach out for any digital marketing, web development, or online business-related inquiries. I'm always open to collaboration, project discussions, or Just connecting with people who share similar interests. Let's grow together!