A
Anonymous
Guest
I'm a ASP Migrater to PHP :?
I wanna ask how do I establish a connection to my .mdb, update and display it? I'm using it for my hit counter. Previously, in ASP, the way I did it was:
[PSEUDOCODE! NOT ASP CODE!]
Create ADODB.Connection object
Create ADODB.RecordSet object
Open RecordSet using SQL and Connection
RecordSet("hit") = RecordSet("hit") + 1
Update RecordSet
"This is the $RecordSet("hit") times visited"
When it comes to PHP I got lost and can't find any tutorial on databases. Can someone help me? Thanks.
Regards, eddy05
I wanna ask how do I establish a connection to my .mdb, update and display it? I'm using it for my hit counter. Previously, in ASP, the way I did it was:
[PSEUDOCODE! NOT ASP CODE!]
Create ADODB.Connection object
Create ADODB.RecordSet object
Open RecordSet using SQL and Connection
RecordSet("hit") = RecordSet("hit") + 1
Update RecordSet
"This is the $RecordSet("hit") times visited"
When it comes to PHP I got lost and can't find any tutorial on databases. Can someone help me? Thanks.
Regards, eddy05