PDA

View Full Version : php method not allow


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>&nbsp;</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>

galact
25-08-2005, 23:14
mi rispondo da solo ... che non sia utile a qualcuno :D :D :D ... non si sa mai ....

il problema era del provider che non aveva attivato ancora il php ....
infatto ho creato un piccolo file php con phpinfo ... e infatti non esiste nessuna maschera di informazione...


discussione chiusa !

saluti :D :D :p