This is a discussion on undefined index within the PHP Language forums, part of the PHP Programming Forums category; Been there, done that, got the T-shirt - doesn't work. Hmmmm.... "Jerry Stuckle" <jstucklex@attglobal.net&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Been there, done that, got the T-shirt - doesn't work.
Hmmmm.... "Jerry Stuckle" <jstucklex@attglobal.net> wrote in message news:2bmdnZzbpcjPcFrZnZ2dnUVZ_ridnZ2d@comcast.com. .. > Chris, > > it needs to be $row_search['proj_id'] - just like it is in the output of > print_r(). > |
|
|||
|
Christina wrote:
> Been there, done that, got the T-shirt - doesn't work. > > Hmmmm.... > > "Jerry Stuckle" <jstucklex@attglobal.net> wrote in message > news:2bmdnZzbpcjPcFrZnZ2dnUVZ_ridnZ2d@comcast.com. .. > > >>Chris, >> >>it needs to be $row_search['proj_id'] - just like it is in the output of >>print_r(). >> > > > If your output from print_r() is correct, it will work. The fact it doesn't means you have another problem with your syntax. -- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ================== |