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.
Search found 23 matches
- Mon May 14, 2012 7:00 pm
- Forum: Suggestions
- Topic: Working with CSV
- Replies: 3
- Views: 1294
- Mon May 14, 2012 6:39 pm
- Forum: Suggestions
- Topic: Working with CSV
- Replies: 3
- Views: 1294
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?
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?
- Wed Nov 16, 2011 12:14 pm
- Forum: SQL
- Topic: Why is my INSERT not working?
- Replies: 2
- Views: 3118
Re: Why is my INSERT not working?
Thank you very much Jelvin.
Silly me.
Silly me.
- Tue Nov 15, 2011 4:17 pm
- Forum: SQL
- Topic: Why is my INSERT not working?
- Replies: 2
- Views: 3118
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 <?php include '../includes/connect.php'; ?> <?php if($_POST['coupon']){ $coupon = $_POST['c...
- Mon Oct 17, 2011 2:27 pm
- Forum: PHP
- Topic: Spidering an URL and look for outgoing links
- Replies: 1
- Views: 642
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.: http://betterphp.co.uk/. List all links...
- Sat Jul 30, 2011 8:54 pm
- Forum: Suggestions
- Topic: Things I want to learn w/ PHP
- Replies: 2
- Views: 1102
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...
- Sat Jul 30, 2011 8:41 pm
- Forum: CSS / Styling
- Topic: Can I do this in CSS?
- Replies: 8
- Views: 3877
Re: Can I do this in CSS?
Yes, it does! Thanks for the explanation and help allTorniquet wrote:Hope that makes sense
- Fri Jul 29, 2011 10:11 pm
- Forum: CSS / Styling
- Topic: Can I do this in CSS?
- Replies: 8
- Views: 3877
Re: Can I do this in CSS?
Ha! That's exactly what I was searching for! Thanks
I got really close myself . Any idea what this 'technique' is called?
I got really close myself . Any idea what this 'technique' is called?
- Fri Jul 29, 2011 7:04 pm
- Forum: General Chat
- Topic: Back!
- Replies: 11
- Views: 1931
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
- Fri Jul 29, 2011 6:59 pm
- Forum: CSS / Styling
- Topic: Can I do this in CSS?
- Replies: 8
- Views: 3877
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) <table> <tr> <td>This</td> <td>Is </td> <td>a</td...
- Wed Jul 27, 2011 7:45 am
- Forum: PHP
- Topic: Allowing users to register as male or female
- Replies: 3
- Views: 900
Re: Allowing users to register as male or female
I would do;
And just set the radio buttons to 'male' by defaultIf user_gender == 2 { female }
else { male }
- Wed Jul 20, 2011 6:10 pm
- Forum: PHP
- Topic: File Structure
- Replies: 5
- Views: 1273
Re: File Structure
Aha, I always wondered that myself also. I personally just throw everything in an /inc/ folder
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 .
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 .
- Mon Jul 18, 2011 8:14 pm
- Forum: Code
- Topic: BetterPHP PHP Library
- Replies: 102
- Views: 43495
Re: BetterPHP PHP Library
Well, I'd personally like to see that. Could learn something from itDomC wrote:Would some logging scripts be good?
Such as visitors, errors, 404's, hits etc.
If that's wanted i'll get started
- Sun Jul 17, 2011 3:07 pm
- Forum: Tutorials
- Topic: Two in one
- Replies: 5
- Views: 1249
Re: Two in one
Care to explain how you fixed it? I'm curious
- Fri Jul 15, 2011 7:42 pm
- Forum: General Chat
- Topic: I Have Been Decorating
- Replies: 2
- Views: 778
Re: I Have Been Decorating
Cool, what are you planning on making a tutorial about?
- Fri Jul 15, 2011 7:01 pm
- Forum: Tutorials
- Topic: PBBG Tutorial series
- Replies: 3
- Views: 3226
Re: PBBG Tutorial series
Quickly skimmed through some videos, looks like gold! Cant wait to watch and learn .
- Thu Jul 14, 2011 9:12 am
- Forum: PHP
- Topic: CMS - Editing cat works, editing post not
- Replies: 7
- Views: 1717
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!
Now lets see if I can contribute to the community!
- Wed Jul 13, 2011 1:02 pm
- Forum: PHP
- Topic: CMS - Editing cat works, editing post not
- Replies: 7
- Views: 1717
Re: CMS - Editing cat works, editing post not
Well, one more issue! :p http://www.youtube.com/watch?v=5z0WGE7OkB0&t=9m18s 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: <?php session_sta...
- Wed Jul 13, 2011 11:14 am
- Forum: PHP
- Topic: CMS - Editing cat works, editing post not
- Replies: 7
- Views: 1717
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 !
I've found the problem, I used $getPosts, and I should have used $getPost. Which is indeed a return.
Thanks both !
- Wed Jul 13, 2011 10:39 am
- Forum: General Chat
- Topic: Captcha @Jacek
- Replies: 15
- Views: 2560
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
Last one worked great for me