Welcome! Log In Create A New Profile

Advanced

Chatper 12 - MySql Db's

Posted by BrendonCon 
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
Chatper 12 - MySql Db's
September 04, 2012 09:55PM
Finally here, looking forward to getting to know database's!
Re: Chatper 12 - MySql Db's
September 06, 2012 06:53PM
Chapter done smiling smiley
Re: Chatper 12 - MySql Db's
September 28, 2012 03:42PM
using table to display data (chapter 4)

$result = mysql_query($query,$link)

what could be wrong
avatar Re: Chatper 12 - MySql Db's
September 28, 2012 07:54PM
hay masixole. you dont need the second paramater. you can simply use
Language: PHP
$result = mysql_query($query);
and also you left out your semi-colon ";" at the end of your line.

What is the code in the "$query" variable? Maybe the problem could be there???
Re: Chatper 12 - MySql Db's
September 30, 2012 12:48PM
PHP Twelve completed
Sorry, only registered users may post in this forum.

Click here to login