Mycket flitig postare
|
|
Reg.datum: Aug 2008
Inlägg: 607
|
|
Mycket flitig postare
Reg.datum: Aug 2008
Inlägg: 607
|
hmm vad är det jag ska ha i text.php då? detta är vad jag har just nu:
<?php include("class.upload.php");
$foo = new upload($_FILES['photo']);
if ($foo->uploaded) {
$foo->image_unsharp = true;
$foo->image_border = '0 0 16 0';
$foo->image_border_color = '#000000';
$foo->image_text = "funnypicturesblog";
$foo->image_text_font = 2;
$foo->image_text_position = 'B';
$foo->image_text_padding_y = 2;
$foo->Process($avatar_dir);
}
|