|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-09-10 16:27 UTC] php-report at web58 dot de
[2003-09-10 16:40 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 07:00:01 2025 UTC |
Description: ------------ Hello, I am not sure, if can say if it a bug! When I send a form-array: echo $_POST[fieldname][$i]; I get the value of a array! If I will write in Mysql $sql= "INSERT INTO (field) ($_POST[fieldname][$i])"; $sql= "INSERT INTO (field) ('$_POST[fieldname][$i]')"; i get the word array. Or make I a thing-error? Same echo <<<HALLO ... HALLO; Reproduce code: --------------- s.o.