How do convert date for php query from MSSQL? example : i echo $date = date(d/m/y) , but after insert to mssql db, the date format change to m/d/y . Any method can be convert the date?
If your field in your tabel is a string i dont see the problem but if is a date that could be a problem. I sugest you to look at DATE_FORMAT function from mysql if it is posible that is your only chance.