This Blog will help you to learn c programming in hindi as well as in hindi all students can find number of examples for c programming and Python Programming
Insert record to Database Table – Codeigniter
All logical operation and database handling done in the Models like insert, update or fetch records. Codeigniter has predefined Database methods to perform database request. In the demonstration, with View show the HTML form and when the user submits the forms then call the Model method to insert record from the controller. 1. Table structure I am using users table.
jQuery UI autocomplete with PHP and AJAX
The autocomplete functionality shows the suggestion list according to the entered value. The user can select a value from the list. With jQuery UI you can easily add autocomplete widget to the input element. Navigate to the suggestion list either by mouse or keyboard arrow keys. It has the various options that allow customizing the widget. You can fix
Load Content on Page Scroll with jQuery and AJAX
The infinite page scroll you have seen on the social networking sites – Facebook, Twitter or on e-commerce websites where the new content is automatically loaded when scrolling down to the web page. For implementing this functionality I am jQuery to detect page scroll when the user reaches the end of the web page then send an AJAX
Add and remove record from MySQL Database with AngularJS
If you know how to add or remove record to MySQL database table with jQuery AJAX then it’s been a lot easier for you to do with AngularJS. Using PHP for handling requests and return a response. In the demonstration, I create a form for entering new records and show the list of records in the table layout
Create autocomplete search with AngularJS and PHP
The autocomplete search box suggest data options to the user based on its input. From there, it can select the option. In the demonstration, I am creating a search box and display suggestion list whenever the user input value in the search box. If a user clicks outside the suggestion list then hide it. Set a selected value to
Check if username exists with AngularJS
It is always a better idea to check the entered username exists or not if you are allowing the users to choose username while registration and wants it to be unique. With this, the user will instantly know that their chosen username is available or not 1. Table structure I am using users table in the tutorial example.
Create alphabetical pagination with PHP MySQL
The alphabetical pagination searches the records according to the first character in a specific column. You can either manually fix the characters from A-Z or use the database table column value to create the list. In this demonstration, I list all available character from a field in the Table and show the total number of records with it. Filter the record whenever
Login page with Remember me in PHP
Remember me option allow the user to automatically get logged in to the website without entering its username and password again. To do this I am using $_COOKIE which store value on the client side for detecting the user. Next time when the user come it will automatically redirect to the homepage. Encrypt the value before storing it
Upload and store an image in the Database with PHP
You can save your uploading images in the database table for later use e.g. display user profile or product image, create the image gallery, etc. There are two ways of doing this – Save the path or name of an image Encode image into a base64 format In this tutorial, I show you both of the methods for storing
How to get data from MySQL with AngularJS – PHP
With only using AngularJS it is not possible to get data from MySQL database because it only handles Client-side requests. You have to use any Server side language at the backend which handles the request and returns the response. In AngularJS $http service is use to send AJAX request. 1. Table structure I am using users table in
Extract the Zip file with PHP
You don’t need to require any other extra plugin for working with Zip files. PHP has ZipArchive class that allows us to create a zip file or extract the existing file. ZipArchive class extractTo() method is used to extract the zip file that takes destination absolute path as argument. 1. On the same directory I am assuming the Zip
Upload file with AngularJS and PHP
For upload file with AngularJS need to send the file by $http service and with the use of PHP store the requested file to the server and return a response. In the demonstration, I am creating two examples – In the first, using JavaScript to select a file, And in the second, using a custom directive Then pass
Subscribe to:
Posts
(
Atom
)
About me
Popular Posts
-
JSON stands for JavaScript Object Notation, it is a data interchange format which is also been used to passing data from the server. ...
Pinterest Gallery
Instagram Shots
3/recent/post-list
Tweet Tweet
3/Food/post-list