this is my full code for getting the CLT Yield: <?php include 'config.php'; $query = "SELECT * FROM clt_transact WHERE clt_no = '$clt_no'";...
I try new code like this: $query = "SELECT cloth_type FROM clt_transact WHERE cloth_type IN('AAA', 'BBB', 'CCC')";...
I try what you said: $cloth_type = $_POST["cloth_type"]; if($cloth_type == 'AAA' || $cloth_type == 'BBB' || $cloth_type == 'CCC') {...
Good day! I have a problem in if and else condition to know if the cloth type is NW (AAA or BBB or CCC) and W the rest cloth type that did not...
I also try this code: <?php include 'config.php'; $rexist = 0; if($_POST["clt_no"]) { $query = sprintf("INSERT INTO...
I mix my test code and my full code: <FONT size=3> <?php define('CLOTH_TYPE_SPECIAL_VALUE', 'AAA, BBB, CCC');...
Good day! I have code to check if the cloth type is NW or W for the operation name Operation3, Operation4, and Operation5. NW = AAA, BBB, CCC...
Re: Sum of input will appear in a textfield I have 5 operation name: operation1, operation2, operation2_total, operation3,operation4,operation5....
Good day! I setup my intranet in a server 4. Server 1 = PDC Server 2= BDC Server 3 = ISA Server 4 = IIS and here I setup my intranet. I have...
Good day! I have a problem in adding codes in my php codes, but i have the concept of codes that i want to add in my php codes, but I don't know...
this codes: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <script type= "text/javascript"> function startCalc(){...
I have the select statement code where only those operation name could subtract the input and output SELECT t.operation_name FROM...
Actually, not all operation name will subtract the input and output only in oper1,oper3,oper4,and oper5. my idea is select those operation then...
Good day! I want to know if what is the correct sysntax for Selecting multiple data in one column. I have a table trace and i have column name...
this code is for subtraction of input and output <html> <head> <script type= "text/javascript"> function startCalc(){ interval =...
Where i can put that code? <INPUT TYPE="text" NAME="qty1" Value=""> <INPUT TYPE="text" NAME="qty2" value=""> <INPUT TYPE="text" NAME="res"...
but my real code is almost pure php code: here it is: <?php include("config.php"); $rexist = 0; if($_POST["no"]) { $clt_date =...
In the code: <html> <head> <script type="text/javascript"> var subtract = function(c, b, output){ output.value = c.value-b.value; }...
I revised my code: PHP Code: include("config.php"); ?> <html> <head> <!-- <script language="javascript"> function handleEnter(e, nextfield)...
i want to happen is after I enter numbers in input and output and I press enter the result would be show in qty eventhough the next to output is id#
Separate names with a comma.