there is a square like smybol is displaying whenever i run the php scripts, what kind of error is this ?

punter asked: there is a square like smybol (a special character imagine a square box)is displaying whenever i run the php scripts, what kind of error is this ?
function onready1()
{
if(xml.readyState == 4 || xml.readyState == ‘complete’)
{
str1 = xml.responseText;
s = str1.split(“:”);
for(i=0; i
{
if(s.length == 5 )
{
document.getElementById("address1").value = s[0];
document.getElementById("address2").value = s[1];
document.getElementById("location").value = s[2];
document.getElementById("grade").value = s[3];
document.getElementById("business_sector").value = s[4];
}
else
{
document.getElementById("address1").value ="";
document.getElementById("address2").value ="";
document.getElementById("location").value ="";
document.getElementById("grade").value ="";
document.getElementById("business_sector").value ="";
}
}
}
}
function getaddress()
{
var address = document.getElementById('client_name').value;
xml = GetXmlHttpObject();
if(xml == null)
{
alert("Your browser is not supporting ajax!");
}
else
{
url = "/marketing_call_detail
dude i cant send u whole codes, or else give ur email id , will post u the whole code........
http://www.certainscripts.com
[[T_F]]Data Leak Prevention – Data Security Solutions – Information Theft Protection, Detection and Prevention Software Productstracefusion_signature=2847d2d17106dfc7376a97137f2da77a84f6281f1d9287995027ad9b00d8cf53fb73c4d647b755b92b9655dbdbbd7ffb95fbea0bc440c465e7350381888047edbf68299a313a49fe9562182bf7a5a753216ffd7440ab4912a680267ff15a14e899fc4e1725f1b6566748f1d4f3597037311e58c7d04dec99d91dfe87b6b0992f8feba72ab9264ba97fbde7d0e2b302c2e4ef6dc13a630552e8bb205da2450ee8b698a8b2961f2156ba6b3f9dd6b3f6296c87876296de86c9ac11afc25f131faea9d29c10f4643531052a83589ecd3caeb6d842806cc1ee0c0f962e0eeef5936d9dbfbe5d719d8cc170629cb98f1f71d0397b564e22cae670cfe8f5fe10084cd480bb64709a7dbac1d49a92d36a162cc12463b38c5957b69d2f1fc5b406cde48ea6afa320508a4bf2bb082c73aa1a66648f4aa6769331e6c6dad58a55b4c385c10a1ba020b0e41d0faaa19cef2d41e3616d5078cfb967cbfef7eb50dd267bd6cb0dcc377c5e9c47e7aa647f0d711fdbc78824af538c256700ef8df11e909107e1ccfc698af02a8d30cbfbe0375e984aa1504888b51edd0d1f80fa058315024074f360556c9b2bbd02370f91dedf0e9534b715710229b8ab334773855a74d25df3fc7ef9883a458c7a43daa7aafcd06bf8f8b5fca3fed91ecbe9c451dab3f6dc4bdc49fcf0788b2e131d23e5cf3098278a4c00965300546c62954b583f5f800f3cd40ee006856119c046a3ada0313a601ac4fe52ead0f97938a406a9d46a06a9d677[[T_F]]
Fire Your Programmer grab your copy of Robert Planks Five Minute PHP
Post a Comment
You must be logged in to post a comment.