galact
25-08-2005, 21:14
salve, sono nuovo di questo mondo...php .... :cry: ... e purtroppo ho questo problema ho acquistato presso un provider spazio php e mysql ... volevo far girare alcuni script che avevo scaricato dalla rete ( registrazione al sito , ecc) ma non appena eseguo la pagina, la pagina richiamata mi restituisce un method not allow.. apache 1.3.33... devo correggere lo script o un errore del provider ??'
*********index
<html>
<head>
<title> *** PAGINA DI AUTENTICAZIONE ***</title>
</head>
<body>
<form action="checkuser.php" method="post" name="form1">
<table width="50%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td width="22%">Username</td>
<td width="78%"><input name="username" type="text" id="username"></td>
</tr>
<tr>
<td>Password</td>
<td><input name="password" type="password" id="password"></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Submit" value="Submit"></td>
</tr>
</table>
<div align="center"><br>
<a href="join_form.php">ISCRIVITI...gratis ! </a></div>
</form>
<div align="center"><a href="http://www.blallallal.itm ">©2005 </a></div>
</body>
</html>
*********index
<html>
<head>
<title> *** PAGINA DI AUTENTICAZIONE ***</title>
</head>
<body>
<form action="checkuser.php" method="post" name="form1">
<table width="50%" border="0" align="center" cellpadding="4" cellspacing="0">
<tr>
<td width="22%">Username</td>
<td width="78%"><input name="username" type="text" id="username"></td>
</tr>
<tr>
<td>Password</td>
<td><input name="password" type="password" id="password"></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" name="Submit" value="Submit"></td>
</tr>
</table>
<div align="center"><br>
<a href="join_form.php">ISCRIVITI...gratis ! </a></div>
</form>
<div align="center"><a href="http://www.blallallal.itm ">©2005 </a></div>
</body>
</html>