www.webdeveloper.com

Search:

Type: Posts; User: newphpcoder

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    352

    Hi, This code is work to get the no IN and OUT...

    Hi,

    This code is work to get the no IN and OUT for the particular date:



    SELECT emp.employeeid, emp.lastname, emp.firstname, emp.middlename, emp.department
    FROM employees AS emp
    LEFT...
  2. Replies
    0
    Views
    227

    Select Employee with no attendance

    Hi Good day!

    I have 2 tables for my dtr database.

    first the employees where all the data of employee was save.

    employees fields:

    EmployeeID
    Lastname
  3. Replies
    2
    Views
    352

    select employee where no attendance

    Hi Good day!

    I have 2 tables for my dtr database.

    first the employees where all the data of employee was save.

    employees fields:

    EmployeeID
    Lastname
  4. Thank you... I will try it

    Thank you... I will try it
  5. PHP barcode generator code print in ZEBRA printer

    Hi,

    I just created a barcode image generator where I found out in internet, when I test it and I print it in a ordinary printer it was okay. Same size, what the barcode display on my web page is...
  6. Object Doesn't Support this property or method

    Hi..

    I created a function and now I encountered error:

    Object doesn't support this property or method.

    I can't find out now what is the cause of error:

    here is my function code:
  7. Problem in background image displaying in IE8

    Hi Good day!





    I got encountered problem in displaying my page in IE8, especially in my background image. It was not displayed fully on the page. It also repeated. I want to happen is the...
  8. Hi.. It's works now. By this code: ...

    Hi..

    It's works now.

    By this code:



    <html>
    <title>Raw Materials Inventory</title>
  9. Hi. I already download the latest version and...

    Hi.

    I already download the latest version and I also call the .js
    like:


    <link rel="stylesheet" type="text/css" href="css/kanban.css" />
    <link rel="stylesheet" type="text/css"...
  10. Hi, What do you mean latest version?Is it the...

    Hi,

    What do you mean latest version?Is it the tablefilter.js?

    I test your code:



    <html>
    <title>Raw Materials Inventory</title>
  11. Hi.. I found code that has a sum below from...

    Hi..

    I found code that has a sum below from this link :
    http://tablefilter.free.fr/ex.php#tbl9

    Sample Table 7:



    <script language="javascript" type="text/javascript">
  12. this is the htmk code from view source after I...

    this is the htmk code from view source after I filter the Item Code



    <html>
    <title>Raw Materials Inventory</title>
    <head>
    <link rel="stylesheet" type="text/css" href="css/kanban.css" />...
  13. I'm sorry, if my question is not cleared. I...

    I'm sorry, if my question is not cleared.
    I need to filter the item_code then the quantity will be sum.

    Thank you
  14. Replies
    2
    Views
    439

    Hi, I resolved my first problem which is 0...

    Hi,

    I resolved my first problem which is 0 become -. I just exchange the value of 0 and -.

    Now my problem is how can I put the lot_number value from my database to barcode value which handled...
  15. Replies
    2
    Views
    439

    Hi... I saw this thread I tried this code: ...

    Hi...

    I saw this thread I tried this code:



    <?php

    $bc = new barCode();
    $bc->build('LO130319001');
  16. Replies
    2
    Views
    439

    Need help in generating barcode

    Hi,


    Good day!

    I found a sample code in generating barcode.

    here's the link:

    http://www.brandonchecketts.com/archives/quick-php-script-to-generate-a-barcode
  17. Replies
    4
    Views
    575

    $lot_number_scan =...

    $lot_number_scan = "LO130315002LO130318001,LO130315003"
    $lot_number_indi_scan = explode(',', $lot_number_scan);

    $count_lot_str = strlen($lot_number_indi_scan);

    if($count_lot_str > 11)
    {...
  18. Replies
    4
    Views
    575

    add string to variables

    Hi

    Good day!

    I just want to know if what syntax/code should I use to put - in my data variable.

    for example I have this data.

    $lot_number_indi_scan = 'LO130315002LO130318001';
  19. Replies
    4
    Views
    704

    I got the solution: instead of using LIKE, it...

    I got the solution:

    instead of using LIKE, it works when I used this :
    AND REPLACE(p.lot_number,'-','') = '%$lot_number%';

    Thank you
  20. Replies
    4
    Views
    704

    Sorry, but the hypen is only added to save the...

    Sorry, but the hypen is only added to save the lot_number.

    Thank you
  21. Need help in setFilterGrid with total qty at the last row

    Hi...

    Good day!

    I already had codes on setFilterGrid on my table, now I need to add the total qty at the row which is i don't have any idea if it is possible using javascript and how. I want to...
  22. Replies
    4
    Views
    704

    Need help on using LIKE

    Hi,

    Good day!

    I encountered difficulties in checking of the data is like on the data from my table.

    I have table

    wms_picking
  23. Replies
    9
    Views
    1,258

    Hi Good day! I did'nt match the number. I...

    Hi

    Good day!

    I did'nt match the number. I just want to happen is if lot_number has match or like in lot_number_scan it will be true. I want to check for example.

    lot_number =...
  24. Replies
    9
    Views
    1,258

    I tried the two codes you said. The first one...

    I tried the two codes you said.

    The first one I got wrong output, the second is false.

    Thank you
  25. Replies
    9
    Views
    1,258

    When I try your code: ...

    When I try your code:



    <html>
    <head>
    <script type = "text/javascript">

    var lot_number_scan = LO130227003-LO130228001
    var lot_number_scan = LO130227003
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles