Search Results
… $feed = new SimplePie(); $feed->set_feed_url('http://www.example.com/feed'); $feed->init(); echo '<ul>'; // … also pull out categories from your Wordpress blog by setting the feed URL to something like this. …
… correct content types in advance. Because SimpleTest works by issuing CURL requests to pages the most reliable way of doing certain tasks is …
Article: Using JavaScript To Run Form Events
… JavaScript code (commonly called a bookmarklet) in the place of any URL in the action attribute of the form. Next, in order to actually get …
Article: PHP Easter Eggs
… for PHP by appending one of the following strings to the end of the URL. ?=PHPE9568F34-D428-11d2-A769-00AA001ACF42 …
Converting from PostCode to map reference is far from accurate, but it can be done using the Google Maps API. You can get a Google Maps API key from Google by just asking for it, although you are limited to a certain number of requests each day. Google Maps usually works through JavaScript, but it …
… on the link. One way of doing this would be to add a parameter to the URL of the link, if the parameter is present then it is a user going …
… the other being the subjects. It will then create the necessary RSS URLs and use the multi-feed aggregator feature of SimplePie to collate … $feeds[] = 'http://upcoming.yahoo.com/syndicate/v2/search_all/?q='.urlencode($subject).'&loc='.$location.'&rt=1'; } } // create SimplePie … $feed = new SimplePie(); // add feeds to SimplePie $feed->set_feed_url($feeds); // turn off feed ordering by date …
… The setRedirect() function takes two parameters. The first is the URL to be redirected to and the second is the HTTP response code. … …
Article: Apache Log File Into MySQL Table
… first line of the request, basically the method used (GET/POST) the URL that was accessed and the HTTP protocol level that was used. This …
… sending out the email, which will reset the password. Here is the URL that can be used to reset the password. …