Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mimics

    Compare data by similarity

    Hi! I have datum which contains m values (v1, v2, ..., vm) and I would like get a sorted list of such data so that it is sorted by similarity to some given datum k with values (k1, k2, ..., km). Similarity means in this case how many values are the same. Some datum is more similar to the k than...
  2. mimics

    SELECT from multiple tables

    Thanks again. You really helped me a lot.
  3. mimics

    SELECT from multiple tables

    That did it! Thanks! Is there maybe any optimization for it (maybe to specify LEFT or something)? Should I replace it with sub-select when it will be avaiable?
  4. mimics

    SELECT from multiple tables

    I have found this: Subqueries are supported in MySQL version 4.1. See section 1.6.1 Features Available From MySQL 4.1. http://www.mysql.com/doc/en/ANSI_diff_Sub-selects.html I think that it will be soon in a stable release (4.1 is alpha at the moment).
  5. mimics

    SELECT from multiple tables

    What should otherwise be a proper SQL sentence? And which SQL server supports it? What is that what is missing in MySQL (for what should I wait that they implement)?
  6. mimics

    SELECT from multiple tables

    What about "WHERE Messages.MessageID='given_id'"? This returns me data for all Usernames. I only need data for a Username which has given MessageID for it in Messages table. I would like to specify a MessageID and than SQL would: - find out Username in Messages for this MessageID...
  7. mimics

    SELECT from multiple tables

    Hi! I have 2 tables. Users and Messages. Messages contains MessageID and Username for this MessageID. Users contains Username and Data. MessageID si unique and Messages.Username is not (there can be many same Username fields in Messages but with different MessageIDs). I would like to have a...
  8. mimics

    CGI include gives its source

    Hi! I have new (better?) situation. I have the cgi-bin with counter perl program in it. But the problem is that when I call it directly program works (counts), but when I try to include it into html I get error. [...] [error] [client ...] client denied by server configuration...
  9. mimics

    How to get unbuffered CGI output to browser

    What about redirection meta tag in html? You would send the page with message and that tag which will than redirect user to the new page which would be avaiable only after that 10 seconds (CGI).
  10. mimics

    CGI include gives its source

    Ah, yes. The e-mail would be nice. :-) ppagee@yahoo.com
  11. mimics

    CGI include gives its source

    I have restarted the whole computer and it's the same. I can't get (Script)Aliasing working. It works when I call it directly but when I include that file it search it in html directory. Can maybe someone sends me its working config files (if it use include virtual to include cgi output and it...
  12. mimics

    CGI include gives its source

    Thanks for replies. I use SSI through all my site ("normal" text virtual includes), so that isn't the problem. I had some problems so I have to move the cgi-bin directory to html directory. Same problem had somebody else ("Server Side Includes sort of work...???"), but its...
  13. mimics

    CGI include gives its source

    Hi! I have the following problem. I have a CGI program (counter) and if I called it directly it works OK, but if I include it with "include virtual" I get its source code. Please help! Mike P.S.: That's my config file: User apache Group apache ... DocumentRoot /var/www/html...

Part and Inventory Search

Back
Top