Adam Khoury
Rank: 167 / 4486
25 selected videos
15. Ajax PHP MySQL Tutorial Conversation System For Social Network Websites
Lesson Code: http://www.developphp.com/video/PHP/Conversation-System-Social-Network-Ajax-PHP-MySQL-Tutorial
Learn to use Ajax, PHP, MySQL Database, HTML5 and CSS to program dynamic social conversation systems into your social networking website. The entire system is Ajax driven and connected to PHP. The conversation system is connected to the notifications system in order to insert notifications to friends of the user who is writing new things. This is how you produce marketing power for your...
Related topics : social network php mysql / social networking website marketing / social marketing network
1. Social Network Website Building Tutorial Series Intro and Template Production
Lesson Code: http://www.developphp.com/video/PHP/Introduction-and-Building-the-Design-Template
Web Intersect 2.0 part 1. Learn to build a social networking website from scratch. All new software systems and scripting approaches for 2013. All of the technologies we are using are free and open source(HTML, CSS, JavaScript, PHP and MySQL). This first video in the series runs through a quick introduction then jumps right into constructing your website design template system that passes HTML5 and...
Related topics : build a free social network website / social networking website templates free / new social networking websites
11. Header Logic Dynamic Links PHP MySQL Website Tutorial Free Example Script
Lesson Code: http://www.developphp.com/video/PHP/Social-Network-Header-Logic-Dynamic-Links-Example-Script
Learn to program php and mysqli logic into your header file that will render dynamic links needed for your users. If the user is not logged in they should see a different set of links than your logged in members. You can also use this area to query numbers that represent the amounts of notifications or friend requests a particular user has in your social network website system.
Related topics : free social network php codes / free social networking php script
8. Cron Job Automate Social Network Web Site Maintenance PHP Tutorial
Lesson Code: http://www.developphp.com/video/PHP/Cron-Job-Automate-Social-Network-Web-Site-Maintenance-Tutorial
Learn to automate PHP MySQL web site maintenance tasks with Cron Jobs. You can set them to execute at any interval you like. In this example we create a PHP cron job that will delete all non-activate users after X days. If you do not clear the database of these users periodically your system will become clogged with non-activated users.
Related topics : php social networking site code / php social network site / social networking web sites / creating a social networking site
Check User Sign Up Name Tutorial Javascript Ajax PHP for Social Network Community
Lesson Code: http://www.developphp.com/video/PHP/Check-User-Sign-Up-Name-Ajax-PHP-Social-Network-Tutorial
In this lesson you will get a free script example to copy and paste plus a video guide on the programming logic involved to accomplish checking a user's name in your sign up form using a simple Javascript Ajax post to PHP. The PHP will check our mySQL database to see if the username is already taken or not and lets the user know right away while they are filling out your sign up form.
Related topics : free social network php codes / free social networking php script / social networking community
7. PHP Tutorial - Log In Form - Log Out Script - Cookies and Sessions - User Profile
Lesson Code: http://www.developphp.com/video/PHP/Log-In-Form-Log-Out-Script-Cookies-Sessions-User-Profile
Learn to program the HTML - PHP - Ajax log in form, the log out script, start the user profile page for your social network web site software. We also create a module for checking user session, cookies and authentication against the MySQL database. In the next tutorial we will cover site maintenance automation using Cron Jobs.
Related topics : software to create social networking site / php script for social networking site / social networking web sites / php social network script
12. Friend Lists and Social Website Notifications PHP MYSQL JavaScript Ajax Tutorial
Lesson Code: http://www.developphp.com/video/PHP/Friend-Lists-and-Social-Network-Notifications-Tutorial
In this tutorial you can learn PHP, MySQL, JavaScript and Ajax programming logic behind scripting friend lists and notification lists within your custom built social networking website system. We also cover accepting and rejecting friend requests, that portion gets placed into our friend_system.php module that can be called by Ajax anywhere in your website software.
Related topics : social network website list / social networking websites
10. Friend and Block System PHP MySQL Ajax Tutorial Social Network Website Development
Lesson Code: http://www.developphp.com/video/PHP/Friend-Add-Block-System-Ajax-Tutorial
Learn web development logic behind creating Friend systems and user Block systems using PHP, MySQL, JavaScript Ajax, and simple dynamic HTML rendering for your social networking website system.
Related topics : social network php mysql / social networking website developers / creating a social networking website / social networking websites
How to Build a Social Network Website Part 28 - PHP 5.0 Ready
This series is deprecated and replaced by: https://www.youtube.com/playlist?list=PLlkGN-8wjPHV41Y12LFD8uttbAd1d_ohe
If you have a script coded in PHP 5+ that is attempting to create cookies for something like a website remember me feature using setcookie, no output can occur before the setcookie function is called to run. Just try to get all of your page output to occur below or after you run setcookie() function in PHP version 5.
Related topics : how to build social network website
2/3 Private Message System Tutorial for PHP MySQL Websites Web Intersect
Source Code: http://webintersect.com/source_files.php
Learn how to develop a custom Private Messaging system using jQuery, Ajax, PHP, and MySQL for your social networks or community website projects.
Related topics : social network php mysql