Search found 20 matches

by TerryHarvey
Fri Apr 13, 2012 5:03 pm
Forum: Suggestions
Topic: BBCode Tutorial
Replies: 6
Views: 1320

Re: BBCode Tutorial

That's fine. I'm happy to wait. :)
by TerryHarvey
Wed Apr 11, 2012 2:01 pm
Forum: Suggestions
Topic: BBCode Tutorial
Replies: 6
Views: 1320

Re: BBCode Tutorial

Awesome, thanks! :)
by TerryHarvey
Sun Apr 08, 2012 5:55 am
Forum: Suggestions
Topic: BBCode Tutorial
Replies: 6
Views: 1320

Re: BBCode Tutorial

Does that mean you'll make one? :mrgreen:
by TerryHarvey
Sat Apr 07, 2012 10:08 pm
Forum: Suggestions
Topic: BBCode Tutorial
Replies: 6
Views: 1320

BBCode Tutorial

Title says it all. :D
by TerryHarvey
Sat Mar 17, 2012 8:18 pm
Forum: Tutorials
Topic: Pagination - Driving Me Insane
Replies: 1
Views: 462

Re: Pagination - Driving Me Insane

False alarm!

After much fiddling, I finally figured out how to fix it myself by switching the foreach loop to a while loop. :P
by TerryHarvey
Sat Mar 17, 2012 7:29 pm
Forum: Tutorials
Topic: Pagination - Driving Me Insane
Replies: 1
Views: 462

Pagination - Driving Me Insane

I'm ready to pull my hair out. *frustrated face*. My problem is that I have multiple fields in my table and I want to display them in the pagination. Instead of just having "username" like in the tutorial, I want "username" and "bio". Can anyone help? Here's my code: [s...
by TerryHarvey
Fri Mar 16, 2012 10:23 pm
Forum: Suggestions
Topic: D'load link for vdo tutorials PLEASE?
Replies: 5
Views: 2379

Re: D'load link for vdo tutorials PLEASE?

The solution to all of your problems can be found here.

:D
by TerryHarvey
Tue Mar 06, 2012 12:20 pm
Forum: Suggestions
Topic: phpBB Modification
Replies: 2
Views: 723

Re: phpBB Modification

Haha, understood. :) No problem!
by TerryHarvey
Tue Mar 06, 2012 12:20 pm
Forum: Tutorials
Topic: Temporary File Download System - Not downloading correctly
Replies: 3
Views: 907

Re: Temporary File Download System - Not downloading correct

I already tried that, it just displayed the same error as the one in the downloaded file.
by TerryHarvey
Mon Mar 05, 2012 5:13 pm
Forum: CSS / Styling
Topic: Is it possible to draw this shape in css?
Replies: 3
Views: 1586

Re: Is it possible to draw this shape in css?

You can change the heights and widths yourself. If you want box2 to be pushed further along, change the 60px in this line: margin: 0 60px 0 0; [syntax=xhtml]<!doctype html> <head> <title></title> <style type="text/css"> #container { width: 800px; margin: 0 auto; } .box1 { background: #999;...
by TerryHarvey
Sun Mar 04, 2012 2:56 pm
Forum: Tutorials
Topic: Temporary File Download System - Not downloading correctly
Replies: 3
Views: 907

Temporary File Download System - Not downloading correctly

Hi. I'm having a little trouble. I followed the "Temporary File Download System" tutorial but I decided to leave out the expiry time. Here is my download page code: [syntax=php]<?php require ('core/inc/init.inc.php'); if(isset($_GET['file'])) { $file = (int)$_GET['file']; $sql = mysql_quer...
by TerryHarvey
Sun Mar 04, 2012 2:04 pm
Forum: Suggestions
Topic: phpBB Modification
Replies: 2
Views: 723

phpBB Modification

Hello,

This is one of the reasons I decided to learn PHP in the first place. At first, I was expecting a whole bunch of phpBB modding tutorials on YouTube, but I was wrong. It would be really cool if you could make one!

Terry. :)
by TerryHarvey
Sat Mar 03, 2012 3:52 pm
Forum: PHP
Topic: Serious PHP
Replies: 4
Views: 595

Re: Serious PHP

For me to 'learn' php i'd say about 6 months. but that isnt technically true, sicne I still learn something new every time I code. I learn a better technique to do something, or a safer way to code a specific thing. I'd recommend you start looking into OOP if you're looking for advanced tutorials, ...
by TerryHarvey
Sat Mar 03, 2012 2:42 pm
Forum: PHP
Topic: Serious PHP
Replies: 4
Views: 595

Serious PHP

I'm trying to get into serious PHP. I'm not just a "newbie" looking for a bit of fun, I want to really get deep into the language. I know creating this topic signifies my impatience, but I'm really struggling. I've watched all of phpacademy's and jacek's tutorials and I understand most thi...
by TerryHarvey
Sat Mar 03, 2012 12:50 pm
Forum: Code
Topic: Word & Character Counting - First PHP Script
Replies: 6
Views: 2819

Re: Word & Character Counting - First PHP Script

bowersbros wrote:you should also use trim() around login details, incase somebody types a space by accident.

A space shouldnt count as a character in a password before or after the word(s).

Good idea! :)
by TerryHarvey
Sat Mar 03, 2012 11:45 am
Forum: Code
Topic: Word & Character Counting - First PHP Script
Replies: 6
Views: 2819

Re: Word & Character Counting - First PHP Script

I approve of that ! I always say that just having a go is the best way to learn, and nobody ever does ! Haha, thanks! I try. Thanks a bunch for all your code advice, it really helped me out. I'll definitely try to snap out of those habits. Also, I didn’t know the str_word_count() function existed a...
by TerryHarvey
Fri Mar 02, 2012 7:51 pm
Forum: Code
Topic: Word & Character Counting - First PHP Script
Replies: 6
Views: 2819

Word & Character Counting - First PHP Script

Hi! This is my first PHP script that I created on my own without the aid of tutorials, so please do not be too harsh with the feedback. This script allows you to count either characters or words depending on which one you select from the drop down list. The link contains v2 of the script. In v1, it ...
by TerryHarvey
Fri Mar 02, 2012 8:52 am
Forum: Introductions
Topic: Terry Here!
Replies: 2
Views: 17574

Re: Terry Here!

Haha, thanks Jacek. :)
by TerryHarvey
Thu Mar 01, 2012 11:13 am
Forum: Introductions
Topic: Terry Here!
Replies: 2
Views: 17574

Terry Here!

Hi! I'm a 17 year old web designer from the United Kingdom. Recently, I've been getting a little bored with the designing, so I decided that I wanted to learn something new. Since PHP is (I think) the largest web programming language out there, I promised myself that I'd learn it. So anyway, I've be...