Category Archives: PHP

PHP menus

I want to add PHP menus to the site and I think this site will give me an idea on how to incorporate them into the site. I know that the menu bar above does not look quite right and I will take care of that in the next day or so. Unordered lists can be a pain sometimes to code out but I’m trying to do away with extraneous CSS rules and hacks that aren’t necessary.

Xavier F.

Also posted in Web Site Design | Leave a comment

Picking up PHP conditional statements…

Ok so I know it’s a bit late but I just finished PHP lesson 2 which
covers conditional statements, and logical operators as well as “if – else”.
So far this is thee best website about learning PHP that I have seen so far mainly because the information presented is easy to read and understand.
You can see the results of what I learned here. Just enter something in one of the fields and your results will be processed by the PHP code as soon as you hit submit. There’s a bunch of jabberwocky on the feedback page but I did leave a treat for you guys to see.

Bring me lesson 3!

Xavier F.

Also posted in Web Site Design | Leave a comment