Welcome! Log In Create A New Profile

Advanced

Walkthrough 4 - The Code for the Forum

Posted by Ash-72935197 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
avatar Walkthrough 4 - The Code for the Forum
August 17, 2011 06:24PM
Completed going through Walkthrough 4 smiling smiley.

Minor problems with the html pages on the CD:
<table border="1" cellpadding="5">
<tr>
<th> Files </th>
<th> Missing Closing Header1 <br /> html tag &lt;/h1&gt; </th>
<th> Other </th>
</tr>

<tr>
<td> php17p1.html </td>
<td rowspan="13" align="center"> All </td>
<td rowspan="5" align="center"> - </td>
</tr>

<tr>
<td> php17p2.html </td>
</tr>

<tr>
<td> php17p3.html </td>
</tr>

<tr>
<td> php17p4.html </td>
</tr>

<tr>
<td> php17p5.html </td>
</tr>

<tr>
<td> php17p6.html </td>
<td>
I think there is a mistake at the end of the page where the code says:
Language: PHP
$email = $db_field[';username';];
it suppose to be:
Language: PHP
$email = $db_field[';email';];
</td>
</tr>

<tr>
<td> php17p7.html </td>
<td rowspan="5" align="center"> - </td>
</tr>

<tr>
<td> php17p8.html </td>
</tr>

<tr>
<td> php17p9.html </td>
</tr>

<tr>
<td> php17p10.html </td>
</tr>

<tr>
<td> php17p11.html </td>
</tr>

<tr>
<td> php17p12.html </td>
<td> The opening html table's tag has an added opening angular bracket </td>
</tr>

<tr>
<td> php17p13.html </td>
<td align="center"> - </td>
</tr>

</table>
avatar
Mac
Re: Walkthrough 4 - The Code for the Forum
August 18, 2011 07:16AM
Quite correct.....
The closing tags has been fixed in the new zipped file that is available. I have fixed this as well.... but perhaps I must leave it like this smiling smiley
avatar Re: Walkthrough 4 - The Code for the Forum
August 22, 2011 03:37PM
Ok finally done with this walkthrough - starting with the prac smiling smiley
avatar Re: Walkthrough 4 - The Code for the Forum
September 05, 2011 10:40PM
Completed Walkthrough 4, now to really put what I've learned to practice in Portfolio. All the best everyone!
Re: Walkthrough 4 - The Code for the Forum
September 13, 2011 02:38PM
Completed the forum walkthrough
Re: Walkthrough 4 - The Code for the Forum
October 24, 2011 10:01AM
K, my final section of the disc has been done and complete.
Just got to finish up my proj and run some tests.... smile
Sorry, only registered users may post in this forum.

Click here to login