Visa ett inlägg
Oläst 2011-05-11, 15:52 #10
phattrance phattrance är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Aug 2008
Inlägg: 607
phattrance phattrance är inte uppkopplad
Mycket flitig postare
 
Reg.datum: Aug 2008
Inlägg: 607
Citat:
Ursprungligen postat av dynamixx Visa inlägg
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

phattrance är inte uppkopplad   Svara med citatSvara med citat