PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
rajan
Forum Contributor
Posts: 110 Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India
Post
by rajan » Thu Oct 13, 2005 3:16 pm
form posting statement is:
<?
if($_POST)
{
//statementcheck
}
?>
Question:is it possible to check from is posted 2,3.... in page.
note: we have to write checknig statement in place of statementcheck.
chrys
Forum Contributor
Posts: 118 Joined: Tue Oct 04, 2005 9:41 am
Location: West Roxbury, MA (Boston)
Post
by chrys » Thu Oct 13, 2005 3:17 pm
What?
rajan
Forum Contributor
Posts: 110 Joined: Sun Aug 28, 2005 7:42 pm
Location: Lucknow, UP, India
Post
by rajan » Thu Oct 13, 2005 3:22 pm
want to check how many times the page is posted?
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Oct 13, 2005 8:27 pm
you'd have to count it..