CINXE.COM
PHP :: Login
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <base href="https://bugs.php.net/"> <title>PHP :: Login</title> <link rel="shortcut icon" href="https://bugs.php.net/images/favicon.ico"> <link rel="stylesheet" href="https://bugs.php.net/css/style.css"> </head> <body> <table id="top" class="head" cellspacing="0" cellpadding="0"> <tr> <td class="head-logo"> <a href="/"><img src="images/logo.png" alt="Bugs" vspace="2" hspace="2"></a> </td> <td class="head-menu"> <a href="https://php.net/">php.net</a> | <a href="https://php.net/support.php">support</a> | <a href="https://php.net/docs.php">documentation</a> | <a href="report.php">report a bug</a> | <a href="search.php">advanced search</a> | <a href="search-howto.php">search howto</a> | <a href="stats.php">statistics</a> | <a href="random">random bug</a> | <a href="login.php">login</a> </td> </tr> <tr> <td class="head-search" colspan="2"> <form method="get" action="search.php"> <p class="head-search"> <input type="hidden" name="cmd" value="display"> <small>go to bug id or search bugs for</small> <input class="small" type="text" name="search_for" value="" size="30"> <input type="image" src="images/small_submit_white.gif" alt="search" style="vertical-align: middle;"> </p> </form> </td> </tr> </table> <table class="middle" cellspacing="0" cellpadding="0"> <tr> <td class="content"> <form method="post" action="login.php"> <input type="hidden" name="referer" value=""> <table> <tr> <th align="right">Username:</th> <td><input type="text" name="user" value="">@php.net </tr> <tr> <th align="right">Password:</th> <td><input type="password" name="pw" value=""> </tr> <tr> <td align="center" colspan="2"><input type="submit" value="Login"></td> </tr> </table> </form> </td> </tr> </table> <table class="foot" cellspacing="0" cellpadding="0"> <tr> <td class="foot-bar" colspan="2"> </td> </tr> <tr> <td class="foot-copy"> <small> <a href="https://php.net/"><img src="images/logo-small.gif" align="left" valign="middle" hspace="3" alt="PHP"></a> <a href="https://php.net/copyright.php">Copyright © 2001-2025 The PHP Group</a><br> All rights reserved. </small> </td> <td class="foot-source"> <small>Last updated: Fri Mar 21 21:01:28 2025 UTC</small> </td> </tr> </table> </body> </html>