Salve ragazzi, sto usando per il mio sito uno script per newsletter (EZNewsletter), ho un problemino con la connessione al db acces, non so come aggiornare questo codice:
[PHP] strDir = "../pagine/newsletter/"
strFolder = "..\pagine\newsletter\"
strDBPath = "C:\path\to\newsletter\datastores\newsletter.m db"
strAdminDBPath = "C:\path\to\newsletter\datastores\admin.mdb"
strHFooter = "
If you would like to be removed from this mailing list - Click on the link below." & _
"
Or Copy and Paste to your browsers address bar" & _
"
<a href=""http://"&strDomain&strDir&"common/process.asp?cancel=now"">" & _
"Cancel</a>
" & _
"Thanks
" & strSiteTitle
strTFooter = vbcrlf&vbcrlf& "If you would like to be removed from this mailing list - Click on the link below." & vbcrlf & _
"Or Copy and Paste to your browsers address bar." & vbcrlf & _
"http://"&strDomain&strDir&"common/process.asp?cancel=now" [PHP]
La struttura delle cartelle è così:
Sito
----mdb-database
----pagine
-------Newsletter
---------admin
---------common
---------immage
il pezzo di codice in questione è contenuto dal file commoncode.asp che sta nella cartella common.
Qualcuno sa aiutarmi...