Software Recommended – PHP, HTML, CSS, JavaScript editor (IDE) – Codelobster PHP Edition

Posted by NosaLee in PHP Progamming, Windows & PC Software on 11-06-2012. Tags:

Free PHP, HTML, CSS, JavaScript editor (IDE) – Codelobster PHP Edition
Free PHP, HTML, CSS, JavaScript editor (IDE) - Codelobster PHP Edition
For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we would like to select free of charge very functional and at the same tim[......]

Read More…

Final Project – Free PHP Tutorials for Beginners 17.13

Posted by NosaLee in PHP Progamming on 23-05-2012. Tags: , ,

Back to Home Previous Course
There is no form for a new member to sign up to the forum. Write the code for this, and add links to the signup page in the rest of the forum. Here’s a few things you’ll need to bear in mind.

  • The Table is called members
  • Primary Key is in the format mem1, [......]

Read More…

The resultsP.php page – Free PHP Tutorials for Beginners 17.12

Posted by NosaLee in PHP Progamming on 23-05-2012. Tags: , ,

Back to Home Previous Course Next Course
This lesson is part of an ongoing Foruml tutorial. The first part is here: Build your own Forum, along with all the files you need. The previous lesson is here.

 
At the top of the code for the resultsP.php page, there’s two functions. We’ll[......]

Read More…

Posting a Topic on the Forum – Free PHP Tutorials for Beginners 17.11

Posted by NosaLee in PHP Progamming on 23-05-2012. Tags: , ,

Back to Home Previous Course Next Course
This lesson is part of an ongoing Foruml tutorial. The first part is here: Build your own Forum, along with all the files you need. The previous lesson is here.

The final part of the walkthrough looks at how to allow users to post a new topic on the forum. [......]

Read More…

The results.php page – Free PHP Tutorials for Beginners 17.10

Posted by NosaLee in PHP Progamming on 23-05-2012. Tags: , ,

Back to Home Previous Course Next Course
This lesson is part of an ongoing Foruml tutorial. The first part is here: Build your own Forum, along with all the files you need. The previous lesson is here.

 
There’s not too much code in the results.php page. All we need to do here is to INSE[......]

Read More…

The Reply Form – Free PHP Tutorials for Beginners 17.9

Posted by NosaLee in PHP Progamming on 23-05-2012. Tags: , ,

Back to Home Previous Course Next Course
This lesson is part of an ongoing Foruml tutorial. The first part is here: Build your own Forum, along with all the files you need. The previous lesson is here.
 
In the last section, there was a variable called $replyHTML. This is a hyperlink that, when[......]

Read More…

The pageReply.php Code – Free PHP Tutorials for Beginners 17.8

Posted by NosaLee in PHP Progamming on 23-05-2012. Tags: , ,

Back to Home Previous Course Next Course
This lesson is part of an ongoing Foruml tutorial. The first part is here: Build your own Forum, along with all the files you need. The previous lesson is here.
 
The code for the pageReply.php page is a little bit longer than the others. This page has t[......]

Read More…

Print the table out – Free PHP Tutorials for Beginners 17.7

Posted by NosaLee in PHP Progamming on 23-05-2012. Tags: , ,

Back to Home Previous Course Next Course
This lesson is part of an ongoing Foruml tutorial. The first part is here: Build your own Forum, along with all the files you need. The previous lesson is here.
 
The next thing to do is to print out all the information we stored in our 2D array. We̵[......]

Read More…

Find out which member posted – Free PHP Tutorials for Beginners 17.6

Posted by NosaLee in PHP Progamming on 23-05-2012. Tags: , ,

Back to Home Previous Course Next Course
This lesson is part of an ongoing Foruml tutorial. The first part is here: Build your own Forum, along with all the files you need. The previous lesson is here.
 
The next thing we need to do is find out which member posted the original thread. The code [......]

Read More…

Find out how many replies there are for each post – Free PHP Tutorials for Beginners 17.5

Posted by NosaLee in PHP Progamming on 23-05-2012. Tags: , ,

Back to Home Previous Course Next Course
This lesson is part of an ongoing Foruml tutorial. The first part is here: Build your own Forum, along with all the files you need. The previous lesson is here.
 
We’ve just used a 2D array to store the row information from our database table. Each[......]

Read More…