User Profile
Collapse
-
Err well you can execute code in the case so its not that hard to add an extra check for OR/AND whatever. Still better than the elseif mess if that works for you. -
This is all fine and good until the friend has more than one friend lolLeave a comment:
-
-
If the kiosk has web access why not just run the script on the server thru a browser or application? Why have 2 db's?
I have no idea what to suggest since you gave no details on how the kiosk even works.Leave a comment:
-
Ya no point in asking a question before you load the data eh? :)Leave a comment:
-
no one is going to write all that code out but im sure google search for java form filler might pull something useful.Leave a comment:
-
NetDynamic replied to How to count no. of occurance with line no. of multiple words individually in a file?in PerlWell since i haven't bothered with the now almost completely obsolete PERL in so long i don't recall the best way but a crappy way would be to break each line into an array of words and pop off each match in sub-loops I guess. It would also make it easy to make an array of line numbers.Leave a comment:
-
-
I just worked with a client who needed to search 20 million+ records in multiple tables and counting. We tried everything to make it run at a decent speed. We finally gave up and made a utility that ran at regular intervals and created a index table to use for searching instead. Joining massive tables with complicated search patterns is always a tough process. I only ask you to consider that if it is at all applicable if you don't find another...Leave a comment:
-
I haven't used MAIL() in forever but i remember offhand that $message was always the third item sent to that procedure.Leave a comment:
-
Keep in mind the url is relative to wherever the css is.. So if your css is in a css stylesheet in a subdir and you dont specify a path it wont find an image in the root dirLeave a comment:
-
or just div it with margin:auto;
for a background just add:
background-attachment:fixe d;
background-position:center ;Leave a comment:
-
-
-
Well, its bad practice to load an array with a counting integer anyway, i suggest you use:
$name[]=$row['name'];
the increment is automatic. Sorry i didnt read the rest I just saw something to tip you about. :)Leave a comment:
-
If you have a ton of tiny data sets just use a delimiter and use only 1 column for each set, then in your script just explode it into an array or something and use as you wish.Leave a comment:
-
I havn't worked with Perl in forever since switching to PHP but you appear not be returning any value at all.You need to return the value and evaluate it or return TRUE or FALSE in your subroutineLeave a comment:
-
-
I am super tired haven't slept much this week but it should be something close to this:
SELECT * GROUP_CONCAT('P roduct' ORDER BY 'Product' ASC SEPARATOR '. ') AS 'Products' FROM 'table' GROUP BY 'CustomerNumber '
Your field names will differ but that's the basic idea I think...
You will definitely need to mess with the field names, and * is just there because I don't know what you have in there.Leave a comment:
No activity results to display
Show More
Leave a comment: