CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ryanbong

Page 1 of 2 1 2

Search: Search took 0.11 seconds.

  1. Thread: Xampp

    by ryanbong
    Replies
    4
    Views
    1,229

    Re: Xampp

    thx for the replies. what do you mean i can connect it through web interaction. how?

    tnx.
  2. Thread: Xampp

    by ryanbong
    Replies
    4
    Views
    1,229

    Xampp

    Im using XAMPP. Now, I am ask to use my program with a multiuser. how can i use the XAMPP server with many user? how can i link it with many workstations? is it possible that there is only 1 main...
  3. Replies
    2
    Views
    1,096

    Re: Session destroy

    got it MOD! i just dont have a session start in my customer and order code.

    Tnx man!
  4. Replies
    2
    Views
    1,096

    Session destroy

    im using php and mysql

    i have a problem, once the session destroyed after logging out, still some of the url can be still accessed. like adding customer and adding orders. but others cannot be...
  5. Replies
    2
    Views
    8,214

    using onBlur/onChange

    im using php and MySQL

    i dunno if this is the right section to post this,

    i have a TABLE labor charges with fields within warranty and without warranty

    then

    i have a form with radio...
  6. Thread: Help! Php sql

    by ryanbong
    Replies
    3
    Views
    885

    Re: Help! Php sql

    i try to use brute force here and it works perfect.

    i get it query by query.

    anyway, still

    tnx guys!
  7. Thread: Help! Php sql

    by ryanbong
    Replies
    3
    Views
    885

    Help! Php sql

    im using PHP MySQL

    i have this code




    <? $query1 = mysql_query("SELECT so_trouble_reported.tr, trouble_reported.code as trcode
    FROM so_trouble_reported
    JOIN...
  8. Replies
    5
    Views
    784

    Re: Help w/ this query!

    sorry i had wrong posting. But I edited it.

    I am selecting the right fields.

    i mean in that example there must be only 2 rows to be displayed because i only input 2 TROUBLE REPORTED, 2 FINDINGS...
  9. Replies
    5
    Views
    784

    Re: Help w/ this query!

    yes. i tried it but its still the same.

    this is the wrong output



    BROKEN-CRACKED/ BURNED/ OVERHAULED
    BROKEN-CRACKED/ BURNED/ REPAINTING
    BROKEN-CRACKED/ BROKEN/ OVERHAULED
    BROKEN-CRACKED/...
  10. Replies
    5
    Views
    784

    Help w/ this query!

    im using phpmyadmin

    first of all i have this tables,

    table TROUBLE_REPORTED w/ fields CODE, TR_ID
    table FINDINGS w/ fields CODE, FINDINGS_ID
    table SERVICE_PERFORMED w/ fields CODE, SVC_PER_ID...
  11. Thread: PHP to EXCEL

    by ryanbong
    Replies
    9
    Views
    2,595

    Re: PHP to EXCEL

    another question.

    on my previews post im sorry for incorrect posting but although i putted "; in the end it still dont work.

    i want to insert this query



    $result = mysql_query("SELECT *...
  12. Thread: PHP to EXCEL

    by ryanbong
    Replies
    9
    Views
    2,595

    Re: PHP to EXCEL

    i hav a few more questions.

    how can i pass values through an a href?


    a have a form that needs date period input from the user.



    <tr>
  13. Thread: PHP to EXCEL

    by ryanbong
    Replies
    9
    Views
    2,595

    Re: PHP to EXCEL

    MOD i have another question.

    my data fetching is already ok with this code.



    <?php

    include("conn_db.php");
  14. Thread: PHP to EXCEL

    by ryanbong
    Replies
    9
    Views
    2,595

    Re: PHP to EXCEL

    no i mean. save as.

    bec. the filename is automatically extraction.xls

    is there a way that i can save as the filename
  15. Thread: PHP to EXCEL

    by ryanbong
    Replies
    9
    Views
    2,595

    Re: PHP to EXCEL

    tnx MOD, i got it. but how can i save the file with the filename i want? what will i change in the header?
  16. Thread: PHP to EXCEL

    by ryanbong
    Replies
    9
    Views
    2,595

    PHP to EXCEL

    im using php and mysql

    can anyone help me on using this program



    <?php
    $line1="ID\tProduct\tColor\tSales\t";
    $line2="1\tPrinter\tGrey\t13\t";
    $line3="2\tCD\tBlue\t15\t";
  17. Replies
    3
    Views
    1,365

    problem w/ bgcolor in printing

    im using PHP and i have this table with bgcolor. when im viewing it the bgcolor is included but when i print it using the window.print() function the bgcolor wont display

    heres the part of my code...
  18. Replies
    6
    Views
    1,043

    Re: Barcode program

    MOD what do you mean by "simulate the return key"? Is there no need for me to use the PHP Barcode Image Generator v1.0 program?
  19. Replies
    6
    Views
    1,043

    Re: Barcode program

    i got this PHP Barcode Image Generator v1.0 [9/28/2000] available at this link http://www.sid6581.net/cs/php-scripts/barcode/barcode.phps

    how can i use this with a barcode reader? for example when...
  20. Replies
    6
    Views
    1,043

    Re: Barcode program

    i just found a PHP bracode program on the net, but how can i use it? how will i start? any idea?
  21. Replies
    6
    Views
    1,043

    Barcode program

    is there a barcode program in PHP?
  22. Replies
    3
    Views
    1,570

    Re: how about comma on integers?

    haha! i already fixed it! using PHP number_format!


    sorry!
  23. Replies
    3
    Views
    1,570

    how about comma on integers?

    is it possible when i fetch an integer value with comma seperation? when it reaches thousands, millions..

    for ex. instead of 12345 ----> 12,345
  24. Replies
    2
    Views
    1,277

    Re: for loop using the variable count

    got it MOD! tnx!
  25. Replies
    2
    Views
    1,277

    for loop using the variable count

    im using PHP & MYSQL

    MOD still dont get it

    i searched on the net and found a sql function SELECT COUNT,

    how can i use it and used its variable in a FOR LOOP

    again this is my code
Results 1 to 25 of 32
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured