Jump to content

social network?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
5 replies to this topic

#1
pkply

pkply

    Newbie

  • Members
  • PipPip
  • 23 posts
How does social network work? Like what is the minimum programming tool needed for a basic networking site to work. I'm guessing it would need a dedicated server, mysql? php?

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
I'm guessing that too. It's a database, probably MySQL with PHP. Obviously HTML to display the page.
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#3
Chinmoy

Chinmoy

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 392 posts
If you want to make a good dynamic UI, AJAX is a must. See codecall for example!

And see :: http://forum.codecal...rting-ajax.html

My blog has ajax as well :: techarraz-the coderz tech lounge

html is losing out. Now it is XML and JS with a lot of php and css. Avoid php if you want extreme security.

Edited by Chinmoy, 16 June 2008 - 01:43 AM.

God is real... unless declared an integer

my blog :: http://techarraz.com/


#4
pkply

pkply

    Newbie

  • Members
  • PipPip
  • 23 posts

Chinmoy said:

If you want to make a good dynamic UI, AJAX is a must. See codecall for example!

And see :: http://forum.codecal...rting-ajax.html

My blog has ajax as well :: techarraz-the coderz tech lounge

html is losing out. Now it is XML and JS with a lot of php and css. Avoid php if you want extreme security.

Hey thanks for the info. Are there flaws in php?

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
I don't agree.All you need to do is to make some security yourself using PHP, for example encrypt passwords in database with PHP etc...

#6
getzephyr

getzephyr

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
I would say MySQL with PHP