Page is a not externally linkable
- Hardware and OS Related Technologies
-- Website Technology Issues
---- Run php script from remote server


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


Thread source:: http://www.webmasterworld.com/website_technology/4405494.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com