|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
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
|
|||
|
|||
|
Missing mySQL variables
I have been creating a PHP form which reads a record and puts the values into the 'values=' part of the HTML <INPUT> tag. Unfortunatelym when I use mySQL adn the array_fetch command, if the column is NULL then if you try to access the particular column using @row["nullcolumn"] you just get an unidentified index error. There seem unfortunately no way around it. Can any one please help?
|
|
#2
|
|||
|
|||
|
RE: Missing mySQL variables
if(isset(row["nullcolumn"])) {
//do something } ?? |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Missing mySQL variables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|