25 Responses to “Part 3: How to Build PHP and MySQL CMS Website Software”

  • lilabrowns:

    To FireFoxConn+ …
    To FireFoxConn+ since adam help me very much with this code ,now i’m willing to help others, First i will advice you not to write your own code just go to part 9 of this series and on the info side just click developphp link then you will see search button just enter the title of this series then click -Part 3: How to Build PHP and MySQL Custom CMS Website Software on top you will see zip file for download start from there

  • FireFoxConn:

    I’m having trouble …
    I’m having trouble and I am completly dumbfounded by it. everything in my code looks just like yours. except when I go to load my page up it only shows 1 link not both. and it only shows the about link. I am using the latest firefox but I dont know if that has anything to do with it. please help me?

  • bezhoedeath:

    change this:
    $query …

    change this:
    $query = mysqli_query($myConnection, $sqlCommand) or die (mysqli_error());

    to this one:
    $query = mysqli_query($myConnection, $sqlCommand) or die (mysqli_error($myConnection));

    i guess the line u must change is on line 6

  • Marine50x:

    Is he going to post …
    Is he going to post the html file??

  • BlackdragonUA:

    yea i get the same …
    yea i get the same problem, your tuts are nice but when ppl run into problems like these following your tuts, can use a bit of help..I am not saying that you make bad tutorials i think they are the best but it could be better if in the description you could put solution to errors like that… if you know they are gonna happen
    =(

  • cedomirovic:

    tnx you are the …
    tnx you are the best, i can’t wait for part 5

  • Evandon1:

    do u have any idea …
    do u have any idea why this is?

  • Evandon1:

    I keep getting this …
    I keep getting this error messages and I cant figure why. My code LOOKS identical to yours. Here is the message I get:

    Warning: mysqli_error() expects exactly 1 parameter, 0 given in /home/content/e/v/a/…/html/vsmack/index.php on line 6

  • djshaanky:

    lol!
    lol!

  • GrinningSandCat:

    With MySQLi it’s …
    With MySQLi it’s easy to call stored procedures. You can run multi queries.

  • flashbuilding:

    I think I am …
    I think I am growing out of puberty at last. My voice is getting deeper, no big deal.

  • djshaanky:

    Man you surely …
    Man you surely don’t sound well on this tuts man whats up? good tut though.

  • MainTutorials:

    Where is your …
    Where is your source code on your website?Please help

  • MainTutorials:

    ITS UP!!!
    ITS UP!!!

  • MainTutorials:

    Adam where is part …
    Adam where is part two??

  • flashbuilding:

    I have a page in my …
    I have a page in my MySQL course, right in the beginning section, that discusses it a bit and should explain it all.

  • MVParamount:

    Quick Question … …
    Quick Question … What is the difference between MySQLI and MySQL?

  • MVParamount:

    Makes Sense, lol, I …
    Makes Sense, lol, I forgot it was all one page.

  • flashbuilding:

    In this case not …
    In this case not really cuz this entire custom system runs off of 1 file for displaying everything. Saves time and workflow by putting the CSS right in the head tag like I am doing here for styling mostly. I put inline styles for example variety. But for a one page system like what I am building here, you would overcomplicate it by adding External CSS. External CSS is best when you have more than one page or file. Otherwise not needed at all.

  • MVParamount:

    I think the …
    I think the EXTERNAL CSS would be way better for being able to update the entire site styles in 1 sheet.

  • lucas199400:

    Adam, you should …
    Adam, you should get a cup of coffee before making these tutorials! You sound a bit tired/dull lol

    Lovely tutorial series mate!

  • mine070:

    Where The Is …
    Where The Is Part 2?

  • winfr34k:

    where s part 2 :( ?
    where s part 2 :( ?

  • LevosPro:

    Thank you man :) ))
    Thank you man :) ))