#20971 [NEW]: Notice: Undefined index: Submit in

2002-12-12 Thread jose . vargas
From: [EMAIL PROTECTED]
Operating system: win 2k pro
PHP version:  4.2.3
PHP Bug Type: Session related
Bug description:  Notice: Undefined index: Submit in

Notice: Undefined index: Submit in c:\program files\apache
group\apache\htdocs\webproyect\modulo_externo\include\ingreso.php on line
3





-- 
Edit bug report at http://bugs.php.net/?id=20971&edit=1
-- 
Try a CVS snapshot: http://bugs.php.net/fix.php?id=20971&r=trysnapshot
Fixed in CVS:   http://bugs.php.net/fix.php?id=20971&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=20971&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=20971&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=20971&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=20971&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=20971&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=20971&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=20971&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=20971&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20971&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=20971&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=20971&r=isapi




#20971 [Com]: Notice: Undefined index: Submit in

2002-12-12 Thread jose . vargas
 ID:   20971
 Comment by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Session related
 Operating System: win 2k pro
 PHP Version:  4.2.3
 New Comment:

forgot,
Apache HTTP Server Version 1.3


Previous Comments:


[2002-12-12 13:44:15] [EMAIL PROTECTED]

Notice: Undefined index: Submit in c:\program files\apache
group\apache\htdocs\webproyect\modulo_externo\include\ingreso.php on
line 3









-- 
Edit this bug report at http://bugs.php.net/?id=20971&edit=1




#20996 [NEW]: unserting from a for

2002-12-13 Thread jose . vargas
From: [EMAIL PROTECTED]
Operating system: win 2k pro
PHP version:  4.2.3
PHP Bug Type: *Database Functions
Bug description:  unserting from a for

this is what i'm doing:
for ($i=0; $i<$howmany; $i++){
// Insertar Datos
$premio[$i] = $form_data['premio[$i]'];
$description[$i] = $form_data['description[$i]'];
$bil[$i] = $form_data['bil[$i]'];
$myquery[$i] = "INSERT INTO PREMIO ( premio, description, bil) 
VALUES
('$premio[$i]', '$description[$i]', '$bil[$i]')";
$result = mysql_query($myquery[$i], $mysql);
if (!$result) {
$error[$i] = "No se logro realizar la inserción";
return ($error[$i]);
}
}
it does the insert but whitout the data, empty;
what am i doing wrong
-- 
Edit bug report at http://bugs.php.net/?id=20996&edit=1
-- 
Try a CVS snapshot: http://bugs.php.net/fix.php?id=20996&r=trysnapshot
Fixed in CVS:   http://bugs.php.net/fix.php?id=20996&r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=20996&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=20996&r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=20996&r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=20996&r=support
Expected behavior:  http://bugs.php.net/fix.php?id=20996&r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=20996&r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=20996&r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=20996&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20996&r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=20996&r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=20996&r=isapi