Beginners PHP Series Directory

6 posts Page 1 of 1
Contributors
User avatar
Alex
Member
Member
Posts: 40
Joined: Mon Feb 01, 2010 8:17 pm

Beginners PHP Series Directory
Alex
I'll be using this topic as a listing of the Beginners PHP series in case they get lost in the pages of the forums.

Beginners PHP 1: PHP GET: viewtopic.php?f=86&t=3747
Beginners PHP 2: PHP POST Part 1/2: viewtopic.php?f=86&t=3757
Beginners PHP 2: PHP POST Part 2/2: viewtopic.php?f=86&t=3766
Beginners PHP 3: Introduction to MySQL: viewtopic.php?f=86&t=3767
Last edited by Alex on Wed Nov 17, 2010 9:50 pm, edited 3 times in total.
<?php

$wants_to_make_guide_today = true;
if($wants_to_make_guide_today == true){
make_guide();
}else{
sleep();
}
?>
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Beginners PHP
zachman61
You Should Post updates in replies so that this topic is not lost.
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
Alex
Member
Member
Posts: 40
Joined: Mon Feb 01, 2010 8:17 pm

Re: Beginners PHP
Alex
Yeah, or have someone sticky it. o_o
<?php

$wants_to_make_guide_today = true;
if($wants_to_make_guide_today == true){
make_guide();
}else{
sleep();
}
?>
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Beginners PHP
zachman61
that would be good also
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
Alex
Member
Member
Posts: 40
Joined: Mon Feb 01, 2010 8:17 pm

Re: Beginners PHP
Alex
I've started writing Part 2/2 of Beginners PHP 2:PHP Post

EDIT:
The tutorial is done.
Link: viewtopic.php?f=86&t=3766
<?php

$wants_to_make_guide_today = true;
if($wants_to_make_guide_today == true){
make_guide();
}else{
sleep();
}
?>
User avatar
Alex
Member
Member
Posts: 40
Joined: Mon Feb 01, 2010 8:17 pm

Re: Beginners PHP Series Directory
Alex
I've started working on Beginners PHP 3: Introduction to MySQL.
Should be done shortly.

Edit:
Guide completed in 33 minutes.
link: viewtopic.php?f=86&t=3767

I think 2 tutorials in a day is enough, tomorrow I'll make part 4. Which will probably be creating something with our new found database knowledge.
<?php

$wants_to_make_guide_today = true;
if($wants_to_make_guide_today == true){
make_guide();
}else{
sleep();
}
?>
6 posts Page 1 of 1
Return to “Tutorials”