Tech Info

Sunday, July 18, 2010

create dynamic images in php

//Create Image By Url Method - 2
function create_image_by_url2($url)
{
$path_parts = pathinfo($url);
copy($url,$path_parts['basename']);
}
create_image_by_url2($url);
Posted by Surya Narayana Murthy at 9:02 PM
Labels: create-image-based-on-url, create-image-dynamically, php-generate-image-by-url, php-image-creation-by-url, save-image-from-php-url-using-php

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Web Design

Surya Narayana Murthy
View my complete profile

Blog Archive

  • ►  2011 (18)
    • ►  February (6)
    • ►  January (12)
  • ▼  2010 (23)
    • ►  October (11)
    • ►  September (1)
    • ▼  July (8)
      • days difference in php
      • Get extension of filename in php
      • forgot login info php
      • php registration form script
      • Php Login Form Example
      • Validate Image Using Javascript
      • create dynamic images in php
      • create dynamic images using php
    • ►  June (2)
    • ►  January (1)
  • ►  2009 (5)
    • ►  December (1)
    • ►  November (3)
    • ►  October (1)
Picture Window theme. Powered by Blogger.