User Profile

Collapse

Profile Sidebar

Collapse
prabhunew2005
prabhunew2005
Last Activity: Dec 8 '06, 10:15 AM
Joined: Aug 10 '06
Location: chennai
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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.
    See more | Go to post

    Leave a comment:


  • 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.
    See more | Go to post

  • prabhunew2005
    started a topic how to Install php on linux system?
    in PHP

    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...
    See more | Go to post

  • prabhunew2005
    replied to how to send mail in php with bcc and cc?
    in PHP
    Thanks.

    It is working nice. We can send mails with bcc and cc....
    See more | Go to post

    Leave a comment:


  • prabhunew2005
    started a topic how to send mail in php with bcc and cc?
    in PHP

    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...
    See more | Go to post

  • 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
    See more | Go to post

  • prabhunew2005
    started a topic Error: File does not exists favicon.ico
    in PHP

    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.

    ...
    See more | Go to post

  • prabhunew2005
    started a topic php notice: undefined variable
    in PHP

    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;...
    See more | Go to post
    Last edited by prabhunew2005; Sep 18 '06, 08:55 AM. Reason: for giving extra information

  • prabhunew2005
    started a topic text box validation

    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...
    See more | Go to post

  • prabhunew2005
    started a topic how to convert date format in postgres
    in PHP

    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 )
    See more | Go to post
No activity results to display
Show More
Working...