There’s is an excellent choice of Responsive WordPress themes for all users and everyone want to build a website which fits on every screen. Now when it comes to choosing a theme, I would probably recommend choosing responsive one because it would expand the horizon of your reach by making your website better navigated on …
Continue reading “10+ Best Responsive WordPress Themes 2022”
Become A Famous Hotspot Pub, Lounge Or Cafe Of Your City & Prepare To Attend The Never Ending Swarm Of Liquor, Smoke And Food Enthusiasts.
MySql CRUD is simple and easy to use script that can be implemented on any kind of application. CRUD is nothing but a group of operations i.e. create, read, update and delete records that we perform when our application gets interacted with database. So, for performing these operations we have created a simple input form …
Continue reading “Simple MySql CRUD In PHP”
Push Notification are – Simple messages that one receives from the apps installed in the device. Very popular among mobile devices, iPads and what not..!! For example, Whatsapp and Facebook message notifications in the notification bar of the home screen or lock screen. It is a way to – notify user, update user about new updates, …
Continue reading “PhoneGap : How Push Notifications Work?”
Email signature generator is one of the important parts for your email campaigns. A signature is something which represents your personality. It lets receiver feel a personal connection with the sender. So, A basic email signature contains your contact information and information of your business. It should represent who you are, what you do, and …
Continue reading “HTML Email Signature Generator”
Why Do You Need To Track Email? After sending an email, there is always a requirement to know whether the recipient opened it and if opened then when. You can ask for email read receipt to the user while sending mail, with many email SMTPs like Gmail, Outlook, Yahoo and many more. But that will only be a …
Continue reading “Email Open Tracking Using PHP”
This tutorial enables you to display two records when user clicks on read more link using object-oriented funtionality. In my example, I have made a folder named read-more-php and placed these pages index.php, config.php, connection.php and style.css. Further set $get_limit variable to travel in the url through the read more link which increments by 2 …
Continue reading “PHP Read More Link”
In our previous blog post we have covered the PayPal Express Checkout for Single Product using which you can collect more user information entered at the time of purchase. What happened if admin have lots of payer transaction id and admin wants to see details of any specific transaction.? In this blog we are going …
Continue reading “PayPal Transaction Details using Transaction ID”
Express Checkout is a fast and very easy way for buyer to pay for the product they are buying. In our previous blog post we have covered the PayPal Integration in PHP Using PDO using which you can sell products via PayPal securely without SDK. But in this post we will be doing same task …
Continue reading “PayPal Express Checkout in PHP for Single Product”
Suppose you want to sell your product online with a secure payment mode then here is the solution that you can use. The thing we are talking about is a PayPal buy now button. You can use it simply, only you have to generate the code for the button and place it in your website …
Continue reading “CodeIgniter PayPal Checkout”
This section is particularly focused on the most popular development framework CodeIgniter that is based on PHP platform. For you we have organized these tutorials in such a way, so that you can use it as a complete guideline for learning. It covers basic to advance level tutorials in a way that you can easily get …
Continue reading “CodeIgniter Tutorial”
While dealing with the forms, information can be submitted and transferred to same or another page. To send submitted data through form, one can use GET & POST method to do that in PHP. A form data can be submitted using these two methods. Both are used for same purpose but stands apart under some …
Continue reading “PHP GET and POST Method – Tutorial”
In our previous blog we have explained you to create and implement your own simple captcha using PHP, jQuery and AJAX in your forms.
This blog focuses on how to use captcha library offered by google in your forms.
Checkbox Plays a key role in forms. Sometimes there is a need to select or Check/Uncheck all options (ex. email inbox) then, how it happens and what technique is used to do this?
This blog post answers the above question.