Tips (106)
how to pass variables with form submission in php
Written by Super Userwhen you submit form with input and select
controls,the values of these controls are
passed with form.we get these as POST var-
$_POST["controlname"];
session is a essential part of joomla. It's main use
is for remembering user login, also there are many
usage of it.
How to embed html or other codes in a Joomla article?
Written by Super UserIt's very common purpose when it comes to insert advertising scripts
or other html codes in a joomla article.you can easily create a plugin
which can insert your code after title or content or before content
of the article.Following way i demonstrate how to achieve
this great task -
this post shows how to populate dropdown list from
dataset.it's done by the following generic method-
how to add and get wordpress options in array
Written by Super Useroptions following way, which in turn creates a lot of
records in wordpress options table!, which does not look
good.
asp.net has default password recovery control and methods
to implement password recovery.you just need to use
asp.net membership provider in your app and add the
PasswordRecovery control in a page by which you want
to recover password.
how to remove html tags from html string in client side
Written by Super Usersometimes needed that html tags from a html string
to be removed.there are many purposes to do that.
there are many ways this can be achieved in client side
using jquery and javascript -
there are different kind of joins available by sql like
inner join,left join,etc.by the following example i will show
how to do left join which i used in my application to
get data from two tables -
how to attach and detach databases in sql server
Written by Super Userconnecting Asp.net local MDF database files to sql
server management studio express is easy to do.
following are the steps to do so -

logging in