![]() |
Sergey Kornilov admin 7/17/2011 |
You code will break if $value is empty. Here is how you can modify it: if ($value) |
A
|
Andrzej author 7/17/2011 |
You code will break if $value is empty. Here is how you can modify it: if ($value)
|
A
|
Andrzej author 7/17/2011 |
Now it is not showing error with this code: |
![]() |
Sergey Kornilov admin 7/17/2011 |
According to SQL Query from the your first post $value was empty: SELECT name, surname from prospects where id =
|
A
|
anjeko 7/17/2011 |
According to SQL Query from the your first post $value was empty: We need to see your database in order to help. Post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
|
A
|
Andrzej author 7/18/2011 |
Hi Andrzej, Please try this: $strSQL = "SELECT name, surname from prospects where id = '$value'"; Powinno pracowac. Jerry
|