PHP GuruPHP, MySQL, JavaScript, AJAX, MVC, Codeigniter
  • Technology
    • PHP
    • PHP Frameworks
    • MySql
    • Javascript
    • AJAX
    • React Js
    • Node JS
    • ChatGPT
  • JSON Viewer
  • XML Viewer

Comparison between CodeIgniter and Laravel

Date April 12, 2023 Author By PravinS Category PHP Frameworks

Laravel and CodeIgniter are both PHP frameworks that are used for web development. While they share some similarities, there are also some differences between them. Here are some comparison between two frameworks Laravel  CodeIgniter Architecture Laravel is built on top of Symfony components and follows the Model-View-Controller (MVC) architecture pattern. Which separates the application into […]

Read More

SOAP Client In CodeIgniter using NuSOAP PHP Toolkit

Date July 30, 2015 Author By PravinS Category PHP Frameworks

To create SOAP client in CodeIgniter, it is better to use NuSOAP (SOAP Toolkit for PHP). Download NuSOAP Toolkit from this URL: Download Below are the steps to create SOAP client in CodeIgniter using NuSOAP PHP Toolkit. Step 1: After downloading NuSOAP toolkit, copy “lib” and “nusoap” folder in “application/library/” folder. Step 2: Create one […]

Read More

Pagination using PHP and MySQL – 1

Date January 11, 2014 Author By PravinS Category MySql, PHP

Below is simple pagination script using PHP and MySQL. Pagination will be in following format. In this pagination script I have used form to submit the page drop down, so if you want to add one new form in your page then do check the form name and form id, so that it will not […]

Read More

Pagination using PHP and MySQL – 2

Date January 3, 2014 Author By PravinS Category MySql, PHP

Below is simple pagination script using PHP and MySQL. Links will be in following format. First | Previous | Next | Last CSS class for pagination link. Here are some required functions/methods which are used for Pagination. Pagination function Usage of Pagination function pagingPN() function will return result in array format with SQL query, record […]

Read More

Upload Files using PHP CURL

Date October 19, 2013 Author By PravinS Category PHP

Recently I was working on one REST API, in which I was sending API request using cURL and to send parameters I was using POST method. In one of the API request I wanted to send or upload a file through cURL, so I started working and got the solution for the same. Below is […]

Read More

Search Value in Multidimensional Array Using PHP

Date October 7, 2013 Author By PravinS Category PHP

Simple recursive function to search value in multidimensional array in php. Function will return array key(index) with respect to searched value. Just copy paste the function and start using. If searched values have multiple occurences in array, then it will return first found value key of an array. May this will help you!!!

Read More

SOAP Server In CodeIgniter using NuSOAP PHP Toolkit

Date August 24, 2013 Author By PravinS Category PHP Frameworks

To create SOAP server in CodeIgniter, it is better to use NuSOAP (SOAP Toolkit for PHP). So in one of my requirement I tried to integrate NuSOAP in CodeIgniter and it worked for me, so thought of sharing it. Download NuSOAP Toolkit from this URL: Download Below are the steps to create SOAP server in […]

Read More

Simple JavaScript/CSS Lightbox

Date August 21, 2013 Author By PravinS Category Javascript

In number of web applications we need JavasScript Lightbox and there are number of JavaScript libraries online which can be downloaded and used. Here is one simple JavaScript Lightbox script which we just need to copy and paste CSS Code JavaScript Code   HTML Body Content may this will help you

Read More

Import CSV data to MySQL Using PHP

Date July 27, 2013 Author By PravinS Category MySql, PHP

Just like my previous post on Export MySQL data to CSV file Using PHP, it is vice versa process i.e. to Import CSV data to MySQL Using PHP So here is simple CSV to MySQL import class written in PHP. Next add constructor function in class with two parameters database table name and CSV filename […]

Read More

Export MySQL data to CSV file Using PHP

Date July 26, 2013 Author By PravinS Category MySql, PHP

Sometime we need MySQL data in CSV format and as we know CSV is good user readable format. So here is simple MySQL to CSV export class written in PHP. Next add constructor function in class with two parameters SQL query and CSV filename and in constructor function write MySQL database connection. Define database information […]

Read More

Previous Posts

Recent Posts

  • Comparison between CodeIgniter and Laravel
  • SOAP Client In CodeIgniter using NuSOAP PHP Toolkit
  • Pagination using PHP and MySQL – 1
  • Pagination using PHP and MySQL – 2
  • Upload Files using PHP CURL
  • Search Value in Multidimensional Array Using PHP
  • SOAP Server In CodeIgniter using NuSOAP PHP Toolkit
  • Simple JavaScript/CSS Lightbox
  • Import CSV data to MySQL Using PHP
  • Export MySQL data to CSV file Using PHP

Pages

  • ChatGPT
  • Node JS
  • PHP
  • React Js

Tag Cloud

A-Z alphabets in php AJAX alphabets using php array search in php Asynchronous JavaScript and XML CI NUSOAP library Client Side codeigniter codeigniter nusoap library coparison chart Database file upload using curl html to pdf import csv to mysql Javascript javascript css lightbox laravel lightbox MySQL nusoap client in codeigniter nusoap in codeigniter nusoap integration with codeigniter Open Source pagination in php and mysql pagination in php mysql pasination using php pdf pdf generation in codeigniter PHP php and mysql pagination php curl file upload php file upload using curl php mysql pagination php pagination php pagination function RDBMS Scripting Language search in multidimensional array Server Side language soap client in codeigniter soap in codeigniter soap server in codeigniter soap server using nusoap in codeigniter SQL TCPDF with CodeIgniter

Categories

  • AJAX
  • Javascript
  • MySql
  • PHP
    • PHP Frameworks

Recent Posts

  • Comparison between CodeIgniter and Laravel
  • SOAP Client In CodeIgniter using NuSOAP PHP Toolkit
  • Pagination using PHP and MySQL – 1
  • Pagination using PHP and MySQL – 2
  • Upload Files using PHP CURL
  • Search Value in Multidimensional Array Using PHP
  • SOAP Server In CodeIgniter using NuSOAP PHP Toolkit
  • Simple JavaScript/CSS Lightbox
  • Import CSV data to MySQL Using PHP
  • Export MySQL data to CSV file Using PHP

Tag Cloud

A-Z alphabets in php AJAX alphabets using php array search in php Asynchronous JavaScript and XML CI NUSOAP library Client Side codeigniter codeigniter nusoap library coparison chart Database file upload using curl html to pdf import csv to mysql Javascript javascript css lightbox laravel lightbox MySQL nusoap client in codeigniter nusoap in codeigniter nusoap integration with codeigniter Open Source pagination in php and mysql pagination in php mysql pasination using php pdf pdf generation in codeigniter PHP php and mysql pagination php curl file upload php file upload using curl php mysql pagination php pagination php pagination function RDBMS Scripting Language search in multidimensional array Server Side language soap client in codeigniter soap in codeigniter soap server in codeigniter soap server using nusoap in codeigniter SQL TCPDF with CodeIgniter

Advertisements

Categories

  • AJAX
  • Javascript
  • MySql
  • PHP
    • PHP Frameworks
  • Theme created by PWT. Powered by WordPress.org

Copyright © 2014 PHP Guru