im having this problem i want to insert from a form into a .mdb or rather a microsoft database....
but im a rather newbie so i wondered even it was possibel and how do i do it...
do i use a mssql_query or what ?
please help me
mssql_query(INSERT INTO $name_of_table (name_of_colum) VALUE('$form_variable') ");
this is mssql_query microsoft sql server