Mailinglisten-Archive |
Ein Problem mit auto_increment ist das nicht.
ingo.preuss at gmx.net schrieb:
> Mit folgendem skript will ich Bilder uploaden:
>
> *<?php*
> //code that will be executed if the form has been submitted:
> if($submit) {
> //connect the database
> mysql_connect("localhost","**user**","**pwd**");
> mysql_select_db("binary_data");
> $data = addslashes(fread(fopen($form_data, "r"), filesize($form_data)));
Wie wär's mit
$data=addslashes(fread(fopen($_FILES['form_data']['tmp_name']...
Carsten
php::bar PHP Wiki - Listenarchive