
Search In
Create the html for multiple file upload.The form action would go to the "uploads.php" file.
<form action="upload.php" method="post" enctype="multipart/form-data">
Select Files:
<input name="blogimg[]" type="file"/&
While retriving or inserting data into the database we use SqlClasses.
But we can also create dynamic data or dynamic table if we want.
For doing that we need to use the classes:
DataTable : Table where rows and column are stored.
Binary search as the name suggests mainly concerns with the searching of elements which are already in sorted order.
For binary search we need few things to consider
Mid Point is find by the following way
m
Sometimes we need to store session information for different web pages. It is mostly needed for commercial websites where we need to fill up a form through several stages. So to maintain the session information across web pages and to keep track of s
Export Databind control in PDF using iTextSharp
Some time we need to display databind control like Gridview, Label, Textbox into PDF file. here we can use iTextSharp library.Firstly we need to add iTextSharp in our project reference.
Set cont
What are Cookies?
Cookies are stored in small text files, on your computer i.e., cookies are the data.
To create a cookie in javascript let us look at the code below :
document.cookie="username= Ramesh";
whenever a browser request a server
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 friends,
Few days back I was facing difficulty in integrating recaptcha with rails so once after integrated it and I though it would be helpful for you guyz, if I mention it step-by-step as I did.
1. Open your Gemfile and add this code:
Hi All,
In this post we will discuss about Cordova social sharing plugin. Now adding social media in your app become easy with this plugin.You can share text, images or a Url via this plugin.
About this plugin:
This plugin use native sharing win
Capybara provides some methods to navigate the application through links or buttons:
Click_link_or_button
Click_link
Click_on
Capybara do not uses the fixed strategy to locate elements. It uses its own “best guess” pat
