Jump to content

anikwa

Members
  • Posts

    7
  • Joined

  • Last visited

About anikwa

  • Birthday 02/04/1991

Profile Information

  • Gender
    Male

Contact Methods

  • Skype
    GnRDenver

anikwa's Achievements

Newbie

Newbie (1/5)

2

Reputation

  1. I've not had any issues with MySQL Workbench in either Windows or Linux.
  2. I was in the same boat as you. Using windows and trying different linux OS's. After a while, I decided to use Linux Mint Debian Edition and it does everything I need it to which is play music, dvds, run my IDE and a LAMP stack and read emails. Normal Mint installs require reinstallation when you want to update, however, LMDE is a "rolling" update which means no reinstalling every 6 months or so.
  3. Well, the forums are the first thing I'm doing but I'm having an error with my SQL. SELECT * FROM categories_tbl LEFT JOIN forums_tbl ON (forums_tbl.parent_id = categories_tbl.category_id) WHERE category_id=parent_id The results of the var_dump: array(2) { [0]=> array(18) { ["category_id"]=> string(1) "1" [0]=> string(1) "1" ["category_name"]=> string(7) "General" [1]=> string(7) "General" ["category_parent_id"]=> string(1) "0" [2]=> string(1) "0" ["forum_id"]=> string(1) "1" [3]=> string(1) "1" ["forum_name"]=> string( "Welcome!" [4]=> string( "Welcome!" ["forum_created"]=> string(19) "2013-05-31 18:25:46" [5]=> string(19) "2013-05-31 18:25:46" ["forum_legend"]=> string(27) "Introduce yourself in here!" [6]=> string(27) "Introduce yourself in here!" ["parent_id"]=> string(1) "1" [7]=> string(1) "1" ["forum_createdby"]=> string(7) "Akhaten" [8]=> string(7) "Akhaten" } [1]=> array(18) { ["category_id"]=> string(1) "2" [0]=> string(1) "2" ["category_name"]=> string(9) "Computers" [1]=> string(9) "Computers" ["category_parent_id"]=> string(1) "0" [2]=> string(1) "0" ["forum_id"]=> string(1) "2" [3]=> string(1) "2" ["forum_name"]=> string(15) "PHP is Awesome!" [4]=> string(15) "PHP is Awesome!" ["forum_created"]=> string(19) "2013-05-31 18:25:46" [5]=> string(19) "2013-05-31 18:25:46" ["forum_legend"]=> string(18) "Let's all use PHP." [6]=> string(18) "Let's all use PHP." ["parent_id"]=> string(1) "2" [7]=> string(1) "2" ["forum_createdby"]=> string(5) "xLink" [8]=> string(5) "xLink" } }
  4. hash($hashAlgorithm, $toBeHashed); For example: public function hashpassword($pass) { return hash("sha512", $pass); }
  5. I often find that when seeking help from people who volunteer their time that it is often best to be pleasant and listen to what they say. Sometimes they do know more than you do (surprisingly!). On the basis of your last post, I would refuse to help you anymore.
  6. What do you mean by that?
  7. Hi. I'm writing my own php framework for a couple of projects I'm doing and I'm currently writing the Render/Template class and I'm debating the use of ob_start(). Are there any practical benefits to using this?
  8. anikwa

    Afternoon!

    Ah, gravatar showing my gimpy picture >_<
  9. Hello there! I'm quite new on this forum. I'm Anikwa. I'm 22 years old, single with no kids. I've been tinkering with PHP for roughly 3 years. I've recently started using it from an object-orientated perspective and I find it so much easier now. I'm jumping in at the deep end so instead of building useless tools to help broaden my knowledge, I'm coding a framework that can be used to write blogs, social networks, photo-sharing etc. It's heavily database-reliant and uses PDO just for awesomeness sakes. I love music. More specifically, 80's hard rock. Hard to beat.. especially with a few beers! Contact details: (Not sure if I'm allowed to post these) Email: denver@denverfreeburn.com Web: http://www.denverfreeburn.com/ Github: https://github.com/anikwa
×
×
  • 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.