For Programmers: Free Programming Magazines  


Home > Archive > PHP SQL > June 2005 > non funziona-not function









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author non funziona-not function
Roberto

2005-06-09, 8:56 am

quale è l'errore??
which is the error??
<html>
<head><title>prova</title></head>
<body>
<form name="form1" method="post" action="">
<?
$db=ibase_connect('localhost:C:\Document
s and
Settings\utente\Desktop\SUPERMERCATI.gdb','SYSDBA','masterkey');
$trans1=ibase_trans($db);
echo '<select name="regione">\n\t';
$query="SELECT regione FROM SUPERMERCATO";
$interroga=ibase_query($db,$query);
while ($riga=ibase_fetch_object($interroga))
echo '<option
value="'.$riga[regione].'">'.$riga[regione].'</option>'."\n";
echo '</select>';
?>
</form>
</body>
</html>
grazie anticipatamente
thanks


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com