=\ שמעת על RETURN?
PHP קוד:
<html>
<head>
<title></title>
</head>
<body>
<form action="" method="post">
<input type="submit" name="send" value="שלח" />
</form>
</body>
</html>
<?php
class b
{
function check()
{
$send = $_POST['send'];
return $send;
}
}
$b = new b;
if (isset($b ->check()))
{
echo("ניסיון");
}
?>
$b->check();->send? לא קיים...