2008. 03. 5, szerda keltezéssel 13.42-kor Pieter du Toit ezt írta: > This is line 49 > > $txtPhotoData = addslashes(fread(fopen($txtPhoto, "r"), > filesize($txtPhoto))); add this before: $txtPhoto = $_FILES['txtPhoto']['tmp_name']; and don't use addslashes but rather mysql_real_escape_string or whatever suits your database most greets, Zoltán Németh > > the $txtPhoto is the parameter > > ""Angelo Zanetti"" <angelo@xxxxxxxxxxxxxxx> wrote in message > news:20080305113934.591FBD019@xxxxxxxxxxxxxxxxxxxxxxxx > > What is on line 49? > > > > What variable are you passing as the parameter? > > > > > > > > -----Original Message----- > > From: Pieter du Toit [mailto:pieter@xxxxxxxxxxxxxxxxx] > > Sent: 05 March 2008 13:36 > > To: php-general@xxxxxxxxxxxxx > > Subject: Re: Variable post as array > > > > This is my problem > > > > Warning: fopen() expects parameter 1 to be string, array given in > > /usr/www/users/zululr/marketplace/myzululand/specials_proc.php on line 49 > > > > "Colin Guthrie" <gmane@xxxxxxxxxxxxxx> wrote in message > > news:fqlupu$mm7$1@xxxxxxxxxxxxxxxx > >> Pieter du Toit wrote: > >>> Hi > >>> > >>> I have this weird problem, when i select a file to upload, the variable > >>> arrives as an array at the action php file, this is the code, and the > >>> variable name is txtPhoto > >> > >> I'd give a shorter example. People don't want to read through all your > >> code.. > >> > >> Also you shoudl post some sort of indication of what you are trying to > >> do to get the results you describe... just saying "the variable arrives > >> as an array" and we don't really know how you are accessing "the > >> variable". > >> > >> A short example and expected/actual behaviour listing is good :) > >> > >> Col > >> > > > > > > > > -- > > PHP General Mailing List (http://www.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php