User Profile

Collapse

Profile Sidebar

Collapse
cyberlei
cyberlei
Last Activity: Oct 14 '08, 09:27 PM
Joined: Sep 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cyberlei
    replied to Barcode Images
    Thanks for these links pal :) actually I want to get something like a image folder and store all the barcode images (0~9, A~z, symbols....etc)...
    See more | Go to post

    Leave a comment:


  • cyberlei
    started a topic Barcode Images

    Barcode Images

    hi guys,

    I am working on a project for printing Barcode from my current PHP page, the coding side is done, but I have really hard time to finding these Code39 and Code128 barcode images, just wondering if someone can help me on this.

    Thanks a lot
    See more | Go to post

  • cyberlei
    replied to Restriction on IIS
    in IIS
    it`s a VB. Net application. I wondering somehow I can restrict the downloading option on IIS.

    Thanks,
    Lei...
    See more | Go to post

    Leave a comment:


  • cyberlei
    started a topic Restriction on IIS
    in IIS

    Restriction on IIS

    Hey all,

    Is there any way to execute a setup file without download it into local computer by use IIS? Something like I publish an application on our IIS server then people allow to running it by online only and disallow to downloading that executable file.

    Best Regards,
    Lei
    See more | Go to post

  • cyberlei
    started a topic MySQL vs MySQL enterprise

    MySQL vs MySQL enterprise

    Hello guys,

    i`m wondering, what is the different between MySQL free edition and enterpriser pro basic edition ($599 server/year). is there any limitation for MySQL free edition?

    Best Regards
    cyberlei
    See more | Go to post

  • cyberlei
    started a topic Undefined index and Undefined variable errors
    in PHP

    Undefined index and Undefined variable errors

    hi all,

    I`m getting this error
    Notice: Undefined index: user in c:\inetpub\wwwr oot\login.php on line 96
    Notice: Undefined variable: message in c:\inetpub\wwwr oot\login.php on line 101

    Could someone please tell me where I did wrong? Here is the Code, Thanks a lot
    [code=php]
    <?php

    function confirmUser($us ername, $password)
    {

    global $conn;
    ...
    See more | Go to post

  • cyberlei
    replied to SQL syntax error in delete statement
    Thank you for your help, problem solved. Sorry, my brain was not working today :P

    Best Regards...
    See more | Go to post

    Leave a comment:


  • cyberlei
    started a topic SQL syntax error in delete statement

    SQL syntax error in delete statement

    "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'where stock_id=19721' at line 1"

    I have been banging my head trying to find out where is it, this error message will be display when that locater shows negative stock and Receive new stocks to that locater.

    [PHP]
    <?php
    $q ="select stock_id,quanti ty...
    See more | Go to post

  • cyberlei
    replied to Alert message with a default sound
    the current alert function will display alert message, but no sound

    JavaScript
    Code:
    function disp_alert()
    {
    alert("test")
    }
    PHP
    Code:
    $message="test";
    echo '<script>alert("test");</script>';
    ...
    See more | Go to post

    Leave a comment:


  • cyberlei
    started a topic Alert message with a default sound

    Alert message with a default sound

    Hey Guys,

    Just wandering if I can display alert message with a default sound. the current code is below and the problem is no sounds.
    Code:
    function disp_alert()
    {
    alert("test")
    }
    and
    $message="test";
    echo '<script>alert("test");</script>';
    Thanks
    See more | Go to post

  • cyberlei
    replied to substr value changes when submit to mysql
    in PHP
    Issue Resolved, Here is the code
    Code:
    $Text = ltrim($Text, 'A');
    See more | Go to post

    Leave a comment:


  • cyberlei
    replied to substr value changes when submit to mysql
    in PHP
    something like?
    Code:
    <?php
    substr=ltrim($sn,"A")
    ?>
    ...
    See more | Go to post

    Leave a comment:


  • cyberlei
    started a topic substr value changes when submit to mysql
    in PHP

    substr value changes when submit to mysql

    Hello Guys,

    Just wondering how I can make the substr value changes when submit into mysql.

    something like:
    someone typed A123456 on a blank field and submit into mysql. the Value will only display 123456 in mysql

    Thanks a lot
    See more | Go to post

  • cyberlei
    replied to W32.Arpiframe virus
    The virus has been removed from our network. I just did like KirkLashbrook said use ethereal to sniffer your network on a switch or Hub which is connect the ISP, see which computer sending a huge packets out then disconnect from your network and remove the virus.
    See more | Go to post

    Leave a comment:


  • cyberlei
    started a topic W32.Arpiframe virus

    W32.Arpiframe virus

    my Internet explorer getting 20 bs on top left corner. It is a virus called W32.Arpiframe. i deleted that on my computer, but after I connect to our network it will get infect again. is anyone had that issue before and how to delete it from network?

    Thanks
    See more | Go to post

  • cyberlei
    replied to Debug for substr
    in PHP
    Thank you so much guys.working well now
    See more | Go to post

    Leave a comment:


  • cyberlei
    started a topic Debug for substr
    in PHP

    Debug for substr

    it will have two alert messages display one after one. should be like if the first str has been handle then only display the second alert. please help and many thanks

    [CODE=php]
    if(substr($sn,0 ,1) == "S" && substr($add,0,2 ) == "00")
    {
    else
    {
    $message="Must Be Start With S";
    echo '<script>alert( "Must Be Start With S");</script>';...
    See more | Go to post

  • Ok, just now I knew someone also installed Apache tomcat 5.5 on that SBS 2003, so i am wandering may be php against that issue? please clarify that.

    Thanks
    See more | Go to post

    Leave a comment:


  • Thanks for your reply, unfortunately I am not familiar with linux....
    See more | Go to post

    Leave a comment:


  • I have been searching on google a lot for the php running on SBS 2003 Server, after I found how to configure php.ini setting for windows 2003. I got error message here:

    PHP Warning: session_start() [function.sessio n-start]: open(C:\PHP\ses siondata\sess_0 9ce752430d0b26f 33b5f323ef1f077 e, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwr oot\uls\main.ph p on line 4 PHP Notice: Undefined index: user in c:\inetpub\wwwr oot\uls\login.p hp...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...