Hello!
I have a crosstab report that calculates for failure rates for my products ; it has two measures (PASSCOUNT, FAILCOUNT) and a calculation FAILRATE (FAILCOUNT/PASSCOUNT+FAILCOUNT)
The report layout looks thusly:
OEM
MODEL
TESTYEAR TESTMONTH PASSCOUNT...
I am working with a supplier who's just tightened their security. They moved from an anonymous FTP setup to a more secure alternative. The parameters they gave me
Host: blahblah.net
Port: 4421
Path: /mailbox
User: (...)
Password: (...)
Auth SSL: yes
Passive mode: yes
Using ftp -pn blahblah.net...
I have a script that puts a list of files in two separate arrays:
First, I get a file list from a ZIP file and fill `FIRST_Array()` with it. Second, I get a file list from a control file within a ZIP file and fill `SECOND_Array()` with it
while read length date time filename...
Hello,
I have a script that "validates" a ZIP file that look like this
AAA_20120801.zip =>
x~back end~20120801.TXT
y~time in~20120801.TXT
z~heat_chamber~20120801.TXT
AAA_20120801.ctlMy task is to compare its contents (i.e the list of files contained inside) with the control file that is...
I built a very simple app using a PHP form with a bit of Javascript.
In my form, I have a text input which I used to run a database search. In case I have multiple values, I have a bit of code that puts a comma in between each.
The weird part is this:
In Firefox, I can go do MS Excel, copy 5...
Quote from: dzelenika on Today at 03:27:36 PM
Is Your server on Windows, linux or some other OS?
Linux Red Hat is my server OS.
Further investigating via PHPINFO shows PHP was not compiled on my server with ZIP support.
The configure command section of PhpInfo() does not show the...
Hello,
I am trying to implement a simple script that ZIPs up a text file.
The problem is that I don't think the ZIPArchive is available on my server. Here is an example of my code:
<?php
$zip = new ZipArchive();
$filename = "./PJR.v2.zip";
if ($zip->open($filename...
I am parsing text files looking for specific entries like so
grep -e 'Model' -e 'Manufacturer' -e 'Man Date' -e 'SW Version' -e' SW Name' -e 'HW Version' -e 'Receiver ID' JGMDTV356.HDD
This gives me an output like so
Model = HR24
Manufacturer = 100
Man Date =...
I have a bunch of SQL scripts (with shell script wrappers) to unload data like so
EXPORT TO /tmp/out.csv OF DEL MODIFIED BY NOCHARDEL COLDEL, DATESISO
MESSAGES /tmp/out.msg SELECT WIDGETID
...
I want to add an error handler to the script the way Oracle does it...
**Disclaimer: It's been a while since I last wrote any code. The quality of my code is likely to be sub-par. You've been warned.**
Greetings.
I am coding a basic form that uses a SELECT list I populate from my database.
However, my user needs the form to be dynamic and wants to be able to...
Complete re-write here => http://pastebin.com/raw.php?i=qi5F7X2e
There are several problems with my form.
a) Neither one of my SELECT lists are ever empty.
b) I never check for return the values from my functions.
This one is working.
Thanks for taking the time.
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.