User Profile

Collapse

Profile Sidebar

Collapse
SeeMe
SeeMe
Last Activity: Nov 10 '08, 08:14 AM
Joined: Mar 25 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hi,

    you just blank the password. not need key in any password.
    See more | Go to post

    Leave a comment:


  • Hi,

    Maybe you can try open
    1.Computer Management
    2.Internet Information Services
    3.web sites.
    4.Right Click Default Web Sites
    5.Properties.
    6.Asp.net
    7.selecte the asp.net version to 1.1.4322 --> Apply.
    See more | Go to post

    Leave a comment:


  • SeeMe
    started a topic Connection with excel file problems
    in .NET

    Connection with excel file problems

    Hi,

    I using Microsoft Visual Studio C# 2003, Microsoft Office Excel 2003 and using IIS server. I added Microsoft Excel 11.0 Object Library refrence.

    1. Software not allow me to write this code:
    Excel.Applicati on app = new Excel.Applicati on();

    2. Excel.Applicati on app = new Excel.Applicati onClass();
    When the program run with this code that will show an error in bellow.
    Server...
    See more | Go to post

  • SeeMe
    started a topic can not receive data from the page
    in PHP

    can not receive data from the page

    [php]<form name="form1" action="<? $_SERVER['PHP_SELF'];?>" method="post">
    <input type="submit" value="add" name="ram" onClick='window .open("data_add ed.php", "", "width=350, height=100, scrollbars=1"); cal("ram")'>
    <input type="hidden" name="popup" value="popup_" />
    function...
    See more | Go to post
    Last edited by ronverdonk; May 7 '08, 12:44 PM. Reason: code within code tags!!

  • SeeMe
    replied to email problem in php
    in PHP
    Code:
    $to  = "blue@example.com ";
    $subject = "hello my friend";
    $message = "Hello How r u?";
    $headers .= "To: blue<blue@example.com >\r\n";  
    $headers .= "From: Birthday Reminder <mymailadd@example.com>\r\n";
    
    mail($to, $subject, $message, $headers);
    my coding is like above but got error come out.
    the error is ====>
    Warning:...
    See more | Go to post
    Last edited by ronverdonk; Apr 25 '08, 10:10 AM. Reason: code within code tags!

    Leave a comment:


  • SeeMe
    replied to email problem in php
    in PHP
    i using apache and mysql. u mean is it this two?
    See more | Go to post

    Leave a comment:


  • SeeMe
    started a topic email problem in php
    in PHP

    email problem in php

    I want to ask about email by the coding of php. Now, I using internal serval if i want send email out by internal serval can or not? Is it i want send email out must open one web? did any way can link out?
    See more | Go to post

  • SeeMe
    started a topic Set number in auto increment

    Set number in auto increment

    Now, i set a colum with auto increament in mysql. First, may i know how can i set the number start from 10000? Second, when the number increasing so how can i set back to 10000? Thank you.
    See more | Go to post

  • SeeMe
    replied to how to auto increment in php code?
    i get it aldy. thank you
    See more | Go to post

    Leave a comment:


  • SeeMe
    started a topic how to auto increment in php code?

    how to auto increment in php code?

    [CODE=mysql]CREATE TABLE `claims` (
    `id` BIGINT NOT NULL AUTO_INCREMENT ,
    `datecreated` DATE NOT NULL ,
    `timecreated` TIME NOT NULL ,
    `ref_no` VARCHAR( 50 ) NOT NULL ,
    `emp_id` BIGINT NOT NULL ,
    `emp_no` VARCHAR( 10 ) NOT NULL ,
    `emp_name` VARCHAR( 255 ) NOT NULL ,
    `pp_name` VARCHAR( 100 ) NOT NULL ,
    `claim_amt` DOUBLE NOT NULL ,
    `link_month` VARCHAR( 2 ) NOT NULL ,
    `link_year`...
    See more | Go to post
    Last edited by mwasif; Apr 21 '08, 04:29 PM. Reason: Added [code=mysql]/[/code] tags

  • SeeMe
    replied to insert data in mysql code
    in PHP
    I slove my problem aldy. Thanks.
    See more | Go to post

    Leave a comment:


  • SeeMe
    started a topic insert data in mysql code
    in PHP

    insert data in mysql code

    i want to ask, is it my coding got problem? Because when i run my program that can't be insert in mysql. cn some body let me noe my mistake?
    thanks[php]
    include("php_li brary/connect.php");
    $tablename = "jcy_users" ;
    $id = "603354";
    $username = "jcy";
    $password = "123";
    $userlever = "staff";
    $fullname = "jane";
    $datecreate...
    See more | Go to post
    Last edited by ronverdonk; Apr 11 '08, 05:57 PM. Reason: warning: code tags!

  • SeeMe
    replied to is it Array have limited in javascrip code?
    in PHP
    i try to set the limit like
    <script> a = new array(15000); </script>
    then also can not run.
    See more | Go to post

    Leave a comment:


  • SeeMe
    replied to show random text
    Thanks. i already slove my quetion.
    See more | Go to post

    Leave a comment:


  • SeeMe
    started a topic is it Array have limited in javascrip code?
    in PHP

    is it Array have limited in javascrip code?

    i have a question. May i know is it array had limited? Because once read more than 5000 something that show an error and can not continue to count. My data more than 10000 rows. My program show in below. Is it my program had problems? Got others way can slove?

    var a = new Array();
    var b = new Array();
    var c = new Array();
    var d = new Array();
    var e = new Array();
    var f = new Array();
    function...
    See more | Go to post

  • Code:
    <script>
    function display_check(i)
    {
    if(i==0) {return true;}
    else if(i!=0) {return false;}
    }
    
    function run()
    {
    if (t-1 >= 0)
    {
    t = t - 1; 
    document.getElementsByValue('text').innerHTML =display_check(t);
    }
    }
    </script>
    <body>
    <input type="button" onclick="run()" />
    <?
    ...
    See more | Go to post
    Last edited by ronverdonk; Mar 25 '08, 02:23 PM. Reason: code tags!!

    Leave a comment:


  • SeeMe
    started a topic show random text

    show random text

    may i know how to display text in random using javascript?
    See more | Go to post

  • SeeMe
    started a topic how to send data from Javascript to PHP code

    how to send data from Javascript to PHP code

    Code:
    <script>
    function display_check(i)
    {
    	if(i==0) {return true;}
    	else if(i!=0) {return false;}
    }
    
    function run()
    {
        if (t-1 >= 0)
        {
            t = t - 1; 
            document.getElementsByValue('text').innerHTML =display_check(t);
        }
    }
    </script>
    <body>
    <input type="button" onclick="run()"
    ...
    See more | Go to post
    Last edited by ronverdonk; Mar 25 '08, 02:25 PM. Reason: code tags
No activity results to display
Show More
Working...