On 6/5/07, karthi keyan <karthi_ece_kec@xxxxxxxxxxx> wrote:
Hi, How can I create a table with spaces "Order details" in MSSQL using PHP? I am able to create manually the table name with space by providing the name in Double Quotes. Is there a way out to do this using PHP? Thanks Karthik.
Why would you want to? Apart from not having to change / search through lines of legacy code. Use order_details or orderDetails or OrderDetails or orderdetails but DON'T curse yourself with a space in a table which you will have to quote every time it's used. Cheers - Miles