Re: [PHP] Error in variable when looping

2003-01-14 Thread menezesd
- Original Message - From: menezesd [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 13, 2003 6:21 PM Subject: [PHP] Error in variable when looping Hello friends, I have made the following table of data and a button on every row to view the details. The code is working fine

[PHP] Calendar problem

2003-01-14 Thread menezesd
Hello friends. I have two fields in my form. When two dates are entered in these two boxes, I need to find the diiference in calendar months and remaining days between these two dates. This Calendar months and remaining days is important. The functions that I know do not work for calendar

[PHP] Error in variable when looping

2003-01-13 Thread menezesd
Hello friends, I have made the following table of data and a button on every row to view the details. The code is working fine and the table is displayed with the buttons. The problem I have is that the $SelectedItemNumber posted to the next page remains the same number no matter which row

[PHP] Formatting text output

2002-12-25 Thread menezesd
Hello friends. I work for a school where we need to put the class results on to our web, one for every class. We enter the marks in the database and this should be displayed in a particular varying format as follows(an example) : Grade A Pass : 4554 7687 9834 2354 7671 Grade B Pass : 0045

[PHP] Need some help please

2002-04-01 Thread menezesd
titleUntitled Document/title meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /head body bgcolor=#FF text=#00 ? $link=mysql_connect(localhost,menezesd,FX3PYTys); if ($link){ print link id is $link; } else { print error connecting to database; } $posted=time(); $query=INSERT