Jump to content

kal3003

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by kal3003

  1. try this -> in IIS Authentication methods remove Integrated windows authintication and use anonymose access use user: IUSER
  2. in windows 2003 you have to Allow php extension go to IIS -> web services extenstions then add php extenstion and allow it
  3. convert it to text , in MSSQL Varchar have limitation its only 255
  4. add that user to MSSQL users security -> users
  5. try this : $sqlquery="SELECT convert(varchar,DateReceived,103) FROM MyTable"; $results= mssql_query($sqlquery); 103 -> dd/mm/yy 101 -> mm/dd/yyyy and so on you can find all formats in MSSQL help , search for convert
  6. send more information about the error dude , enable php error_reporting then send the error
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.