what's the problem with
<form action="<?PHP echo $scriptname; ?>" method="post" name="info_request" id="info_request">
or do you mean, it should call itself?
<form action="<?PHP echo $_SERVER['PHP_SELF']; ?>" method="post" name="info_request" id="info_request">