Hallo,
ich habe folgendes Problem:
Hier Mein code:
Kann mir bitte jemand helfen?
Danke
ich habe folgendes Problem:
Code:
Warning: copy(file.drawtext2.php?text='GeosansLight-Oblique' &font='../fonts/GeosansLight-Obliquef'&size=30&color=0x000000&bgcolor=0xffffff) [function.copy]: failed to open stream: No error in C:\xampp\htdocs\fonts\admin\font.php on line 25
PHP:
copy("file.drawtext2.php?text='".$name[0]."'&font='../fonts/".$_FILES['file']['name']."'&size=30&color=0x000000&bgcolor=0xffffff", $config['fonts']);
$config['fonts'] = 'C:/xampp/htdocs/fonts/fonts/';
Danke