Re: [PHP] mysql, php, checkbox

2002-12-03 Thread Adrian Partenie
the errors PHP Notice: Undefined index: ids in selectare.php PHP Warning: Variable passed to each() is not an array or object in selectare.php - Original Message - From: John W. Holmes [EMAIL PROTECTED] To: 'Adrian Partenie' [EMAIL PROTECTED]; 'php' [EMAIL PROTECTED] Sent: Thursday

Re: [PHP] mysql, php, checkbox

2002-12-05 Thread Adrian Partenie
Indeed, now it works, I put the form tag by mistake... Thanks, Adrian - Original Message - From: rija [EMAIL PROTECTED] To: Adrian Partenie [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 11:30 PM Subject: Re: [PHP] mysql, php, checkbox There are form/form tags around input type

[PHP] php, frames

2002-11-16 Thread Adrian Partenie
Hello, I could use some help. I have two framed pages, upperframe.html and lowerframe.html. In upper frame.html: echo table border=1; echo trtd/tdtdID/tdtdSubject/tdtdOpen/tdtdClose/td/tr; while($row = MySQL_fetch_array($result)) { echo trtdforminput type=\checkbox\ method=\post\

[PHP] php, forms, mysql

2002-11-18 Thread Adrian Partenie
Hello, I could use some help. I have two framed pages, upperframe.html and lowerframe.html. In upper frame.html: echo table border=1; echo trtd/tdtdID/tdtdSubject/tdtdOpen/tdtdClose/td/tr; while($row = MySQL_fetch_array($result)) { echo trtdforminput type=\checkbox\ method=\post\

[PHP] mysql

2002-11-25 Thread Adrian Partenie
Hello, 1.How many tables can be created inside a database? There is a maximum number? 2.Is it possible to erase a table? Thanks, Adrian

[PHP] calling a php function

2002-11-26 Thread Adrian Partenie
Hello, Can I call a php function using forms in the same way as I do for a javascript function? (in the same page, not with php_self). ?php function() {... } ? form method=post action=function() . /form Thanks, Adrian

[PHP] mysql, php, checkbox

2002-11-28 Thread Adrian Partenie
Hello, I'm displaying the content of a mysql table with autoincrement index. I want to be able to select the each row from the table using the check boxes. In order to do that, i want to assign to each checkbox the name=index of selected row. I assign to the checkboxes the value of selected