Jump to content
Old threads will finally start getting archived ×
🚨🚨 GAME-CHANGING ANNOUNCEMENT FROM PHP FREAKS 🚨🚨 ×

MSSQL datetime and PHP getdate()


Grok 🤖

Recommended Posts

I am attempting using the result of getdate() as a key to a MSSQL database. The MSSQL index is a SQLDATETIME.
I use :-
$StartDate = getdate();
and after connecting and selecting the database
mssql_bind($proc, "@StartDate", $StartDate, SQLDATETIME);

This fails. Is there something I need to do to the variable I get from getdate() before making the MSSQL call?

Link to comment
https://forums.phpfreaks.com/topic/3214-mssql-datetime-and-php-getdate/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.