User Profile

Collapse

Profile Sidebar

Collapse
dreamer247
dreamer247
Last Activity: Nov 23 '07, 07:02 AM
Joined: Sep 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dreamer247
    started a topic is it possiblt to have a time picker

    is it possiblt to have a time picker

    Hi

    My application is in php with mssql and i want to know is there any javascript loke datetime picker, which can give me only the time format and not the date....


    can u assist me?
    thanks
    dreamer
    See more | Go to post

  • dreamer247
    started a topic unable to open user default database

    unable to open user default database

    hii all

    i am working with mssql 2000 and after restoring a databas from device the warning is ..


    Warning: mssql_connect() [function.mssql-connect]: message: Cannot open user default database. Using master database instead. (severity 11) in C:\WINDOWS\Temp \tmpk50gud.php on line 11

    Warning: mssql_select_db () [function.mssql-select-db]: message: Server user 'cms' is not a valid user in database...
    See more | Go to post

  • dreamer247
    replied to quary not giving desired results
    thanks....

    that is solved
    See more | Go to post

    Leave a comment:


  • dreamer247
    started a topic string or binary data truncated.

    string or binary data truncated.

    hii

    My insert quary is giving an error


    "Server: Msg 8152, Level 16, State 9, Line 1
    String or binary data would be truncated.
    The statement has been terminated.
    "
    What may be the reason of that error.
    See more | Go to post

  • dreamer247
    started a topic quary not giving desired results

    quary not giving desired results

    hii..

    I have written a quary in sqlserver 2000 and the out put is not as expected...

    the quary is..

    $sql="SELECT NAME,ROOM,DESIG ,EMAIL,PHONE,ST ART_DATE,END_DA TE,CHAIRED_BY FROM CRB_MEETING
    WHERE STATUS <>'D'AND (CAST('10-15-2007 ' AS DATETIME) BETWEEN
    CONVERT(datetim e, SDATE, 103) AND CONVERT(datetim e, EDATE,103) OR
    CAST('10-17-2007 'AS DATETIME)
    BETWEEN CONVERT(datetim e,...
    See more | Go to post

  • dreamer247
    started a topic phparser problem...
    in PHP

    phparser problem...

    hii all..

    i am working in zope plone2.5.1 with php4.0...and my applicatioon is giving an error.the script written in phpis givin ..
    //
    Site error

    This site encountered an error trying to fulfill your request. The errors were:

    Error Type
    IOError
    Error Value
    (0, 'Error')
    Request made at
    2007/09/12 11:09:15.077 GMT+0530 //
    i am confused...
    See more | Go to post

  • dreamer247
    started a topic unable to load dynamic library....

    unable to load dynamic library....

    hi all..


    i am facing a warnig sayin "unable to load the dynamic library the specifeid module not found./ " i am working with mssql and php_mssql.dll is placeed at c:\windows\syst em32.

    now what can i do??
    someone adviced for libmssql.dll... but i cant find it..
    See more | Go to post

  • hii the coding is like...


    [code=php]
    <dtml-var connection>
    <?php
    echo $ZOPE_VARS[AUTHENTICATED_U SER];
    if($ZOPE_VARS[AUTHENTICATED_U SER]=="Anonymous User")
    {
    echo "<center>";
    echo "<h2>You are not an authorized User</h2>";
    echo "</center>";
    exit();
    }
    $year1=date('Y' );...
    See more | Go to post
    Last edited by pbmods; Sep 5 '07, 05:09 PM. Reason: Added CODE tags.

    Leave a comment:


  • unable to load dynamic library.. need help

    hi all

    i am getting a message like"unknown(): unable to load dynamic library''c/php/extensions\php_ mssql.dll".

    wat can i do now??
    See more | Go to post

    Leave a comment:


  • hii

    yes i have changed php.ini by uncommenting it.. but the problem is stil there...
    See more | Go to post

    Leave a comment:


  • dreamer247
    started a topic Fatal error: undefined function mssql_connect()
    in PHP

    Fatal error: undefined function mssql_connect()

    hi
    i am working on a intranet project for last 10 days.the project was previously under someone else... technologies used are php,zope plone mssql in winxp pro.
    the project in a different server and taking data from many servers.It was running properly but suddenly a fatal error occured "call to undefined function:mssql_ connect()" now what and where should i do?? can u please guide me??
    See more | Go to post
    Last edited by dreamer247; Sep 3 '07, 07:04 AM. Reason: wrong title
No activity results to display
Show More
Working...