Jump to content

Irate

Members
  • Posts

    354
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Irate

  1. 76000 profile views goddamnit... This isn't legit.

  2. Hrmpf, I guess my reading skills were better at another time. I apologize.
  3. Try .htaccess to generate 403 errors when accessing the script, if you have an Apache server running. ErrorDocument 403 /path/to/file.php
  4. Do you even get his point? Ajax is frankly said easiest to use with a framework... The developers do not have to make their work harder than it is when they can easily use premade stuff. So, assume this, because I use phpMyAdmin and don't hardcode all tables myself, that makes me a framework soldier? 'k.
  5. 32603 profile views doesn't seem legit O_O

    1. Show previous comments  1 more
    2. Irate

      Irate

      Totally.

      I really wonder who even searches for me.

    3. KubeR

      KubeR

      Or you're just so lovable...

    4. Irate

      Irate

      I'd say so, too ;)

  6. I don't like code completion either (unless it's in my console, there it's handy if you only need snippets to test one-liners), simple syntax highlighting is all a proper editor needs imo.
  7. That did the job, wonder why I didn't come to think of it yet...
  8. I just talked to my IT Teacher at school, he said that I could download such data freely and then play it on a CD. Thank you for the suggestion, I'll reply once I have more information on this matter.
  9. I uninstalled XAMPP and it prompted me to try deleting the folder, but couldn't. I shut down my PC and rebooted it already, didn't work :l Would I be able to achieve the same with a VM?
  10. Hahah, thank you for the suggestion, but I'm staying with Windows at the moment, I just bought this PC a year ago, whenever I get a new PC, I'll get myself Linux. So... any other suggestions? :/
  11. Still occuring, tried looking up all processes with sql in it, ended them, couldn't delete mysqld.exe. Anyone know how to force a delete if the process is still running?
  12. If I may recommend you some German books on this topic, I would like to mention 'PHP 5.4 & MySQL 5.5 - Das umfassende Handbuch' by Stefan Reimers and Gunnar Thies (excellent literature for every German-speaking newcomer to PHP which includes high quality code examples), 'PHP 5.3 & MySQL 5.4 - Programmierung, Administration, Praxisprojekte' by Michael Kofler and Bernd Öggl, 'PHP programmieren unter Windows' by Arno Hollosi for all those who want to use IIS and MSSQL, and, last but not least, a book on JavaScript... 'JavaScript: The Definitive Guide' by David Flanagan. All of those helped me a lot when I started to learn programming (and still am).
  13. Yeah, topic title. I've been using XAMPP, messed up my configuration details big time and couldn't reverse it, decided to uninstall it and then re-install it, but I can't delete that single file because it is perpetually executing even though I never opened it. All other files were deleted without problems... Any way to end the process (I can't find it in my taskmgr) prematurely or any way to delete the file? Thanks in advance...
  14. Notepad++, of course (though the normal Notepad is 'retro' enough and 'hipster').
    1. Philip

      Philip

      $Phil->status = 'great!';

    2. Irate

      Irate

      var irate = { status_reply: "That's cool. I hope to improve my PHP skills here, and not just a little.", emotion: undefined }; document.write(irate.status_reply); irate.emotion = "Happy.";

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.