Highlights
1. INTRODUCTION
Dear Student
This tutorial letter contains the requirements of Assignment 3. The due date is 28 September 2020 (This is your last assignment for this semester and the due date was scheduled as late as possible, to assist students in completing this important assignment. No late submissions can be accommodated and ONLY submissions via myUnisa can be accommodated.) Do your best to submit 2?3 days before this date, to prevent any possible technical difficulties.
Please read this tutorial letter carefully and ensure to submit your own work. Make sure that you understand all the rules and requirements. Also, please read the document Policy for Copyright Infringement and Plagiarism with specific reference to point 4.3 and 5 from the Learner Support & Regions / Student Policies & Rules / Policy for Copyright Infringement and Plagiarism from Unisa’s website.
Furthermore, we have the right to request an oral examination if we deem it necessary to complete the assessment process.
4.3 Dishonest practices may also amount to criminal offences, such as fraud, theft and criminal copyright liability. Such dishonest practices include the following:
4.3.1 Copying information from another person (e.g. another student’s assignment or portfolio) and submitting identical work where such work is not the result of teamwork and indicated as such by all participants;
4.3.2 Buying an essay from a ghost?writing service and pretending that it is one’s own work; 4.3.3 asking someone else to do an assignment on one’s behalf.
5. CONTRAVENTION OF THIS POLICY
A student or an employee who is guilty of the infringement of copyright or unethical practice will be subject to the applicable disciplinary code.
Best wishes in completing your assignment 3.
2. COMPLETING ASSIGNMENT 3
a. As you did in ICT2613, first complete all the assignment tasks on your computer.
b. For each task page, create a text file with the same name. For example, for task1.php you will have an extra file named task1.txt. This text file will contain the PHP code for that task (leave out any HTML code that is not part of the PHP code). For each task you will thus have a .php and a .txt file. Because it is a text file, the server will not parse (interpret) the PHP code in the file, allowing the marker to view your code for that task.
c. Create a file named menu.inc. Inside this file, write HTML code that will produce a horizontal menu with links to all the different task pages.
d. Create a page named index.php. Just after the <body> tag, include the following line of PHP code: <?php include 'menu.inc'; ?>
e. Include this line of PHP code in every .php task page. If you want to change a link for whatever reason, then you only need to change it once in menu.inc, as opposed to every task page.
3. MAKING YOUR ASSIGNMENT
3 AVAILABLE FOR MARKING
a. Open an account on a free web hosting server of your choice. Make sure this web hosting service supports PHP and MySQL.
https://www.000webhost.com/ worked well in 2019 and 2020. When you register a site on the server of your choice, you must use a site name that contains your student number as well as any other word/s of your choice. Here is an example: 8785634?wanghor. 000webhost.com. If your site contains only your student number, it is relatively easy for other students to guess and gain access to your code. For this reason, if your site name contains only your student number, it will not be marked.
b. Transfer your. php and .txt files to your web site. For some guidance, we will upload a document that outlines how to upload on https://www.000webhost.com/ in Additional Resources folder later in the semester. Also make sure that you have read through the account details as displayed/sent to you after registration. Remember to upload the index.php page as well, overwriting the one that may already be in there. Alternatively, if there is an index.html, index.htm, default.htm page in the directory, then delete it.
You will also be required to recreate your database on this free web hosting server using phpMyAdmin.
c. You will submit the URL of your web site to us for marking (see the ASSIGNMENT 3 SUBMISSION PROCEDURE section). The URL must take the user t o the homepage o f your website and this homepage must display the horizontal menu you have created as stated in Section 2, step c. Your web site containing your full assignment 3 must be available for marking via the horizontal menu.
d. At the bottom of each page, include the relevant text file in a centered iframe with an exact width of 1200px and a height of 400px. Here is how you do it:
<iframe src="task1.txt" height="400" scrolling="yes" width="1200px">
<p>Your browser does not support iframes.</p></iframe>
e. If required, and in the text file, use a series of forward slashes across the page to separate sections of code, e.g.
IMPORTANT:
a. If your code is not available in an iframe on a task page then that task will not be marked. The code you submit to myUnisa is only used when we suspect plagiarism.
b. If the menu link to a task page or the task page itself is not available, then a task cannot be marked. It cannot be left to the marker to work out how to access a task page.
c. If the text file cannot be loaded in the iframe then the task page will start loading and then go blank. One reason why this happens is because file names hosted on a server are case?sensitive. Task1.txt is not the same as task1.txt. The same holds true for .php file names.
d. We mark the result (output) of your code. No output then no mark. We use the code in the iframe to verify the output was generated as per the task requirement. In other words, we do not mark code only.
4. ASSIGNMENT 3 SUBMISSION PROCEDURE
This section outlines the EXACT steps to follow when submitting assignment 3 for marking via myUnisa. It is very important to read and clearly understand these steps.
STEP 1: Create a folder named Assignment3 on your computer.
STEP 2: To access your site for marking, we will require a working URL. This URL will load the default launch page (index.php ? which contains the horizontal menu).
Inside the folder created in step 1, create a new text file and save it as URL.txt. Copy (do not type) the URL of your web site into this file. Test the URL and make sure we can access your site. If we cannot access your site because of a wrong URL or because you forgot to include the URL/text file, then your assignment 3 cannot be marked. This is no different to failing to answer a question in a sit?down examination.
Copy all your assignment 3 code (php files) and all the iframe text files into the folder you have created above. Do not include any other "clutter" e.g. images you may have used. There should only be .php and .txt files in this folder. Your zip file should not be more than 100KB in size.
Create another text file, and name it connection.txt. Inside this file, provide your live site's database name, username and password (note it is NOT the database connection details as used on your own computer, but the connection details used on the site that you are currently submitting for marking ).
Create another text file named login_details.txt. In this file provide all the necessary login details required to access the file manager you have used to upload your files. If you used a FTP client, provide the required details.
STEP 3: Using WinZip, zip this folder. WinZip will automatically give the zip file the name of your folder (e.g. Assignment3.zip).
STEP 4: Upload this zip file to myUnisa. Ensure you upload before the due date in case you experience internet connection problems etc.
5. WEB SITE AVAILABILITY & OTHER RULES AND NOTES
a. If your menu is not available and we are required to use a browser back?button to access a previous page, you will be penalized 10% of the final mark awarded. If a task page is not found because of an error you made in the menu link to that page, that task will not be marked. Note there is a difference between a page not loading because the server is slow and a page not found. We revisit sites/pages that load slowly.
b. Many free web hosting servers delete sites that are not accessed regularly. Nevertheless, you should visit your site at least once a week until you have received your mark. If your site is not available, restore it as quickly as possible using the same server site name and notify us via email (thomaa@unisa.ac.za) that your site was down and that it has been restored. Your original URL from the submitted zip file will be used to access the restored site i.e. we will not accept a different URL.
c. You are not allowed to use any PHP frameworks or software that generates (complete) code on your behalf. You must code the entire application by yourself.
d. You are expected to submit your own work. If we suspect plagiarism, we will award 0 marks for copied work.
e. Web hosting sites can have down times and if so, please try later. For this reason, please do not wait for the due date of the assignment to upload files on the web server. Try to do it in advance.
f. Marks for assignment 3 are awarded solely based on the website (navigation, output, code in iframes, etc) you have created. Note that the code that you have submitted on myUnisa is used only for checking plagiarism and record keeping.
6. SUPPORT PROVIDED
a. Tasks in this assignment can be done mainly using the prescribed chapters of the textbook. b. Try and make use of Google to find solutions to errors. As a PHP?developer you WILL spend hours on Internet forums seeking solutions to problems.
c. Make use of PHP documentation available online (see chapter 2 on how to access it) d. Participate in myUnisa forum
e. E?mail the lecturer for help
This ICT3612 IT/Computer Science Assignment has been solved by our IT/Computer Science Experts at My Uni Paper. Our Assignment Writing Experts are efficient to provide a fresh solution to this question. We are serving more than 10000+ Students in Australia, UK & US by helping them to score HD in their academics. Our Experts are well trained to follow all marking rubrics & referencing style.
Be it a used or new solution, the quality of the work submitted by our assignment experts remains unhampered. You may continue to expect the same or even better quality with the used and new assignment solution files respectively. There’s one thing to be noticed that you could choose one between the two and acquire an HD either way. You could choose a new assignment solution file to get yourself an exclusive, plagiarism (with free Turnitin file), expert quality assignment or order an old solution file that was considered worthy of the highest distinction.
© Copyright 2026 My Uni Papers – Student Hustle Made Hassle Free. All rights reserved.