Citat:
	
	
		
			
				
					Ursprungligen postat av  dynamixx
					 
				 
				sry PASTE FEL IGEN   
<?php include("upload.class.php"); 
$fil = $_SERVER['DOCUMENT_ROOT']."/bild.jpg"; 
$avatar_dir = $_SERVER['DOCUMENT_ROOT']; 
$foo = new upload($fil); 
if ($foo->uploaded) { 
$foo->image_unsharp = true; 
$foo->image_border = '0 0 16 0'; 
$foo->image_border_color = '#000000'; 
$foo->image_text = "funnypicturesblog"; 
$foo->file_new_name_body = "nybild"; 
$foo->image_text_font = 2; 
$foo->image_text_position = 'B'; 
$foo->image_text_padding_y = 2; 
$foo->Process($avatar_dir); 
}  
			
		 | 
	
	
 
då får jag detta:  ( ! ) Parse error: syntax error, unexpected $end in C:\wamp\www\class.upload_0.31\text.php on line 1