Question : windows 2008 MYSQL5.1 and PHP5

I plan to install Mysql.5.1 +PHP.5 and PHPMYADMIN on windows 2008 r2 x64 server
can anyone give me step by step guide?
Thanks

Answer : windows 2008 MYSQL5.1 and PHP5

Small errors. Change rst to rs:
Dim dbs As Database
Dim rs As Recordset
Set dbs = CurrentDb
Set rs = dbs.OpenRecordset("qryData")
MsgBox "The total for " & rs!fldOne & " for the " & rs!fldThree & "is " & rs!fldTotal
rs.Close
dbs.Close
Set rs = Nothing
Set dbs = Nothing
Random Solutions  
 
programming4us programming4us