How to make a PHP script regex to take a webpage and put certain values into an array.
example:
google.com/complete/search?hl=en&js=true&qu=maker
the resulting webpage would contain plain text (no HTML)
if you've seen this page before you would know it is google suggest results displayed.
here is example from the URL above:
sendRPCDone(frameElement, "maker", new Array("makers mark", "makers diet", "makerere university", "maker", "makers", "makerere", "makers mark bourbon", "makers marks", "makers mark whiskey", "makersdiet.com"), new Array
And put these words in quotes into a PHP array?