|
I have a html file:
.................
<html>
<head>
<title>Dex Online</title>
<body>
<form method="get" action="http://dexonline.ro/search.php">
Cuvant:<input name="cuv">
<input type="submit" value="Cauta">
</form>
</body>
</html>
......................................
the file send a form to a php file that reside on a dictionary server.
................
I want to parse the result of the word search from that server and display it into a page from my site (no with dexonline.ro).
Can u give me a hand ?
|