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...
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...
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...
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...
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?
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).
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...
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...
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!
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;
}
//-->...
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...
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?
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])) {...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.