I want to create a HTML file.
I want that HTML file to take some input variables and call a php script?
can you please help me with a snipp of this? or any url that has this as a simple example.
I have a HTML file, when the I click "next", I want to call the php script.
That php script the page it is in (say 5th page) so when I click "next", it should take the $currpage=5 (variable) and send it to the php script
以上就是php script getting called from a html.的详细内容,更多请关注web前端其它相关文章!