[Tech] formattazione CAMPI FORM
Mannucci Claudio
claudio.mannucci@carifirenze.it
Lun 23 Ott 2000 16:01:57 CEST
Salutoni!!!
Problemotto:
devo fare una query con PHP, ed uso una form cosė strutturata:
<form action="index.php3" method="post">
Query : <input type="text" name="pippo">
<INPUT type="submit" > <INPUT type="reset">
</form>
poi uso la funzione
$result = mysql_db_query ("database",$pippo);
Allora:
se io scrivo nel campo input:
select * from table where des = '%103'
ottengo dando <? echo $pippo ?>
select * from table where des =\'103%\
php non mi riconosce la stringa di query
come posso togliere le \ ?
scusate ma credevo di conoscere un po' pių l'HTML!
Mille grazie.
Claudio
Maggiori informazioni sulla lista
flug-tech