is it safe to pass data via ajax?
i created script which will count child's div for some certain div with this command $('#content').children().size() by this count i know to fetch from 12 to 18 from mysql if this count is 12. with firebug i can find out this count which will post to my script and i thought is there any way to increase this size to get more details from my database in some way?is it secure to pass such data from ajax? 2-can someone post data or simulate posting in any way?for example simulate data which will post by form like this data=2&foo=3&bar=4 and cheating on server? ATaylor As per my comment, once more