Showing posts with label update. Show all posts
Showing posts with label update. Show all posts

Tuesday, June 21, 2016

Simple jQuery Add Update Delete with PHP and MySQL

In this tutorial we will cover a simple Insert, Update and Delete using jQuery, PHP and MySQL with PDO, well we have lot's of CRUD tutorials on this blog but we haven't jQuery CRUD tutorial yet, and few email requests i received from readers regarding jQuery Insert, Update, Delete with PHP MySQL, so here in this tutorial we will do it, using jQuery to perform such operations become easy and for the better user interface bootstrap is here i have used, let's start.
Simple jQuery Insert, Update, Delete with PHP & MySQL
Read more »

Friday, June 17, 2016

Multiple Insert Update Delete example using PHP MySQLi

This tutorial will guide you that how to perform multiple insert, update and delete operations using PHP & MySQLi, using this script you can update or delete multiple rows of MySQL database at a time on checkboxes selection with multiple insert, in my previous tutorial we have seen that how to Select / Deselect all checkboxes using jQuery, so using jQuery we can select all or multiple records from MySQL database and perform update or delete operations with the selected records, for better user interface i have used here again Bootstrap framework, we already have CRUD tutorials in this blog but i haven't cover this topic yet, so let's see the code.
Multiple Insert, Update, Delete (CRUD) using PHP & MySQLi
Read more »

Monday, June 13, 2016

Update Multiple Records Based On Radio Buttons Using FOR EACH

Today I will share a code snippet which will enable you to update multiple records based on radio buttons selection.

Consider this scenario:

Players are applying to play for a football team. There are more players than there are places, so some will get to play for the First team, some for the B team, some will be in the Reserves, and some will not get selected at all.

If you want to be able to pull up all players and assign their application result in the database in one update process.

Now you can do it using FOR EACH as shown in the snippet below:


foreach ($_POST[result] as $id => $result) {

$results[$result][] = $id;

}

$query = "UPDATE tablename SET result = CASE ";

foreach ($results as $res => $ids) {

$query .= sprintf("WHEN id IN (%s) THEN %s ", join(,, $ids), $res);

}

$query .= END;


Hope php script can guide you in the right direction.

Enjoy!

Monday, May 30, 2016

PHP Data Update and Delete Using OOP

This tutorial is continuation of my previous tutorial Data Insert and Select using OOPs, In this tutorial i will show you that how to use PHP with OOPs concept for Data Update and Data Delete of MySql, it's so easy to learn, have a look.


Read more »

Wednesday, May 11, 2016

PHP Update Data of MySQL

In this Post we will see that how to Update Data of MySql Using PHP , Data of MySql table Can be Updated by executing SQL UPDATE Query(Statement) through PHP Function mysql_query ,So let's take a look at This tutorial.

Read more »

Sunday, April 10, 2016

Ubuntu OS Update php MySQL C for HSS Students

Last Updated on 09.12.2015: ???? ??? ?????? ???????????? ??????????? ????????????? ?.??@????? ???????????? ???????????????????? ???????????? ???????????? ???????. 32 ?????? , 64 ?????? ??????????????????? ????????? ????????? ?.??@????? ???????????? ????????????????????????. 
?????? 2014? ??????????? ??? ?????????? ??? ?????? ??????? ??? ?????????? ??????????? ?????-??????????? ???????????? ????? ????????????? ?????? ???? ????????????????????????. MySQL, PHP , C++, GEANY Editor ?????????? ????? ???????.
??????????????????? ?????????????? ??????? ?????? ?????????? ?.??@????? ???????????? ??? ?????????? ???????????? ????? ????????????? ?????? ?????? ??????? ?????? ???? ????????? ????????? ??????????? ??????? ??????? ???????????? ???????? ????????? ???????????????????????. ??????? 10.04(32 bit), ??????? 11.04(32 bit), ??????? 12.04(32 bit), ??????? 12.04(64 bit), ??????? 14.04(32 bit), ??????? 14.04(64 bit) ???????????? ????? ????????? ????????? ????????????????????????.  ?????? ?????????? , ?????? ??? ????????????? ??????? ???? ????????  ??????? 10.04(32 bit),??????? 11.04(32 bit, ??????? 12.04(32 bit), ??????? 14.04(64 bit) ???????????? ???????? ????????? HSSLiVE.IN ??????? ?????????  ??????? ?????????????????. ??????? ?????????? ??????? ??????? ????? ???????????? ?????????? ????? ??????????????? ? ??? ????????? ???????. ????????? ????????? ???? ????????? ??????????????? ??????? ????? ??????? ?????????????????????.


Downloads
Ubuntu Operating System Update(php,MySQL,C++) for Ver 14.04 , 64 bit (547 MB, Approx 3 Hr)
Ubuntu Operating System Update(php,MySQL,C++) for Ver 12.04 , 32 bit (563 MB, Approx 3 Hr)
Ubuntu Operating System Update(php,MySQL,C++) for Ver 11.04 , 32 bit (543 MB, Approx 3 Hr)
Ubuntu Operating System Update(php,MySQL,C++) for Ver 10.04 , 32 bit (529 MB, Approx 3 Hr)
Ubuntu OS update for Higher Secondary Students-Help File by HSSLiVE
Ubuntu OS update for Higher Secondary Students-Help File by IT@School
Ubuntu OS update-MySQL Help File by IT@School

Saturday, February 6, 2016

Download My Blogger Trick Template latest update


link