Likes Received By PoPSiCLe

  1. mike323 liked PoPSiCLe's post in the thread Is there an easy way to host my own website & email on a tablet?.

    The point is, this kind of paranoia doesn't really track. If you're paranoid about using, say, Gmail or Hotmail (or Outlook as it's...

    Mar 17, 2015
  2. sarahk liked PoPSiCLe's post in the thread Do I need "mysql_real_escape_string" for this?.

    Why is that good? Using mysqli_ or PDO isn't any harder than learning mysql_ if you're an absolute beginner? If you have no idea how to...

    Mar 15, 2015
  3. FreeFun4Every1 liked PoPSiCLe's post in the thread Is this plugin or php script?.

    It's neither, probably. I'm guessing javascript with drag and drop and snap-to placement. It's probably proprietary. Checked it out on...

    Mar 9, 2015
  4. deathshadow liked PoPSiCLe's post in the thread Newsletter pop up window.

    Well - you'll need some sort of control (cookie or similar) so that it doesn't pop up EVERY TIME the user visits a secondary page, or...

    Mar 6, 2015
  5. EricBruggema liked PoPSiCLe's post in the thread Can Some one solve this for me? Please!.

    Seriously? Do your own homework. Or at least try, and give us code to work with. Don't know C, but this should be VERY simple - create...

    Mar 5, 2015
  6. webgames247 liked PoPSiCLe's post in the thread How to echo this out....

    echo $description; Or, if you haven't assigned $description yet, you can also do echo $description = 'some value'; This assigns...

    Mar 3, 2015
  7. rahu_l_ liked PoPSiCLe's post in the thread How to Show result from JSON.

    Create a variable: $result = json_decode($result,true); and then just do echo 'Name:...

    Mar 3, 2015
  8. sarahk liked PoPSiCLe's post in the thread For a bootcamp application, what is the most reliable way to host my websites?.

    Buy yourself a cheap domain and webhost somewhere? If it's just for learning stuff, a cheap no-frills shared hosting account should do...

    Feb 21, 2015
  9. malky66 liked PoPSiCLe's post in the thread Need This Solution ASAP.

    Uhm - you cannot upload via AJAX alone - AJAX just talks to a server-side script. First off - why in the world do you use a Windows...

    Feb 3, 2015
  10. sarahk liked PoPSiCLe's post in the thread Need This Solution ASAP.

    jQuery is javascript. Please understand the difference between running something on the client (the browser) and the server (Apache,...

    Feb 3, 2015
  11. tbarr60 liked PoPSiCLe's post in the thread Language for web development.

    Okay - it's "Javascript" - not JAVA Script or anything at all to do with JAVA (which is a language all of its own, and has nothing to do...

    Jan 31, 2015
  12. NetStar liked PoPSiCLe's post in the thread Need Car Makes and Models Database.

    And... $75 is next-to-nothing. That is actually pretty cheap.

    Jan 29, 2015
  13. deathshadow liked PoPSiCLe's post in the thread Language for web development.

    If you're gonna be a web-developer, here's a few things you should pick up: HTML (it's a given - you sorta need to know HTML to be able...

    Jan 27, 2015
  14. Arick unirow liked PoPSiCLe's post in the thread htaccess Help.

    I'm assuming the OP doesn't want to name everything "/content-" but that ANY link with an ID on the end should redirect (why, I've no...

    Jan 25, 2015
  15. sarahk liked PoPSiCLe's post in the thread how to create 600 field in one table in mysql.

    Since you're not saying anything about what those fields contain, nor what the SQL-error is, it's sort of a shot in the dark. Why, if I...

    Jan 22, 2015
  16. deathshadow liked PoPSiCLe's post in the thread Yet Another mysql_num_rows() Error.

    You should also stop using mysql_ - it's been outdated for 8+ years. Use mysqli_ or PDO instead. Btw, why are you using mysql_num_rows...

    Jan 21, 2015
  17. digitalpoint liked PoPSiCLe's post in the thread Yet Another mysql_num_rows() Error.

    You should also stop using mysql_ - it's been outdated for 8+ years. Use mysqli_ or PDO instead. Btw, why are you using mysql_num_rows...

    Jan 18, 2015
  18. sarahk liked PoPSiCLe's post in the thread Learning Java.

    First of all, why in the world would you use java (which always is a potential disaster security wise) to publish/parse a website?...

    Jan 15, 2015