Search found 20 matches
- Fri Apr 13, 2012 5:03 pm
- Forum: Suggestions
- Topic: BBCode Tutorial
- Replies: 6
- Views: 1519
Re: BBCode Tutorial
That's fine. I'm happy to wait.
- Wed Apr 11, 2012 2:01 pm
- Forum: Suggestions
- Topic: BBCode Tutorial
- Replies: 6
- Views: 1519
Re: BBCode Tutorial
Awesome, thanks!
- Sun Apr 08, 2012 5:55 am
- Forum: Suggestions
- Topic: BBCode Tutorial
- Replies: 6
- Views: 1519
Re: BBCode Tutorial
Does that mean you'll make one?
- Sat Apr 07, 2012 10:08 pm
- Forum: Suggestions
- Topic: BBCode Tutorial
- Replies: 6
- Views: 1519
BBCode Tutorial
Title says it all.
- Sat Mar 17, 2012 8:18 pm
- Forum: Tutorials
- Topic: Pagination - Driving Me Insane
- Replies: 1
- Views: 546
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.
After much fiddling, I finally figured out how to fix it myself by switching the foreach loop to a while loop.
- Sat Mar 17, 2012 7:29 pm
- Forum: Tutorials
- Topic: Pagination - Driving Me Insane
- Replies: 1
- Views: 546
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: <?...
- Fri Mar 16, 2012 10:23 pm
- Forum: Suggestions
- Topic: D'load link for vdo tutorials PLEASE?
- Replies: 5
- Views: 3148
- Tue Mar 06, 2012 12:20 pm
- Forum: Suggestions
- Topic: phpBB Modification
- Replies: 2
- Views: 853
Re: phpBB Modification
Haha, understood. No problem!
- Tue Mar 06, 2012 12:20 pm
- Forum: Tutorials
- Topic: Temporary File Download System - Not downloading correctly
- Replies: 3
- Views: 1030
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.
- Mon Mar 05, 2012 9:39 pm
- Forum: CSS / Styling
- Topic: Is it possible to draw this shape in css?
- Replies: 3
- Views: 2449
Re: Is it possible to draw this shape in css?
No problem.
- Mon Mar 05, 2012 5:13 pm
- Forum: CSS / Styling
- Topic: Is it possible to draw this shape in css?
- Replies: 3
- Views: 2449
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; <!doctype html> <head> <title></title> <style type="text/css"> #container { width: 800px; margin: 0 auto; } .box1 { background: #999; width: 800px;...
- Sun Mar 04, 2012 2:56 pm
- Forum: Tutorials
- Topic: Temporary File Download System - Not downloading correctly
- Replies: 3
- Views: 1030
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: <?php require ('core/inc/init.inc.php'); if(isset($_GET['file'])) { $file = (int)$_GET['file']; $sql = mysql_query("SELE...
- Sun Mar 04, 2012 2:04 pm
- Forum: Suggestions
- Topic: phpBB Modification
- Replies: 2
- Views: 853
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.
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.
- Sat Mar 03, 2012 3:52 pm
- Forum: PHP
- Topic: Serious PHP
- Replies: 4
- Views: 714
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, ...
- Sat Mar 03, 2012 2:42 pm
- Forum: PHP
- Topic: Serious PHP
- Replies: 4
- Views: 714
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...
- Sat Mar 03, 2012 12:50 pm
- Forum: Code
- Topic: Word & Character Counting - First PHP Script
- Replies: 6
- Views: 3990
Re: Word & Character Counting - First PHP Script
Good idea!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).
- Sat Mar 03, 2012 11:45 am
- Forum: Code
- Topic: Word & Character Counting - First PHP Script
- Replies: 6
- Views: 3990
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. :lol: Thanks a bunch for all your code advice, it really helped me out. :) I'll definitely try to snap out of those habits. :D Also, I didn’t know the str_word_count() functi...
- Fri Mar 02, 2012 7:51 pm
- Forum: Code
- Topic: Word & Character Counting - First PHP Script
- Replies: 6
- Views: 3990
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 v...
- Fri Mar 02, 2012 8:52 am
- Forum: Introductions
- Topic: Terry Here!
- Replies: 2
- Views: 18173
Re: Terry Here!
Haha, thanks Jacek.
- Thu Mar 01, 2012 11:13 am
- Forum: Introductions
- Topic: Terry Here!
- Replies: 2
- Views: 18173
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...