how to extract day,month,year values from date string input in php
Written by Super Userthere are many ways to take date input in php.here
is a simple way to take date input as string and
extract the individual parts of the date as day,
month,year values.this values can be used for
different purposes -
It's easy to create a tiny url from a long website url for
security and short typing time.You can short many url's of
popular websites like amazon.com,ebay.com,etc.For example
http://www.domainname.com/items/categories/index.htm would
become: http://tinyurl.com/ynjuh
reading html file using StreamReader class by c#
Written by Super Userif you want to read the content of any html file then
this tips can help you.StreamReader is used to read
the file and store data in Stringbuilder.you can modify
the Stringbuilder according to your need.
how to register and run jquery from code behind file
Written by Super Userfor purposes you may want to register and run jquery
functions from code behind file.
how to get selected row values from a Gridview control
Written by Super Usersometimes we need to show the selected row values of a gridview.
in this article i am gonna show how to show the values in
textboxes by c# programming language.
how to get data from database and display in joomla
Written by Super UserIt's quite common to get data from joomla database table.
By the following way i show how to get data as a objects
list and loop through the list to display data in web page -
how to show jquery popup from code behind on page load asp.net
Written by Super Useryou may want to show smooth jquery popup when user visited
your site or on a button click in any page,etc... from code behind.
i am here sharing codes for showing popup using jquery properly -