Search results

  1. T

    [Phoenix] SSO Keeps Resetting Itself

    Hello. My CMS sets the auth_ticket, but when the hotel view loads, the auth_ticket sets to an empty string and the client disconnects. Here is my client.php: http://pastebin.com/pSZKSnrU
  2. T

    [PHP] MeekroDB Question [/PHP]

    Hi I'm using MeekroDB for my database class, and it doesn't seem to have a filter function. I have a $_GET['p'] for my template system to GET the page from a file but how could I filter it so I can't get SQL injected?
  3. T

    [CSS] Border Help [CSS]

    So when I have something like this: .object { border: 1px solid black; border-bottom: 1px solid white; } this happens: I know why it happens but I want the black to go to the bottom
  4. T

    Introduction Hola!

    Hi, I'm Trinix, a web-developer. I like food. Hope to see u all round lolz bye
  5. T

    [DEV] Sylla Social [Multiple Drivers][MVC PHP]

    Sylla Overview Many people here don't know me, but i'm Trinix, and i'm a PHP developer. I'm here to introduce my new project, named Sylla (subject to change). Basically, Sylla is a PHP CMS for a social-networking site. It also uses the MVC pattern. It also has multiple database drivers...
  6. T

    [HELP] How do I protect against a $_GET variable when using MySQLi [HELP]

    Hey, So i'm doing a small project and I wondered how I can protect a $_GET variable in this class: <?php class application { public $config; public function __construct() { $this->loadConfig(); if($_GET['p'] == '' || strlen($_GET['p']) < 1) { $this->url = 'index'; } else { $this->url...
  7. T

    How Can I Learn Best & Get Motivated?

    Hello, I know lots of PHP, but not all of it, such as the MVC architecture and quite alot of functions, however when I watch a video i'm not really interested and just want to attempt to code, however if I can't do something i'll delete the entire project. Any ideas on how I can learn the rest...
  8. T

    Ideas for a Hobby?

    So lately, i've been getting very bored, so I need a new hobby, it can be off computer or on computer, i'd prefer something to do with technology though, I JUST NEED IDEAS. Okay thanks Cya
  9. T

    Introduction Hello.

    Hi, name's Trinix, how ya doing.
Top