Search found 23 matches

by Linkjuice57
Mon May 14, 2012 7:00 pm
Forum: Suggestions
Topic: Working with CSV
Replies: 3
Views: 1059

Re: Working with CSV

Thanks for the fast reply!

Personally I'm more interested in reading a CSV file and working with that data, but I can imagine that the majority would rather like to see exporting database stuff yes :).

As for an example, http://www.opensiteexplorer.org/ or http://ahrefs.com/ maybe.
by Linkjuice57
Mon May 14, 2012 6:39 pm
Forum: Suggestions
Topic: Working with CSV
Replies: 3
Views: 1059

Working with CSV

Hi.

I would like to learn how to work with CSV files. You know, how to read data from them and manipulate this. And maybe the other way around also, how to save something to CSV.

I think this would make an interesting tutorial, what do you think?
by Linkjuice57
Wed Nov 16, 2011 12:14 pm
Forum: SQL
Topic: Why is my INSERT not working?
Replies: 2
Views: 1863

Re: Why is my INSERT not working?

Thank you very much Jelvin.

Silly me.
by Linkjuice57
Tue Nov 15, 2011 4:17 pm
Forum: SQL
Topic: Why is my INSERT not working?
Replies: 2
Views: 1863

Why is my INSERT not working?

Hi, I've been struggling on this for a couple of hours now, why is my INSERT not working? I've done similair things before, and I figure i'm missing something pretty obvious. Can someone point it out? add.php [syntax=php]<?php include '../includes/connect.php'; ?> <?php if($_POST['coupon']){ $coupon...
by Linkjuice57
Mon Oct 17, 2011 2:27 pm
Forum: PHP
Topic: Spidering an URL and look for outgoing links
Replies: 1
Views: 486

Spidering an URL and look for outgoing links

Hi, I had an idea for a PHP script, but I dont have a single clue on how to get started and make it. So I was wondering if anyone can push me in the right direction? Or is it too advanced for a newb like myself? So the idea is: Enter the URL of a webpage e.g.: m. List all links on that page and filt...
by Linkjuice57
Sat Jul 30, 2011 8:54 pm
Forum: Suggestions
Topic: Things I want to learn w/ PHP
Replies: 2
Views: 911

Things I want to learn w/ PHP

While this is in the suggestions topic, it's not necessarily a suggestion/request... Mods; feel free to move the topic if you find another forum better suitable. I'd like to invite everyone to share what they want to learn with PHP here. Its a nice to-do list for yourself and it could be a useful so...
by Linkjuice57
Sat Jul 30, 2011 8:41 pm
Forum: CSS / Styling
Topic: Can I do this in CSS?
Replies: 8
Views: 2518

Re: Can I do this in CSS?

Torniquet wrote:Hope that makes sense :)


Yes, it does! Thanks for the explanation and help all :mrgreen:
by Linkjuice57
Fri Jul 29, 2011 10:11 pm
Forum: CSS / Styling
Topic: Can I do this in CSS?
Replies: 8
Views: 2518

Re: Can I do this in CSS?

Ha! That's exactly what I was searching for! Thanks :D

I got really close myself ;). Any idea what this 'technique' is called?
by Linkjuice57
Fri Jul 29, 2011 7:04 pm
Forum: General Chat
Topic: Back!
Replies: 11
Views: 1418

Re: Back!

Yeah the weather has been horrible for last couple of weeks here! Supposed to get better now though, but you can never trust weather people (Grr.. Paulusma!)... Hope you had fun :D
by Linkjuice57
Fri Jul 29, 2011 6:59 pm
Forum: CSS / Styling
Topic: Can I do this in CSS?
Replies: 8
Views: 2518

Can I do this in CSS?

Hi, I've got an idea for a table hover but I'm not sure if its possible with CSS/HTML only. It's rather hard to example so I'll just give an example of how my page looks like. This is not my actual code, just a quick sketch... (Imagine it all filled) [syntax=xhtml] <table> <tr> <td>This</td> <td>Is ...
by Linkjuice57
Wed Jul 27, 2011 7:45 am
Forum: PHP
Topic: Allowing users to register as male or female
Replies: 3
Views: 672

Re: Allowing users to register as male or female

I would do;

If user_gender == 2 { female }
else { male }


And just set the radio buttons to 'male' by default
by Linkjuice57
Wed Jul 20, 2011 6:10 pm
Forum: PHP
Topic: File Structure
Replies: 5
Views: 994

Re: File Structure

Aha, I always wondered that myself also. I personally just throw everything in an /inc/ folder :lol:
by Linkjuice57
Mon Jul 18, 2011 8:44 pm
Forum: Feedback
Topic: Great
Replies: 5
Views: 2929

Re: Great

As I see it,

unactive = posting in a (new) topic and not getting any replies
active = fast replies, new threads daily etc

I think we are active. We just arent very crowded, but we have a lot of daily posters :D.
by Linkjuice57
Mon Jul 18, 2011 8:14 pm
Forum: Code
Topic: BetterPHP PHP Library
Replies: 102
Views: 27116

Re: BetterPHP PHP Library

DomC wrote:Would some logging scripts be good?
Such as visitors, errors, 404's, hits etc.

If that's wanted i'll get started


Well, I'd personally like to see that. Could learn something from it :-)
by Linkjuice57
Sun Jul 17, 2011 3:07 pm
Forum: Tutorials
Topic: Two in one
Replies: 5
Views: 981

Re: Two in one

Care to explain how you fixed it? I'm curious :D
by Linkjuice57
Fri Jul 15, 2011 7:42 pm
Forum: General Chat
Topic: I Have Been Decorating
Replies: 2
Views: 638

Re: I Have Been Decorating

Cool, what are you planning on making a tutorial about?
by Linkjuice57
Fri Jul 15, 2011 7:01 pm
Forum: Tutorials
Topic: PBBG Tutorial series
Replies: 3
Views: 2237

Re: PBBG Tutorial series

Quickly skimmed through some videos, looks like gold! Cant wait to watch and learn :-).
by Linkjuice57
Thu Jul 14, 2011 9:12 am
Forum: PHP
Topic: CMS - Editing cat works, editing post not
Replies: 7
Views: 1355

Re: CMS - Editing cat works, editing post not

Aha, I did not know I needed to use isset. Thanks for all the help so far :-)

Now lets see if I can contribute to the community!
by Linkjuice57
Wed Jul 13, 2011 1:02 pm
Forum: PHP
Topic: CMS - Editing cat works, editing post not
Replies: 7
Views: 1355

Re: CMS - Editing cat works, editing post not

Well, one more issue! :p m See how he has "<?php } else { header("Location: login.php"); } ?>" at the very bottom of the page? After the header has been sent out? That doesnt work of course... so I tried this: [syntax=php]<?php session_start(); include ('inc/functions.php'); if (...
by Linkjuice57
Wed Jul 13, 2011 11:14 am
Forum: PHP
Topic: CMS - Editing cat works, editing post not
Replies: 7
Views: 1355

Re: CMS - Editing cat works, editing post not

Hi jacek!

I've found the problem, I used $getPosts, and I should have used $getPost. Which is indeed a return.

Thanks both :-)!
by Linkjuice57
Wed Jul 13, 2011 10:39 am
Forum: General Chat
Topic: Captcha @Jacek
Replies: 15
Views: 1981

Re: Captcha @Jacek

Yeah there are tons of bots who can crack captcha's. Best choice is making a custom one (they would have to update their scripts, which is not worth it for one forum). Or using hidden forms: http://robmalon.com/hidden-form-fields- ... -bot-spam/

Last one worked great for me :-)