Php Tutorials
Basic Php Tutorials for Beginners in Developer Desks, To Learn PHP in simple steps from basic to advanced concepts with examples including , Predefined Variables Examples, Built-in Function, OOPS , Advanced , Numbers, Arrays, Hash File I/O, IF, ELSE IF, Do, Regular Expressions, While Loops, Operators, GET, POST, Coding Standard, Subroutines, Modules, Socket Communication, File Management, Reference, Syntax Overview, Special Variables, MySQL Login, Form Validation, Web Design, PayPal Integration, Library, Ajax Search, Ajax Auto Complete Search, Ajax XML Parser, Ajax RSS Feed Example, Simple XML, XML Introduction, SAX Parser Example, DOM Parser Example, Simple XML GET, Core vs frame works , Frame Works, Design Patterns.
For beginners and professionals with examples of file, session, date, array, form, functions, time, xml, ajax, MySQL, regex, string, oops Concept.
Live search in PHP and Mysql using Jquery This tutorials is to know how to integrate live search in php and MySQL using jquery. Searching is one of the most required feature in web sites and if it will be live searching it will show you fast result on page. In this tutorial we will create…
There is a lot of slider over-here. We can make slider using jquery, Css, JavaScript and also using WordPress plugin. If we create slider using jquery and JavaScript we have to include library functions and also script. It may casue our website slow the loading speed. So we can a make slider using css in…
Share Your Website Post To Social Media using php Share your website post to social media using php. Everyone want to share their post in social media regularly to get increase the page views and also website view. So the social media is the best way to promote our content to reach everyone. When ever…
Dynamic dependent dropdown select list using jquery and php In this tutorial we are going to see how to change states drop down list ans city drop down list option based on the dropdown select country name. we are going use jquery and mysql database for select country and retrieve state data. means Loading records from…
File upload with Progress bar using ajax In this tutorials, we are going to learn how to file upload with progress bar using ajax. Nowadays there are lot of upload portals and upload websites there. so if we working for websites definitely we have one form with upload images and content. So while we create…
Integrated Paypal Payment Using Php With Instant Payment Notification(IPN) Nowadays, All the products are sell in online. If your are online seller then payment is one of the important part that you faced. PayPal is your best choice. Almost every website selling stuff or subscriptions use PayPal to manage its transactions. While PayPal back-end allows users…
Many of the registered users wish to signup social networks like our previous articles login with Facebook and login with google. Twitter is one of the most used social networking website on the internet, So this is time I will explain how to make a Login System with Twitter using Php. Place a button on your site or…
Login System with Facebook using Php In my previous post We learned about Login System with Google using Php and OAuth Api, Likewise this time we try Facebook. So in this tutorial I will explain how to make a Login System with Facebook using Php. User can login with their facebook details and access the website. So this process…
Nowadays all are feel irritated to fill the long text box of registration form. So they feel simply registered with Google integration. For website its also Safe to avoid spam and irrelevant data while login using google. Most of the website demanded this option. social login has become a most integrated one in all login…
We have faced some problem that we mysql table pulling entire table but we need a particular nth row order. Suppose we have lot of row in the table like 1000 rows but we need nth order row only, In this case, here is the code how to select every n-th row, you can get…