
Search In
Today i will discuss one interesting topic NOWAIT in SQL Server and would explain how to use it.
As we know about the transaction in SQL it is unit of work which is to be executed as whole. Suppose we are updating some records in
Hi All,
Making a webpage dynamic , you need to add/remove control from you HTML file. Building web application containing multi data entry fields is only possible if your web application is working dynamically with controls. In this case, you have a
In a computer network, there are links and nodes, which help workstations connect to each other. Such a pattern is referred to as a network topology.
It is divided into physical topology and logical topology. When one is talking about the
Hello Reader's if you are working on single project and want to rename localhost to any other word then this blog is very helful to you.
So let's start with the following steps
Step 1 : Open httpd.conf file you can fine it i
Regular expression is basically a sequence of character.
They are used for pattern matching.
We can use these to match the string inside a string and can also replace the string by another.
PHP have two kind of regular expression.
1. POSIX regula
In the below code I have created Runnable Thread program in android. Here first I have added TextView in activity_main.xml layout. In MainActivity I have used handler class then I have created a new Runnable interface , And I have also used o
Hello Readers! Here is a cakephp code to reset your password.
Create a view reset.ctp and paste the below code to it:
<?php echo $this->Session->flash(); ?>
<div class="container">
<div class="midBlock clearfix">
Step 1 :- Create new project like /var/www/html/staging/blog
Step 2:- create index.php
Step 3:- Write <?php echo “Hello World”; ?> inside index.php
Step 4:- Check If you can access project via http://localhost/staging/blog. If
Slim is a micro framework in PHP which is used to write powerful web applications and APIs.
Slim is a simple framework that care for core necessities of a web application, receiving the HTTP request, dispatch the appropriate code and return the HTT
To install the wordpress on the local server you need first a local server like xampp.
XAMPP is a cross platform server for Apache, MySQL, PHP, Perl.
It a ligh weigh server which can be used to install the wordpress.
1. First you need is to instal
