Instead of downloading the software to run a local server and database on my system, I've decided to just buy web space and a domain to practice my PHP and MySQL skills. I purchased the domain ugalambdas.org from Yahoo! domains and 100MB in web space from Xfluro.com hosting site.
The site is still under construction but I have a rough draft of it currently up (www.ugalambdas.org/index2.html). I will used what I learned during this semester to improve my fraternity's website.
Things Learned:
DROP command in SQL completely delete your table
DESCRIBE command analyzes the structure of your table and it's data types
mysqli_fetch_array() fetches query results into an array
WHILE Loop is used to repeat certain code when set condition is true
DELETE command can either delete all or delete only specific things if written correctly
This chapter shown me how to add and remove things from a database using a web browser and PHP scripts.
Subscribe to:
Post Comments (Atom)
Cool, this will be good practice for you, good to put in your career portfolio and will be a good thing for your frat.
ReplyDelete