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.

Export excel from mysql table data with php

Export excel from mysql table data using php code

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,…

Php Introduction

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…