|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Undefined variable: row error
hello
can anybody tell me how to fix this error? thank you <br /><b>Notice</b>: Undefined variable: row in <b>F:\server\htdocs\coupon\admin\users\edituser.php</b> on line <b>39</b><br />
__________________
im lve web designing |
|
#2
|
||||
|
||||
|
This means that in edituser.php (or in an included file) on line 39 you are referencing the variable $row when infact it has not been declared previously. The easiest way would be to declare it before it is used. Eg:
Say if this caused that error..... PHP Code:
changing it to this would fix it: PHP Code:
If you post the code before and on line 39 then we can probably help you more.... Andrew
__________________
Ubuntu User #13389 |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Applications > Undefined variable: row error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|