Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

To check if there is any params...

Status
Not open for further replies.

Masali

Programmer
Joined
Jun 19, 2002
Messages
143
Location
SE
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";
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top