User Profile

Collapse

Profile Sidebar

Collapse
emm
emm
Joined: Nov 14 '06
Location: phil
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • emm
    started a topic Compare Dates in Javascript

    Compare Dates in Javascript

    Hi to everybody! I want to compare current date (server date) to the date inputted by the user. It should detect if inputted date is earlier than or equal to the current date.
    For example:
    Current date is 3/6/3008
    Inputted Date by the user is 03/05/2008


    Below is my function:

    Code:
    function checkDateInput(dateString){
                   var error="";
    	with(currDate){
    ...
    See more | Go to post

  • emm
    replied to Insert/Update
    Yehey! Guyz, I got the answer on my problem why some data rows are missing even my SQL is correct. In my php.ini, I changed the default to maximum. :-)

    ; Valid range 0 - 2147483647. Default = 4096.
    mssql.textlimit = 2147483647

    ; Valid range 0 - 2147483647. Default = 4096.
    mssql.textsize = 2147483647

    Thanks everyone!
    See more | Go to post

    Leave a comment:


  • emm
    replied to Insert/Update
    Hi! Yes, I copied and paste it on Query Analyzer.. and the query is successful. I dont know where to go from there. :-) I am stuck....
    See more | Go to post

    Leave a comment:


  • emm
    started a topic Browser Opens an Unsolicited Page during PC Start up

    Browser Opens an Unsolicited Page during PC Start up

    Hi! Got a problem here. Browser Opens an Unsolicited Page. This happens every PC Start up. Our computers are infected with this. We found a read only file named poogs.vbs. We cant delete it.

    Anyone? thanks
    See more | Go to post

  • emm
    replied to Insert/Update
    Hi! The data type of "myLongText " is text and its Length is 7000. Enough to hold the text, i guess.

    I am also wondering why the data specifically on the last rows is lost. What I did was retrieve the data then save it. But when I retrieve again some data is lost.

    Help on this pls....
    See more | Go to post

    Leave a comment:


  • emm
    started a topic Insert/Update

    Insert/Update

    Hello everyone! I am using PHP. I need to save data from <textarea> to MSSQL. I want that user will copy and paste data from MS Excel. I used the form method=Post. My data type is text with length 7000

    My problems are:

    1) Not all data posted is saved.
    2) When I try to edit the data through <textarea> then submit, data on the last row portion is lost. I can't trace why coz when I look in the database...
    See more | Go to post

  • emm
    started a topic Long Text in a Textarea

    Long Text in a Textarea

    Hi guyz! I am stuck with this.
    I have a textarea. My program functions well only with short texts. Data will be sent and save on the database--MSSQL Server properly. But when I copy data from MS Excel and paste to my textarea, data cant be submitted (in IE). I got error "URL too long...." (I guess) from Mozila Firefox.

    I know the text is not quite that long coz I tried copy/pasting these data to a certain website and...
    See more | Go to post

  • emm
    started a topic Open a text file using VB6

    Open a text file using VB6

    Hello, guyz!

    I need help on how to open a text file and read it line by line using VB6. What would be the codes?

    I have searched the forum and found one but it uses VB.net. :-(

    thanks!
    See more | Go to post
No activity results to display
Show More
Working...