Beginners PHP Series Directory
6 posts
Page 1 of 1
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
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();
}
?>
$wants_to_make_guide_today = true;
if($wants_to_make_guide_today == true){
make_guide();
}else{
sleep();
}
?>
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 

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();
}
?>
$wants_to_make_guide_today = true;
if($wants_to_make_guide_today == true){
make_guide();
}else{
sleep();
}
?>
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 

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
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();
}
?>
$wants_to_make_guide_today = true;
if($wants_to_make_guide_today == true){
make_guide();
}else{
sleep();
}
?>
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.
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();
}
?>
$wants_to_make_guide_today = true;
if($wants_to_make_guide_today == true){
make_guide();
}else{
sleep();
}
?>
6 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023