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...
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?
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...
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.