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){
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. :-)
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.
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.
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...
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...
Leave a comment: