Hi

I'd like to make a simple query in one 
of our database.
mnogosearch-php is in the 
/httpd/htdocs/search directory
search.htm is in the /httpd/htdocs/.

I use these settings in the indexer.conf:

DBAddr          mysql://gizi:@localhost/mydb/

HTDBList SELECT name FROM user

HTDBDoc SELECT ('HTTP/1.0 200 OK\\r\\n'||'Content-type: \
text/html\\r\\n'||'\\r\\n'||'<HTML><HEAD>'||'<TITLE>'|| name || \
'</TITLE>' || '</HEAD>\\n'||'<BODY>\\n'|| email || '\n</BODY></HTML>')\
FROM user WHERE id='$1'

Server htdb:/

Realm http://www.myhost.com/search/search.php?id=*

Alias http://www.myhost.com/search/search.php?id= htdb:/

But it doesn't work when I try
http://www.myhost.com/search/search.php?id='1'

I get only an empty page, but I have a record with this
id.
What's wrong with my configuration?

Thanks in advance!

Regards

                  Istvan 
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to