[PHP] link question

2003-10-22 Thread Davy Campano
I have a php page that makes a table from data in a mySQL database. What I want to do is make the first entry in the table be a Unique key that is a link, that when you click on this key it opens another page with some more information. Basically I am trying to figure out how to pass this key from

RE: [PHP] email certain people

2003-10-09 Thread Davy Campano
: Thu 10/9/2003 10:38 PM To: [EMAIL PROTECTED] Cc: Subject: RE: [PHP] email certain people > -Original Message- > From: Davy Campano [mailto:[EMAIL PROTECTED] > > I am making a webpage, and I want to

[PHP] email certain people

2003-10-09 Thread Davy Campano
I am making a webpage, and I want to be able to email certain people that are selected by a checkbox when I click the submit button. I am trying to figure out what the best way is to do this. There are four people on the page and they each start with their name checked (so they should receive

[PHP] *SOLVED* [PHP] problem transferring a variable using POST

2003-10-09 Thread Davy Campano
09, 2003 12:08 PM To: Davy Campano; [EMAIL PROTECTED] Subject: RE: [PHP] problem transferring a variable using POST Davy Campano <mailto:[EMAIL PROTECTED]> on Thursday, October 09, 2003 8:57 AM said: > This statement works: > $sql = 'UPDATE wo SET status = 1 WHERE tick

[PHP] problem transferring a variable using POST

2003-10-09 Thread Davy Campano
I am having a problem with a form. I am trying to have a form pass a variable so that I can update an item. I think the problem is that the variable (ticketed) is being read as text instead of a number. These are the tests I have run. This statement works: $sql = 'UPDATE wo SET status = 1 WH

[PHP] Upgrading PHP 4.1.2 to Current

2003-06-15 Thread Davy Campano
I am pretty new to Linux and I was wondering if someone can point me in the right direction on upgrading packages. Right now, I am looking to upgrade PHP but actually I would just like to understand how to do any upgrades. Do I have to recompile??? If so, how do I do this? Thanks for any hel