Adam Khoury
Rank: 167 / 4486
25 selected videos
How to Build a Social Network Website Part 23
This series is deprecated and replaced by: https://www.youtube.com/playlist?list=PLlkGN-8wjPHV41Y12LFD8uttbAd1d_ohe
This series is deprecated and replaced by: https://www.youtube.com/playlist?list=PLlkGN-8wjPHV41Y12LFD8uttbAd1d_ohe
3. MySQL Database Tables Creation PHP Script Logic Tutorial
Lesson Code: http://www.developphp.com/video/PHP/MySQL-Database-Tables-Creation-Script-Logic
Learn to script table creation into your MySQL database to establish all of the software system's tables using PHP and SQL syntax. We are establishing all of the data storage tables that will be required for specific applications on the social networking website.
Related topics : php social network script
How to Build a Social Networking Website Part 20
Source - http://webintersect.com/source_files.php
In this 20th part of the webintersect.com tutorial series we complete the base programming in our application for twitter or facebook like status functionality. Or blabbing as I call it. In the next lesson we will wrap it up by allowing the logged in member to delete any blabs they have created by giving them a little delete feature if they are logged in and viewing their blab or status list.
Related topics : how to build social network website
How to Build a Social Networking Website Part 17
Source - http://webintersect.com/source_files.php
Now we tighten up the member profile display page to allow for expanding sections that do not completely destroy your design and layout. We also show displaying alternate content in case your member has no data for a certain section.
Related topics : how to build social network website