Hi,
I am using windows IIS to run php at my local machine .I conneting my script to web mysql database.i am able to make connection.But for each database field name there is an notice error of "undefined constant" Please help. Thanks
Why is $foo[bar] wrong? You should always use quotes around a string literal array index.
Thanks for the information.