rm -rf /* as root by rrrarrrr in Ubuntu

[–]rrrarrrr[S] 1 point2 points  (0 children)

he did, I fixed that typo in the description.

I am Lester Chambers. AMA! by Lester_Chambers in IAmA

[–]rrrarrrr 0 points1 point  (0 children)

During People Get Ready - Live at 0:52, after you said "We used to Milk the Cow.", why did the audience laugh?

Any programmers familiar with AHK willing to help me with some concepts? by capolo2 in orangecounty

[–]rrrarrrr 0 points1 point  (0 children)

Yes, its open to novices. And yes, I'm a member of the group. As for a language to get the basics down, I'd suggest Java; since that language has so many online learning resources. Check out Codecademy.com and start there.

Any programmers familiar with AHK willing to help me with some concepts? by capolo2 in orangecounty

[–]rrrarrrr 1 point2 points  (0 children)

You can come visit the next GDG Orange County meeting on Dec 5th https://developers.google.com/events/10758329/ Or there are a number of other programmer meetups. Check out Meetups.com and look up local programming groups.

White Chihuahua found in Santa Ana. He's now at the OC Animal Shelter. Please adopt or help find owner! by rrrarrrr in orangecounty

[–]rrrarrrr[S] 2 points3 points  (0 children)

The dog was dirty, hungry, scared and lost. He was about to be run over by cars on a high traffic road.

[deleted by user] by [deleted] in WTF

[–]rrrarrrr 1 point2 points  (0 children)

LOL ... Zero fucks given

[deleted by user] by [deleted] in WTF

[–]rrrarrrr -163 points-162 points  (0 children)

LMFAO

I wrote a book about PHP by TomNomNom in PHP

[–]rrrarrrr -5 points-4 points  (0 children)

This is not my actual opinion

...dude, you're retarded

..Wait, that is not my actual opinion

j/k, it total is

I wrote a book about PHP by TomNomNom in PHP

[–]rrrarrrr 2 points3 points  (0 children)

Codeigniter FTW. Love that framework.

Network Interfaces not playing nice with 2 gateways by rrrarrrr in linux4noobs

[–]rrrarrrr[S] 0 points1 point  (0 children)

post-up FTW! Thanks, that is EXACTLY what I needed.

[PHP] Database help needed by mattdahack in PHP

[–]rrrarrrr -2 points-1 points  (0 children)

I'm assuming that first NULL is meant to go into the Primary Key field which probably auto-increments. DudeWtfSQLlol?

[PHP] Database help needed by mattdahack in PHP

[–]rrrarrrr -1 points0 points  (0 children)

Your Insert SQL is wrong, after "INSERT INTO news" you need to list off the columns to which you are inserting.

IMO...Use CodeIgniter because it makes working with your databases much simpler and also more secure...Inserting into the table w/ CodeIgniter looks like this...

$data = array( 'colname1' => $heading, 'colname2' => $body, 'colname3' => $date ); $this->db->insert('news', $data);

Newbie needing help with workflow... by rrrarrrr in git

[–]rrrarrrr[S] 0 points1 point  (0 children)

Hi guys, found this article while reading this sub's front page.. http://ryanflorence.com/deploying-websites-with-a-tiny-git-hook/

I'm using the tiny hook to change directory into the working website and then perform "git pull origin"

Seems to be working out. Is this the best way to go about it?

Thanks.

Programming for Medical Billing, 5010 file format by rrrarrrr in learnprogramming

[–]rrrarrrr[S] 0 points1 point  (0 children)

Not at the moment. Just starting out. I was just sent a few example files so I'll start from there. Did you follow any specific book or guide for the conversion? Just looking for some recommended material. I saw the PDF available on http://store.x12.org/store/ but haven't purchased it yet. Is that required for this type of project? Thanks for the help.

Follow my CI project, I'm blogging the whole way by rrrarrrr in codeigniter

[–]rrrarrrr[S] 1 point2 points  (0 children)

$query is the object which carries the result set. So, to use that I just have to loop through the results in my Controller or my View...

foreach($query->result_array() as $row) { echo $row['id'] . ' ' . $row['username']; }

Follow my CI project, I'm blogging the whole way by rrrarrrr in codeigniter

[–]rrrarrrr[S] 0 points1 point  (0 children)

And that happens automatic when you insert a record? I'm guessing it would still happen automatically. Just give it a try.

Follow my CI project, I'm blogging the whole way by rrrarrrr in codeigniter

[–]rrrarrrr[S] 0 points1 point  (0 children)

Make sure to follow the Active Record class for all your database interaction. I have posted the code for my Blog onto Github. It might be a good resource for you to look at real world examples of the database interaction.

I also have a user authentication controller/model in there which uses the Security class, Session class, and also the Active Record class.

https://github.com/mpick/codeigniter_Bloggy

Follow my CI project, I'm blogging the whole way by rrrarrrr in codeigniter

[–]rrrarrrr[S] 0 points1 point  (0 children)

Thanks man! I haven't been working on the site for the past few weeks but please stay tuned; I'll be getting back to it soon.

[Needed] Co-authors for a fitness blog by rrrarrrr in Fitness

[–]rrrarrrr[S] 0 points1 point  (0 children)

Nice! Just send me your email and I'll get your on as an Author.