Help for this page

Select Code to Download


  1. or download this
    while ( $token=$p->get_token() )
    {
    if ($token->is_start_tag('img') )
    ...
     print "SRC NOW: $src\n"; #For Debugging
     $token->set_attr('src', $src);
    }
    
  2. or download this
    got filetitle: ApplePecanBreadStuffing
    SRC IS ../../images/dbimage.asp?ID=751
    ...
    SRC NOW: 'ApplePecanBreadStuffing.jpg'
    SRC IS ../../images/spacer.gif
    SRC NOW: 'ApplePecanBreadStuffing.jpg'