
Search In
Hello reader's, In this post we discussed about "Forgot Password using ajax in wordpress".
In the below code, forgot password screen appear user fill their email address into the text box and click submit button, after that a new password will gener
Hi all,
Below is an example of snow falling effect using pure css3. in this example I'm just using css animation and change the snow image position -
css
#snow{
background: none;
background-image: url('snow.png'),url('snow2.png'),url('snow
Hi All,
I recently required to created a custom pagination with the help of Bootstrap in my core PHP project. I thought that my code may help others also who wish to create the same.
The reason why I am using Bootstrap is as it ease our work becaus
<-- Chapter 20: SQL DELETE
Chapter 21
SQL INJECTION
SQL Injection is an injection attack wherein attacker is able to submit a database SQL command which is executed by a web application exposing back-end database. Attacker can add SQL query in
<-- Chapter 23: SQL Wildcards
Chapter 24
SQL Aliases
SQL Aliases are used to rename a particular table name or column name in a temporary manner. In a SQL statement , any table or column name can be temporary change.
SQL Syntax for Columns :
I have two Google Sheets named Sheet_1 and Sheet_2. I want to link both these Google Sheets and fetch the cell’s numerical data from Sheet_2 to a specific cell location in Sheet_1.
&
Hello Readers,
Most of the JavaScript libraries use $ sign as a function or other variable name, just as jQuery does. In jQuery's case, $ sign is used just an alias for jQuery, so here all functionality is available without using $ sign.
We use
Moving from one page to another is called navigation.
There are following techniques to navigate from one page to another:-
Hyperlink control
Response.Redirect
Server.Transfer
Server.Execute
Window.Ope
For doing password Reset and changing password we always have a thing whether to send the same old password or send a random password to the user.
For generating random password to the user we will create a code file that will generate
These statement consist of queries that retrieve data from tables in database and statements that change the data in the database
Statement under this category are:
SELECT
INSERT
UPDATE
DELETE
LOCK TABLE etc.
Insert command
It is used to add
