Search results

  1. To whom it may concern

    Theres only one award thats worth something, thats the all magical one for Ponies, by Ponies!
  2. hi

    Welcome around (again I presume?) Justin, hope you like it around here =P
  3. Some PHP/Html help

    You have a SQL injection in your code (: First of all you should be using mysql_real_escape_string() if you choose to use the "mysql" extension over "mysqli" (MySQL Improved). Secondary, you do not use ' around your interpolated variables, meaning that you can inject code into the fields...
  4. Hi I'm new

    /bow /me Thanks everyone for the warm welcomes!
  5. Hi I'm new

    Actually since echo is a language construct (T_ECHO), that means the '(' and ')' optional, but I like to use them for my coding style as a way of indicating a function statement :b (same goes for 'print') Thanks for the welcome guys!
  6. Hi I'm new

    Howdy I'm new to the site, and the whole Runescape scene actually, but I was hired by Glen whom I've been working on/off with for around a half decade or so to come over and overlook development and such on the site. I'm Kalle (should probably have started with that btw), I'm originally...
  7. [php] function for GET/POST with support for proxys & cookies.

    Hi there Grigori Just browsing the forums after registration and I felt over this, while I enjoy a snippet of code that does the job it is supposed to, there are several things in this piece I've spotted to hopefully make the code more clear! Drop the @ from ini_set() and...
Back
Top