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.
Many of us struggle with how to display mysql rows as columns. For example, having student details and subject and mark in a table. we need to show student, and is each subject in a column. here we going to discuss how to Display rows as columns in table using php and mysql Demo …
Every one know to export MySQL table data as excel sheet from the back end in server. But we are going to learn Export excel from mysql table data using php code. Step 1: create index.php file simple form action <style> .btn { background: #3498db; background-image: -webkit-linear-gradient(top, #3498db, #2980b9); background-image: -moz-linear-gradient(top, #3498db, #2980b9); background-image: -ms-linear-gradient(top,…
We are Commonly download the image from google and Upload it without compressed, Its made a problem while loading the website, Its reduce the page speed, So we need to compress the Image size before upload into your site, So here we go to learn How To Compress Image File Size Using Php, Demo Step…
Google reCAPTCHA v2 (No CAPTCHA) Code For login to avoid Bots Hi Developers, Here We go learn for Integrate Google reCAPTCHA v2 to our login form for avoid bots. reCAPTCHA protects the websites you love from spam and abuse. Google prompted users to confirm they aren’t robots by asking them to read distorted text and…
What Is Cookie? Cookie is a small file embedded with server to the user’s browser. Its mainly used to Get or Identify the user details. Every time the same computer requesting a page with a browser, it will also send the cookie. By locally we said, Its stored the pages and details in you browser…
For Previous chapter we already know what is session and how to set and destroy. So here, We are going to learn how to using PHP code for login page using session without stored details in database. Php code for login page using session Example 1. First Create login page and named as Index.php Code <?php…
For Previous chapter we learn how to create login-page-using-session-without-stored-details-in-database, Here We go to lear how we use login page with session using mysql database php code for login page with database First you have a knowledge in mysql with CURD(Create, Update, Read, Delete) Syntax. If you had then Go. Step 1: Run Xampp Server, Create Database…
How to Handle session variables in Php Session is nothing but way to store a details or information (using variables) in multiple pages. Its Not like as Cookie. The difference is details are not stored in the computer browser as like as cookie. What is PHP Session? – Simple and clear Explanation When You open a…
PHP Introduction Before learning php, you should have some knowledge in below topics: HTML CSS JavaScript Define php? PHP is an acronym for “Hypertext Preprocessor” PHP is a widely-used, open source scripting language PHP scripts are executed on the server PHP costs nothing, it is free to download and use Php File PHP files can…