Re: [PHP] Best way to pass SQL TEXT field via a link

2001-03-13 Thread Jason Stechschulte
> 1) The mySQL text data ($description) won't populate my form. I'm using > input, and it just won't accept and display the value of > $description. It's empty, and when the form is re-submitted after editing, > it empties the $description variable. How are you printing the value? With textar

Re: [PHP] Best way to pass SQL TEXT field via a link

2001-03-12 Thread The Arting Starvist
MAIL PROTECTED]> Date: Sunday, March 11, 2001 6:52 AM Subject: Re: [PHP] Best way to pass SQL TEXT field via a link >Yes it would be a lot better to just passed the id in the url. > >py > >- Original Message - >From: Fates <[EMAIL PROTECTED]> >To: <[EMAIL PR

Re: [PHP] Best way to pass SQL TEXT field via a link

2001-03-11 Thread Jens Nedal
Actually the best would be if you would remain in the page so you dont have to pass any variables along the url but just in a submit form to the current page. There you could include your addupdate.php with a trigger like and just ask that value of that field in an if-clause. if true just include

Re: [PHP] Best way to pass SQL TEXT field via a link

2001-03-11 Thread Pierre-Yves Lemaire
Yes it would be a lot better to just passed the id in the url. py - Original Message - From: Fates <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 11, 2001 5:12 PM Subject: [PHP] Best way to pass SQL TEXT field via a link > I'm trying to updat

[PHP] Best way to pass SQL TEXT field via a link

2001-03-11 Thread Fates
I'm trying to update an existing record based on a link that represents the record to update. I have a link and I am passing variables that were assigned from a SQL database to another php form page which will be used to update the record. I'm passing variable like so:http://www.php.net/) To unsu