Also, want to add that it helps greatly to not leave style declarations like the ones in my code above (padding:0 0 0 4;), but specify the units (padding:0 0 0 4px;).
Thanks, NogDog. So you're saying that if on *my* server, *my* admin disables allow_url_fopen, then *I* cannot run file_get_contents on any URL. But there is no way that I can stop people from running...
Thank you, Shanu. The link that doesn't seem to be accessible to this function is http://london.vivastreet.co.uk/cars+london. Since that link wasn't accessible, I assumed the entire site wasn't...
I want to redirect a url http://abc.xyz.com/123 to http://www.xyz.com. So the file that will be accessed will be index.php of xyz.com. That index.php should have available to it both abc and 123 (so...
Just in case that looks like I am trying to get some kind-hearted people to do my work for me :), no, it's just that I have no idea of Perl at all (even if I am okay at PHP), and do not have enough...
I came across this perl script someone wrote for spelling suggestions when someone types a wrong spelling. Can someone please convert it to PHP? It will help a lot of people.
I'd like to know if there is any open source php software that has the functionality of groups, specifically that of meetup.com. Will be quite grateful for any responses!
Thank you very much, toicantien - I tried that, but that does not work. Also, that function (stateChangedALL) is used for AJAX functionality all across my site, so I do not think there could be any...
Instead of an id getting its innerHTML changed, the entire page is getting refreshed with this function of mine (you may want to look just at the end of the function where there's an alert):