Mostlikers Programming Blog, Related codeigniter jquery, php, mysql and more things
Showing posts with label php beginner. Show all posts
Showing posts with label php beginner. Show all posts

04 September, 2017

AngularJS Add,Edit,Update,Delete using Bootstrap modal with DataTable in PHP

Hi Guys, Today we are going to see How to use AngularJS Add, Edit, Update, Delete using Bootstrap modal with DataTable in PHP. AngularJS is a very powerful JavaScript Framework. It is used in Single Page Application projects. By using this application without refresh the page you can get server-side response. In this tutorial, I have created a simple way to learn angular js curd operation. Follow the below simple setup process.


11 July, 2017

Mysql Stored Procedure and Get Procedure Data From PHP

Hi guys, Today we are going to see How to create a stored procedure and get call data from a stored procedure by using PHP. Before going to the topic let see What is stored procedure? and Why we need use stored procedure?. A stored procedure is a group of SQL statements that form a logical unit and perform a particular task, and they are used to encapsulate a set of operations or queries to execute on a database server.


26 April, 2017

Object-Oriented PHP with Example for Beginners

Today we are going to discuss on basics of object-oriented programming in PHP. For many PHP programmers struggling to learn object-oriented logic. When I was started to learn the oops concept. I don't know why need to use the oops concept in PHP?. Later I have read so many tutorials, I got some good example and easy way to learn oops concept. In this tutorial, I have shared the oops concept with some sample programs.

Object-Oriented PHP with Example for Beginners

17 April, 2017

Ajax add, edit, delete records in database using bootstrap modal with php and jquery

Today we are going to see How to Ajax add, edit, delete records in the database using bootstrap modal with PHP and jquery. In this tutorial, I will explain about how to add and edit with single bootstrap form. For using this Script you can easily add and edit the user's information. Here I have used some jquery script for display dynamic record to the form. Let's see deep in the tutorial.


03 April, 2017

PHP and Mysql Interview Questions with example Answer

Hi Guys, Recently I have shared PHP Logical Interview Questions And Answers topic. I got a good response, For a 2-3 year base level of experience, it would be fine.  For preparing logical interview need to know about the MySQL. Today we are going to see MySQL interview question with the answer. All the questions and related to PHP and MySQL, Who have less than 3-year experience read the below questions and improve your interview skills.


25 November, 2015

Simple Subscribe and Unsubscribe Script in PHP

A newsletter is a regularly distributed publication via email in register subscribe user. In this post, i have explained about How to create simple newsletter subscription script in PHP. Here I have created very simple code to Subscribe and Unsubscribe email user list. 

Simple Subscribe and Unsubscribe Script in PHP

27 October, 2015

Get all child, grandchild etc nodes under parent array using php with mysqli

Today I have post Get all child, grandchild etc nodes under parent array using PHP with MySQL. I was recently working on an E-commerce project there I have to implement unlimited category along subcategory level drop down a list. I have inserted all the product category and subcategory in the single table to view drop-down list I have used this code.

Get all child, grandchild etc nodes under parent array using php with mysqli


19 August, 2015

Simple search filter with angularjs and php

Everyone must know about AngularJS. it fits the definition of a framework the best. AngularJS will get quick server response in client side. based on server response I have created search filer code. Here I have explained about how to create simple search filter using with AngularJS and PHP. 


23 July, 2015

Forget password recovery using Ajax, php and mysqli

In this tutorial, we are going to discuss How to recover the registered users forget password recovery using PHP and MySQL. Here I have shared simple hash email recovery function. Let's see deep discussion. 

Forget password recovery using Ajax, php and mysqli

11 June, 2015

Display Flash Message in CodeIgniter

Let me explain about the CodeIgniter session flash message. it's a temporarily stored value. this coding used to set success message and failure message through your controller. Let start to learn how to create CodeIgniter session flash message.

Display Flash Message in CodeIgniter

20 May, 2015

Ajax login system in codeigniter

In this tutorial, we are going to learn about how to create ajax login and set the user information to the session using CodeIgniter.Here I have used HMVC my model third-party libraries. For quick view have a look at the live demo.

Ajax login system in php codeigniter

27 April, 2015

Login with facebook using codeigniter

In this tutorial, We are going to discuss. How to create a login system step by step using Facebook API in CodeIgniter. Here I have used the latest version facebook SDK 5 for access the users token. Follow the step by step process and Create your own facebook login API.
Login with facebook using codeigniter

13 April, 2015

CodeIgniter Add,View,Update,Delete using third party libraries

CodeIgniter Add,View,Update,Delete using third party libraries. Recent i have used Jamie Rumbelow My model libraries file. It's really good stuff, It provides a full CRUD base to make developing database interactions easier and quicker. this model have default validation and callback function.

CodeIgniter My Model

09 April, 2015

Codeigniter load CSS and Javascript files

In this post i have explan about how we can use external css and javascriptin CodeIgniter. Recently i have posted Convert html to codeigniter and basic steps of codeigniter. For beginner this one the best helpful guide. Just follow that tutorial after start to integrate css and js in CodeIgniter file.

Loading CSS and Javascript File in codeigniter

04 March, 2015

Convert html to codeigniter and basic steps of codeigniter

Nowadays everyone to focus on MVC framework. Model–view–controller (MVC) is a software architectural pattern for implementing user interfaces. MVC framework best beginner to learn codeigniter. So i would suggested to beginner to learn MVC framework best one codeigniter. let see about codeigniter basic steps.

codeigniter

03 March, 2015

PDO basic insert,view,update,delete with php function

The mysql extension is deprecated due to the some sql injunction issue. I would suggest to use mysqli or PDO. mysqli based on object oriented process (OOPS). The PHP Data Objects (PDO) extension defines a lightweight, consistent interface for accessing databases in PHP. it seem how we are using mysql same for PDO.

PDO-add

02 March, 2015

Ajax add,view and delete using mysqli

Today i have posted ajax add,view and delete using mysqli. Here i am using php and mysqli to Html form attribute data post database without page refresh. Ajax to convert data in to asynchronous to post and get data response without refresh whole page in website. not only add and delete nowadays everyone using ajax because it's make better user interface in website.

Ajax add view and delete using mysqli

17 February, 2015

Sql Basic functions

Today i want to share basic functions of sql. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database. For getting database data we use many type sql functions is there follow this tutorials learn more about sql. 

SQL basic functions

16 February, 2015

Send email with html template using php

Today i want to explain about how to send email with html template using php. Normally we use php mailer function for sending email with some text also. But here i have design one html template along to send with mail script. Follow below code and have look at live demo.

Email template in php

27 January, 2015

Ajax PHP Login Page with Bootstrap Design

Ajax PHP Login Page with boostrap design concept. Ajax code with out page refresh or submit only its checking database post value. Here i am using bootstrap for design form template. follow below code and have look to live demo.