Search the Community
Showing results for tags 'null'.
-
hello, I have a table, that contains null in one column. when I query on that table null is also appearing in the result. Is there any option to hide the null? ------------- | id | name | |----------- | | 1 | null | | 2 | BANK | ------------- expected result is: ------------- | id | name | |-------------| | 1 | | | 2 | BANK | -------------
-
Please kindly go tohttp://lifelearning.xtreemhost.com/lib.htmlA testing page. Just check the checkbox "Lib1" and do not enter anything in the input boxI have checked if sFound1 is null in the if condition (already commented in the codes,but the table (at the bottom) still returns the null value. Can anyone help me a bit here?Many thanks in advance.
-
What I am doing is checking for a null. I think I have not really crafted this properly. The form elements do contain a ' value="" ' in some cases. Should I be checking instead for ""? Do I need to convert window.physichaladdress to a string? This is the target line: if(window.physichaladdress != null) Thanks! <?php?><!DOCTYPE html><html><head><title>My Title</title><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script><script>$(document).ready(function(){$('#enteraddress').hide();$('#entercoords').hide();$(