how to do date validation using javascript for YYYY-MM-DD format?
Hi all,
I need to allow the date format only yyyy-mm-dd to store into mysql4 data base.
I have the validation coding for mm-dd-yyyy format. But i could not modify to convert it to validate required format.
Help me.
Advance thanks.
User Profile
Collapse
-
how to do date validation using javascript for YYYY-MM-DD format?
Hi all,
I need to allow the date format only yyyy-mm-dd to store into mysql4 data base.
I have the validation coding for mm-dd-yyyy format. But i could not modify to convert it to validate required format.
Help me.
Advance thanks. -
how to Install php on linux system?
hi all,
I am working on Linux operating system.
I need to do installation of php.
I downloaded php binary packages named as 'php-4.4.4.tar.bz2' from 'www.php.net\do wnloads'.
I executed following commands in terminal.
Command1: ./configure
Command2: make
Command2: make install
After that i checked installation by executing the command... -
Thanks.
It is working nice. We can send mails with bcc and cc....Leave a comment:
-
how to send mail in php with bcc and cc?
hi all,
I am sending e-mail using php code as follows.
$sentOk = mail($to,$subje ct,$message,$he aders);
It is working well. I tested.
Now i want to send mail to more addresses using 'bcc' and 'cc' options.
I need to complete this in php code as much as quickly.
Please help me.
Advance thanks.
Regards... -
how to display message balloon using javascript?
hi all
I need to display the message balloon alerting the user about CAPS LOCK key is on when they entering value in password text field.
I don't know how to display the message balloon in web pages using javascript coding.
Please it's very urgent.
Help me.
Advance thanks.
Regards
N.Prabhu -
Error: File does not exists favicon.ico
Hi
I am doing web portal design using PHP.
The system has linux os.
When i am moving to any of screens, the following error message is written into error log file.
[Tue Sep 19 15:29:18 2006] [error] [client 125.17.100.148] File does not exist: /var/www/html/favicon.ico
How should i solve this?
Please help me.
I need to solve this as soon as possible.
... -
php notice: undefined variable
hi
I am doing web portal design using php.
I gave part of one of my screen coding.
<html>
<head>
<script language = "javascript ">
function list_all_click( )
{
search_by_index _value = 0;
jb_asc_desc_ord er = "A";
document.locati on = "jukeboxes.php? search_by_value ="+search_by_in dex_value+"&jb_ asc_desc_order_ val="+jb_asc_de sc_order;... -
text box validation
I am doing text box validation in form.
I did the following validations.
1)Special characters like $,#,etc should not be allowed to enter by user.
2)Only alphanumerical characters should be allowed to enter in text box.
3)The maximum length is 10. After that the user should not be allowed to enter any character.
I am facing the following problem.
pbm:
I... -
how to convert date format in postgres
I am using postgres,php in web designing. I have to convert date entered in MM-DD-YYYY format to YYYY-MM-DD format. I have to use resulting date format in my search sql. I used todate method. But i did not get correct answer. Can you give me a solution for this?
(37 minutes ago )
No activity results to display
Show More
Leave a comment: