Hi,
I have been programming in Perl for a while, and now I am going to program in PHP, but I wonder how you check if there is any params sent with the request. Like you do this in Perl:
if(!param())
{
print "startpage";
}
else
{
print "params sent";
}
I have been programming in Perl for a while, and now I am going to program in PHP, but I wonder how you check if there is any params sent with the request. Like you do this in Perl:
if(!param())
{
print "startpage";
}
else
{
print "params sent";
}