Welcome! Log In Create A New Profile

Advanced

Topic 6B

Posted by mauritz 
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
Topic 6B
August 09, 2009 07:59PM
All done !!! And that wraps it up smiling smiley

I like the twist at the end of the book where it does not give you the solution but have you code the items yourself, forces us to think smiling smiley
Anonymous User
Re: Topic 6B
August 20, 2009 08:12PM
Completed Topic 6B. No hiccups at all on this one... Now, to put what I've learnt into practice! smile
fcb
Re: Topic 6B
August 27, 2009 02:06PM
Done. One thing to remember with forms and database manipulation - user input error checking!
Re: Topic 6B
August 28, 2009 09:09PM
YEAH !!! thats it , i am done !!!! smiling smiley

smoking smiley When all else fails , read instructions grinning smiley
smiling smiley Reading is a course on it's own ! smiling smiley
Re: Topic 6B
September 03, 2009 04:44PM
YES All done. Now can begin with project.
avatar Re: Topic 6B
September 11, 2009 09:22PM
ALL DONE!!!

Language: PHP
$ISBN = $_POST[';ISBN';]; $Title = $_POST[';Title';]; $Price = $_POST[';Price';]; $Pub_date = $_POST[';Pub_date';]; $Auth_id = $_POST[';Auth_id';]; $Sub_id = $_POST[';Sub_id';];   $query = "INSERT INTO Titles VALUES(';$ISBN';, ';$Title';, ';$Price';, ';$Pub_date';, ';$Auth_id';, ';$Sub_id';)";   // Debug string to see if string is correct - had lots of typos!!! echo "<p>"; echo "query = $query"; echo "<p>";   $result = mysql_query($query); $rows = mysql_affected_rows();
avatar Re: Topic 6B
September 22, 2009 01:24PM
I wish there were more SQL database functions/statement to deal with(read: manipulate) the database.....But otherwise it is copable with the given ones... Topic finally completed
Re: Topic 6B
October 05, 2009 07:02AM
A bit behind schedule, but I'm finally done. Time to deconstruct the assignment and get busy building the app.
Hope I have left myself with enough time.

Thanx Mac for a great course.
avatar
Mac
Re: Topic 6B
October 05, 2009 04:14PM
ssmkhize Wrote:
-------------------------------------------------------
> I wish there were more SQL database
> functions/statement to deal with(read: manipulate)
> the database.....But otherwise it is copable with
> the given ones... Topic finally completed

Mmm - do you have the handbook????
avatar
Mac
Re: Topic 6B
October 05, 2009 04:15PM
Slinger Wrote:
-------------------------------------------------------
> A bit behind schedule, but I'm finally done. Time
> to deconstruct the assignment and get busy
> building the app.
> Hope I have left myself with enough time.
>
> Thanx Mac for a great course.


Mmm - it's getting close. Midnight oil I smell smiling smiley And also time for frustration, since a single typo error such as a missing colon could keep you busy for a week. That is just the nature of programming, I'm afraid sad smiley
Anonymous User
Re: Topic 6B
October 08, 2009 11:59AM
Done i.e Apply your knoledge 6-1, task 6b-1, and task6b-2. I didn't encounter any problems coz i am used to MS SQL server 2000 and 2005.
Re: Topic 6B
October 08, 2009 10:59PM
Done...

Database are nice
Re: Topic 6B
October 17, 2009 11:51AM
Done. Just love the DB's!! gonna make my work so much more easy...
avatar Re: Topic 6B
October 18, 2009 05:03PM
Real life ate my time, but there is enough time to do the project. Everything we learned is in there. YAY!

PS: Done with this topic

Chris
~~~~
"Cleverly disguised as a responsible adult."
Re: Topic 6B
October 18, 2009 07:51PM
lyonza Wrote:
-------------------------------------------------------
> Real life ate my time, but there is enough time to
> do the project. Everything we learned is in there.
> YAY!
>
> PS: Done with this topic


Yeah. also started now... struggling with one or two things... but the forum and google is all the help I need. hehe
Re: Topic 6B
October 19, 2009 02:22PM
Done with 6B, I have only few days to complete the project.....I need a miracle!
Re: Topic 6B
October 21, 2009 07:49PM
6B done at last
Re: Topic 6B
October 22, 2009 12:10PM
Hi there everyone, I am doing a course in Web Design and I hope to Study PHP next year, do you recommend? Is it easy, I hate hard things......
avatar Re: Topic 6B
October 22, 2009 01:38PM
Not only is it nice and easy, it's a fundamental when it comes to web design if you ask me...

So go for it, you won't regret it!
avatar Re: Topic 6B
October 22, 2009 04:06PM
DONE! forgot to post it on here!
Re: Topic 6B
November 06, 2009 06:01PM
so far I understand what is the database and its functions I need more exercise to master it
so far, so good all done( Add, udpdate and delete ).
Sorry, only registered users may post in this forum.

Click here to login