Page is a not externally linkable
aspdaddy - 8:42 am on Jan 10, 2012 (gmt 0)
I need to call a php script to import data. I am doing this via VB.NET as follows
Dim myProcess As New System.Diagnostics.Process()
myProcess.StartInfo = New System.Diagnostics.ProcessStartInfo("iexplore.exe", "http://......./pages_system/datasync.php")
myProcess.Start()
myProcess.Kill()
I have put username and password on the php page but now the automation fails. Any ideas how to pass the credentials (LAMP) - any language will do ?
Thanks