>目的是使用shell script來遠端update另一台資料庫的內容
>index是 年 月 日這樣
>想要直接一行code解決,不用到額外的php等等東西
>麻煩版上各位先進幫小弟解惑一下,感謝!
稍為更改一下作法
我現在有一個asp檔,只要連結到那個網址就可以更改資料庫的內容
格式是
http://xx.xx.xx.xx/xxx/test.asp?year=2009&month=8&day=14&channel=5&cd=2
請問要如何使用shell script來點這個網址呢
目前試過用WGet --post-data,卻出現ERROR 500: Internal Server Error
苦惱中QQ
--
>index是 年 月 日這樣
>想要直接一行code解決,不用到額外的php等等東西
>麻煩版上各位先進幫小弟解惑一下,感謝!
稍為更改一下作法
我現在有一個asp檔,只要連結到那個網址就可以更改資料庫的內容
格式是
http://xx.xx.xx.xx/xxx/test.asp?year=2009&month=8&day=14&channel=5&cd=2
請問要如何使用shell script來點這個網址呢
目前試過用WGet --post-data,卻出現ERROR 500: Internal Server Error
苦惱中QQ
--
All Comments