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 strongm 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: *

  • Users: zWaR
  • Order by date
  1. zWaR

    Database engine for book digitalization

    Hello! I am working on digitalization of a massive amount of paper publications (books, magazines etc.). They must be cross-refereced, a user friendy search must be present and an index is needed. Is there any database engine which is customised for such needs? I would also need some import...
  2. zWaR

    UML Tool for PHP

    Hi, which UML tool for PHP do you use/suggest?
  3. zWaR

    CVS's line break management

    Hello. I have a CVS server on a linux box and the problem is, cvs changes line break characters. Sometimes these leads to problems. Since the problems occur in txt files (which my php excel report generator uses to build a mht file), I could set cvs to handle these files as binary files (so it...
  4. zWaR

    Big php application and CVS

    I am running a bigger php application and I want to run two branches of it on a CVS repository: stable one (with current bugfixes) and a developmental one. How is it with merging of those two branches? What is the best strategy? If I only apply bugfixes to the stable branch and merge the...
  5. zWaR

    Is recovery after delete with Wipe and Clean possible?

    eyec: could you give me a little bit more information what kind of process you have in mind. Just the name of the process would be enought or just a hint into a direction i could research. kathe: i don't know if you're familiar with Wipe and Clean: it claims to be an application which destroys...
  6. zWaR

    Is recovery after delete with Wipe and Clean possible?

    Hello. Is it possible to restore files deleted with Wipe and Clean? I mean either way, not just recovering with software, are there also some labratory procedures which could recover data deleted with above mentioned application?
  7. zWaR

    How to combine these two selects

    I forgot to mention something, the application i'm working on is called phpCollab (http://www.php-collab.org/blog/). I'm writing some additional add-ons for the application (i'm not a member of their programmers crew).
  8. zWaR

    How to combine these two selects

    Hello, i'm working on a project which includes a special kind of search. Till now i programmed it using two selects (connecting them together with help of php): SELECT pro.*, mem.id, mem.name, mem.login, mem.email_work, mem2.id, mem2.name, mem2.login, mem2.email_work, tas.project, tas.owner...
  9. zWaR

    this.value is undefined, why?

    LOL It's not a mather of that Look, i'm programing a application, which is a littel bigger as you can imagine and the browser doesn't directly access my php file, so i can't post the browsers source. If i execute this file isolated it won't work! And i solved the question i stated: 1st...
  10. zWaR

    this.value is undefined, why?

    of course i have selection tag!! (i don't think it's necessery to poste the whole code) and the code works in fire fox perceft! the JavaScript code is even the same as in the MSDN help for JavaScript, so i really don't get it!
  11. zWaR

    this.value is undefined, why?

    I can't post it.
  12. zWaR

    this.value is undefined, why?

    why is this code not working in IE6.0? JS: <script language="JavaScript" type="text/JavaScript"> <!-- function Enable() { var preview=document.getElementById("preview_question"); var edit=document.getElementById("edit_question"); preview.disabled=false; edit.disabled=false; } //-->...
  13. zWaR

    this.value is undefined, why?

    10x for the relevation!
  14. zWaR

    this.value is undefined, why?

    I allready tried that, but it doesn't work.
  15. zWaR

    this.value is undefined, why?

    hello! i'm actually new to JavaScript. There's something i don't understand. here's the piece of code first: HTML: <td class=\"tekst\" align=\"center\" value=$question_array[$pom] onClick=\"Enable(this.value)\">$question_array[$index_q]</td> JavaScript: <script type="text/javascript"> <!--...
  16. zWaR

    Silly function in PHP

    yeah, i know $_POST is commonly used these days, but it's for a bit older php ver on the servers of the company i'm working at. Hehe, i could imagine, you were suprised. Usualy i change the names to english, for better understanding, but today i just weren't in the right mood. The function made...
  17. zWaR

    Silly function in PHP

    Nope, the missing brace fell off by copy/paste. And it isn't the whole code no. I've allready deleted the file and am trying to achieve the goal an other way. Yes i am from SLO, why are you asking?
  18. zWaR

    Silly function in PHP

    Somebody explain me this please, cause i'm loosing my mind: function ureditev_tabele($rezultat) { echo "<table>"; while ($i < mysql_num_fields($rezultat)) { $ime=mysql_fetch_field($rezultat,$i); if (isset($HTTP_POST_VARS[$ime->name])) {...
  19. zWaR

    Problems istalling APD

    I am running apache 2.0 server with php 5.0 on it. I wanted to istall APD (Advanced PHP debugger) on the machine, as described on http://www.php.net/manual/en/ref.apd.php with the command pear install apd, but the installation procedure fails with this error message: autoconf: Undefined macros...
  20. zWaR

    PHP + Forms; How to prevent resending data after refreshing the page.

    Hi. I'm working on a PHP script which works together with HTML forms. And i have a problem. Everytime i push the refresh button in the browser, it asks me if i'd like to resend the data or not. If i click cancel, the page isn't refreshed and if i click resend the resended data makes nothing but...

Part and Inventory Search

Back
Top