Friday, November 14, 2008

Ajax ,IE and select Box

If you are struggling with Combo Box values in a AJAX script and combo (selection box) is not passing values then it may be becuase you did not use value="" parametere in combo select box
.For some strange reasons IE6 and iE7 don't pass values of select box until you use option="value"

Labels:

Saturday, November 1, 2008

PHP5, Wordpress and XMLRPC

1 of my PHP script which uses wordpress XMLRPC stop working suddenly...
the problem was "lt;" and "gt;" characters I was using.You need to use "#60;" and "#62;" and it work like a charm

Labels: