Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: writting files

  1. #11
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    It holds a bunch of xml.
    PHP Code:
    if ($all === "all" ) {
        
    $pinclude $top $vvfile $sspeechfile $prfile;
        
    $vinclude $top $sspeechfile $ppfile $prfile;
        
    $sinclude $top $vvfile $ppfile $prfile;
        }
        if (
    $bp === "Yes") {
        
    $pfile $pincluded $pfile '<h4>The "Big Picture"</h4><p>View a panoramic picture of the event. </p><table width="100%"><tbody><tr><td> <a title="" href="Agov3/images/' $event '_bp.jpg" rel="lightbox[roadtrip]"><img title="A panoramic view of the event." alt="A panoramic view of the event." src="/Agov3/images/' $event .'_bplk.jpg" border="0" /></a></td></tr></tbody></table><br />';
        }
        else
        {
        
    $pfile $pincluded $pfile;
        }
        for ( 
    $num 1$num <= $maxnum$num++ )
        {
        
    $pfile $pfile '<p>Click photo to open larger version.  Right-click photo to download and save.<br /></p><table bordercolor="#c0c0c0" cellpadding="2" width="100%" border="1"><tbody><tr><td><a title="Info about photo" href="Agov3/images/' $event $num 'lb.jpg" rel="lightbox[roadtrip]"><img title="Info about photo" height="133" alt="Info about photo" src="/Agov3/images/' $event $num 'lk.jpg" width="200" border="0" /></a><center><a href="Agov3/images/' $event $num 'web.jpg" target="_blank">Full Res</a></center></td><td>Info about photo</td></tr></tbody></table>';
        } 

  2. #12
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    any other ideas?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •