www.url.com/script?id=value。我想要得到這種類型的PHP。怎麼做?在.htaccess中?怎麼做?如何得到它?如果文件沒有擴展名,如何得到它?如何使GET TYPE www.url.com/script?id=value?
-1
A
回答
0
0
理論上你不需要.htaccess來實現這一點。你可以有一個名爲「腳本」的文件夾,並帶有一個「index.php」來處理你的數據($_GET['id']
)。
+0
我試過了。你的意思是www.url.com/script/?id=value但是我想要www.url.com/script?id=value –
相關問題
- 1. Interlocked.Increment of Reflected Value Type
- 2. sizeof(value)vs sizeof(type)?
- 3. last-child/last-of-type和[attr | = value]/[attr^= value]
- 4. Value of type ...沒有會員
- 5. Value of type ... has no member
- 6. Value Class w/String Inner Type?
- 7. html hidden input type - base 64 value
- 8. 如何在值爲空時使用Convert.ChangeType(value,type)
- 9. PHP CURL GET JSON VALUE
- 10. get prev ID-value form input =「text」
- 11. C#typeof(「Object Variable get type」)
- 12. 爲什麼getItem()返回「Invalid attribute value type」?
- 13. 如何解析name = value ^^ name = value ^^ name = value
- 14. snmp-get value from pass is missing
- 15. javascript get function param name/value
- 16. 爲什麼Raven/AnonymousUserAccessMode value =「Get」?
- 17. GET-POINTER-VALUE - Unix的行爲?
- 18. Golang:fmt,variadic args和%!(EXTRA type = value)錯誤
- 19. 如何閱讀value input type =「date」來編寫數據庫?
- 20. 如何選擇除type =「value」以外的所有輸入?
- 21. Expression.Constant(value,type)類型未知。如何定義類型
- 22. INPUT type =「submit」value =「Go」後創建文件
- 23. get value form simpledialog2空白模式
- 24. 如何在iPhone中使用Content-Type和Method(POST,GET)來使用SBJSON解析?
- 25. 錯誤:使用struct type value((*; ptr; ptr ++)需要標量)
- 26. MYSQL QUERY if exists then get that specific column value and compare with new value
- 27. PHP,如何從下拉菜單post/get hidden value(id)?
- 28. 想要隱藏行如果<input type =「text」value =「0」>。,
- 29. std_logic vector(15 downto 0)value not get assigned
- 30. 使用HTML輸入元素(type =「submit」),我們如何定製GET字段?
你應該對你想要的更具體。 –