Folks,
I'm having issues getting php to update a table in Sql server 7...
This is my code so far:
$sqlInsertName = "INSERT INTO Person1
([Name],[Age],[Birthday],[Age_tester])
VALUES ('$Name','$Age','$Birthday', '$Age_test')";
mssql_execute($sqlInsertName)
Does anyone know the proper way to do this?
Thanks,
I'm having issues getting php to update a table in Sql server 7...
This is my code so far:
$sqlInsertName = "INSERT INTO Person1
([Name],[Age],[Birthday],[Age_tester])
VALUES ('$Name','$Age','$Birthday', '$Age_test')";
mssql_execute($sqlInsertName)
Does anyone know the proper way to do this?
Thanks,