Jump to content

help making a profile style site*******


adamjw3

Recommended Posts

hi , i'm trying to find tutorials that can help me build a myspace style site,

i think i understand what i need to do.

1)create a  form that collects users details

2)stores these details on a database and dynamically create a page with a uniquie id (url) so this page can be found on the web

3)enable people to search the database for people that want to talk to.

 

any ideas guy?

 

i'm sure i can create the form and store the data on the database.

 

how do i dynamically create a page from a template?????

 

what i'm after is a couple of tutorials that can show me how to do these thing individually and then i can workout away of putting them together.

 

any help or advice would be great

 

:)

Link to comment
https://forums.phpfreaks.com/topic/46983-help-making-a-profile-style-site/
Share on other sites

Wow, ambitious aren't you? I suggest you get a firm understanding of XHTML, CSS, Javascript, PHP, and SQL. An excellent website with tutorials is www.w3schools.com

Then I suggest you buy or take out books from your library on PHP and SQL. After that you will probably have enough understanding to start, and practice will improve your skills.

 

-Brandon

how do i dynamically create a page from a template?????

 

Essentially as follows:

 

make database connection

select database

execute a database query to retrieve data that matches a specific variable value (like user_id)

abstract the data returned

display selected database table row variables in the template using echo

Thanks for your help guys, i'm just finding teh backend stuff a bit daunting.

 

let me give you a brief history of my self, i've been doin html, xhtml, css , photoshop... all the front end stuff for about 5yrs. done plenty of web sites www.uhb.nhs.uk, www.solondon.co.uk.... could list some more but i like these two the best!!!!!

 

backend stuff i suck at, but thats why i want to be reseanably good at.

 

anymore php advise on what i'm tryin to do would be super... just  point me in the direction of related articles, best books i can buy from amazon etc.. lo

 

love w3c but there tutorials are boring!!!!!!:P

 

thanks again guys

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.