Sunday, February 7, 2016 Object oriented Programming Practice for including all database connectivity insert,update ,delete ,display code all in one in a single page : Object oriented Programming Practice for including all database connectivity insert,update ,delete ,display code all in one in a single p...
Friday, February 5, 2016 how to pass form data with image using ajax to php step 1: Create table record ( name varchar(200), contact varchar(200), image_file varchar(200) ); step 2: (1)write code for upl...
Thursday, February 4, 2016 How to get the next auto-increment value Do this simple things first create a table record : For example: create table batch (id int primary key atuo_increment, name varchar(...