arkadaşlar localde çok güzel çalışan site bitti ve servera attım sorun çıktı
Microsoft VBScript runtime error '800a005e'
Invalid use of Null: 'Replace'
/include.asp, line 98
bu hatada ki kodlar bildiginiz replace kodları ve hiç bi sorunu olmayan bir çok insanın kullandıgı kod çalışmaması imkansız yani
Hatalı Gördügü Kod:
Function ac(strVeri)
If IsNull(strVeri) Then Exit Function
strVeri = Replace(strVeri, "http://", "")
strVeri = Replace(strVeri, "www.", "")
strVeri = Replace(strVeri, "rapidshare.com", "http://rapidshare.com",1,-1,1)
ac = strVeri
End Function