phpbar.de logo

Mailinglisten-Archive

[php] Problem mit auto_increment

[php] Problem mit auto_increment

Carsten Lehmann c.lehmann at q-bus.de
Mit Jan 19 15:17:16 CET 2005


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