Month: January 2018

  • How to get date difference in days with jquery?

    Hello, welcome to therichpost.com. In this post, I will tell you How to get date difference in days with jquery? I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. Here is the working code…

    jquery
  • Bootstrap modal pop up with dynamic content

    , ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to create Bootstrap modal popup with dynamic content on jquery click? Bootstrap is the most popular front-end framework. The popup design, which I will make in this post, we will show dynamic content on jquery click function. We will open Bootstrap modal popup…

    bootstrap
  • How to make custom skew slider with jquery and css?

    , ,

    Hello, welcome to therichpost.com. In this post, I will tell you How to make custom skew slider with jquery and css? I personally like jquery very much. Most of my code is full with jquery. When I stuck in php or other language then that stuckness I remove with jquery code. Today I am going…

    jquery
  • Mysql query for last 7 days and 30 days

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you Mysql query for last 7 days and 30 days. Today in my running project, I made query for getting last 7 days result and last 30 days result. Here is the query code for last 7 days and 30 days: where add_date…

    mysql-select-query
  • How to add bootstrap in Vuejs?

    ,

    Hello to all, welcome to therichpost.com. In this post, I am telling you How to add bootstrap in Vuejs? I liked Vue Js code and its simple and clean. Vue Js is the good competitor of Angularjs. Here are the following steps for add bootstrap in Vuejs: 1. In your command line write below command:…

    Vue js with laravel 5.7
  • How to remove .php extension from url?

    Hello to all, welcome to therichpost.com. In this post, I will tell you How to remove .php extension from url? We will remove .php extension from url? and you need to add this code into your .htaccess file. Here is the working code and you need to add this .htaccess file: RewriteEngine On RewriteCond %{REQUEST_FILENAME}…

    Php Preg_Match Pattern for Week Days Name
  • How php session works?

    Hello to all, welcome to therichpost.com. Today, In this post, I will let you know How php session works? Sessions are very important and store unique value in it. Sessions are used to store unique data throughout the website. when php script is closed or session will be destroy after closing browser. Here is the…

    Php Preg_Match Pattern for Week Days Name
  • Insert query example in mysql using pdo

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to Insert data in mysql using pdo? PDO means PHP Data Object. PDO is more secure and it is opps based. Here is the example code for Insert query example in mysql using pdo: To connect with mysql with pdo, you…

    Php Preg_Match Pattern for Week Days Name
  • How to connect mysql database using pdo?

    , ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you, How to connect mysql database using pdo? PDO means PHP Data Object. PDO is more secure and it is opps based. Here is the example code for connect mysql database using pdo: define(‘DB_SERVER’, ‘localhost’); define(‘DB_USERNAME’, ‘root’); define(‘DB_PASSWORD’, ‘root’); define(‘DB_DATABASE’, ‘testdatabse’); class Connection{…

    Php Preg_Match Pattern for Week Days Name
  • Vuejs api to get wordrpess data

    ,

    Hello to all, welcome to therichpost.com. In this post, I will tell you how to make Vuejs api to get wordrpess data ? I really like these kind of post and I did same in my last post with Angularjs Angularjs 2 services with wordpress rest api. I can say Vue Js is the good…

    Vue js with laravel 5.7