Search Results
… 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 …
… $query = "http://maps.google.co.uk/maps/geo?q=".urlencode($code)."&output=json&key=".$mapsApiKey; $data = …
… = 0,$j = count($paragraphs);$i < $j;$i++) { // create links around URLs $paragraphs[$i] = preg_replace('/((ht|f)tp:\/\/[^\s&]+)/','<a …
… a function can be done using a parameter string. This is just like a URL that has data encoded into it. For example, if you wanted to send …
… that provide this facility. You simply provide the API with a URL or some markup and ask for a PDF file in return. Whilst these … once you are finished with it. // Create a new page and navigate to an URL. $page = $browser->createPage(); $url = …
Article: Creating Sparklines In PHP
… string to extract the data into an array. Parameters added to the URL are automatically available in PHP through the $_GET superglobal …
Article: PHPNW10: A Review
… This weekend saw the 3rd PHPNW conference and being a PHP developer, working in Manchester, it would be inexcusable for me not to attend :). After missing my train and pouring … take on why I devote so much of my spare time writing technical blogs and attending various user groups around Manchester. He used the …
… enter to go on to the next question. Remember that this will form the URL of your local development environment. Next, DDEV wants to know …
… metrics to push the test results to Show Slow. extensions.yslow.beaconUrl = http://my.showslow.server.com/beacon/yslow/ … function setUp() { $this->setBrowser("firefox"); $this->setBrowserUrl("http://www.hashbangcode.com/"); } public function testMyTestCase() … to the takeScreenshot() method. The $screenshotPath and $screenshotUrl variables need to be set before this is done, but this is a good …
Article: PHP Unconference Europe 2011: Part 2
… Form validation is also available with the elements, so creating a URL or email element will automatically load some simple form …