Likes Received By Sano000
-
ThePHPMaster liked Sano000's post in the thread php preg_replace help please.
preg_replace was a good idea. You need to leave a text only, right? So here is javascript example, but regex will be the same for PHP:...
May 17, 2015 -
sarahk liked Sano000's post in the thread newbie needs help.
Hi, // Get the text from a textarea var userList = $('textarea.user-text').val() // create a new item userWordsData = { name:...
Oct 3, 2014 -
blktallos liked Sano000's post in the thread .val(); separated each entry.
$("#log").append('<p>'+$("textarea").val()+'</p>'); Is that you want?
Oct 1, 2014 -
sarahk liked Sano000's post in the thread recursion function problem...........
Hello, Your script doing several queries into database, it is not a good idea. You may make this with just a single query. SELECT t.id,...
Oct 1, 2014