How to make a social network with PHP - Part 1

preview_player
Показать описание
Tutorial series on how to make a PHP social network.
Рекомендации по теме
Комментарии
Автор

the -webkit- prefix is for Chrome and Safari

skateboard
Автор

I'm trying to use PHP fox is this a great platform I'm trying to create a social media.

raeishawilson
Автор

html{
    background: -webkit-linear-gradient(top, black, #eb8852 60%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, black, #eb8852 60%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, black, #eb8852 60%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, black, #eb8852 60%); /* Standard syntax */
}

use this for html 3 

Jakesmithfilms
Автор

Hey TigerTutoriaals, I love this series! Would it be okay to use some of the source code in creating a social network of my own? Thanks.

jarodwong
Автор

YOU HAVE headerleft and headeright. How do you create headermiddle? I want to create an upload box in between headerleft and headeright.

rotcataergeht
Автор

How do you get on php I only have notepad and java

thewhitemansshow
Автор

Maybe it been better to use twitter bootstrap to make the layout

VINALDADDY
Автор

do you need a  wamp server
and do you need DW

sherwinkooij
Автор

Your lack of indentation is disturbing

Rawjr