Wednesday, March 31, 2010

Convert All POST Variables into SESSION Variables



function POSTtoSESSION($POST)
{
foreach($_POST as $POST_KEY => $POST_VAL)
{
$_SESSION[$POST_KEY] = $POST_VAL;
}
}

?>

With little or no modification you can use this function to convert your BIG POST array into a SESSION arrya without any worry.

Tuesday, March 30, 2010

How you can get a FREE Site from me ?

You want a normal 5-10 or 500 pages Website, but you can not afford BIG $$$.
I have a solution for you.

Send site details at phpin60seconds@gmail.com.

I will go through it and ome back to you within 1-2 working days.

You will not believe this thing. But, it's true.

You just need following things for your site.

1) Your Site Requirement.
2) Your own domain name and hosting provider where you will host the site.



If you do not want your site, but need a BLOG where you can POST your thoughts daily, then also I have a FREE solution.

You just need above shown things with you and I can give you your own personal BLOG.

Sunday, March 28, 2010

First Posting !

Hello World !
This is the FIRST text we programmers learn first when we start any language.

So, here at the start of this BLOG, I am saying hello to the world !