2
votes
0answers
28 views

Good security practice for writing a php/mysql web app [closed]

I'm about to create a web app that is php/mysql based. It should contain multiple users and two levels of admin accounts. It will most likely not be very likely to be attacked in any way. Still I am ...
2
votes
2answers
32 views

How to determine which files are used by website

I recently became responsible for a PHP / HTML / MySQL website. The document structure is full of duplicate files and folders making the site appear more complex than it is. Is there any tool I can ...
0
votes
0answers
6 views

Load a section of page separately from the rest? [migrated]

I want to check the status of a couple servers and display on a page if they're up or down. Currently, I'm doing this with PHP's fsockopen() function. As part of this function, you determine a timeout ...
5
votes
5answers
638 views

Adding a Forum to my site: build one from scratch or use existing open-source platform?

Note: I posted this originally to stackoverflow.com, had it closed, and was told to post it on programmers.stackexchange.com. So I posted it on programmers.stackexhange.com, had it cloased, and was ...
-1
votes
1answer
60 views

Can I sell a php website on a condition that the code is not resold by the client? [closed]

What if I write my client a website using LAMP. Suppose that clients starts selling my code to other people, can I perhaps do something about it because I have already asked them not to sell it more ...
0
votes
0answers
35 views

Perl or PHP for web development [closed]

so, if one was developing a website and taking into consideration that it might grow, which is the better language for implementing CGI scripts? Perl or PHP? i know PHP language itself (as opposed to ...
0
votes
1answer
50 views

PHP and Javascript [closed]

I am a good C programmer. I have recently studied a bit of JavaScript and I plan on developing my skills by also learning PHP. Can I learn both these language in 3 months and after that build a site ...
-1
votes
1answer
59 views

How to redirect to a new page and have the new page display dynamic data [closed]

This seems like a pretty obvious question, but for some reason I have yet to find an answer. The goal here is to have a user click a link, for example like on this site, the user clicks a question and ...
0
votes
3answers
130 views

Subdomain Is Redirected and Causing an Error Because www. is Added

On my site, say example.com, if I try to access test.example.com, Firefox automatically adds www. to test.example.com, making it www.test.example.com, which causes an error. However, if I visit a site ...
2
votes
4answers
134 views

How to add version control and seperate development server to php/web development environment? [closed]

I'm the team lead of a small group of developers. My background is primarily in application development and I've worked in larger groups where version control (SVN, Git, etc.) have been used and ...
0
votes
0answers
51 views

How do I add a algorithm to my chat system? [closed]

Do I need some sort of algorithm in my chat system ? So far I have in my page I'm building turned out to be a "what's your status" type of feature, like FaceBook has... I didn't mean for that although ...
0
votes
0answers
24 views

Non-technical cofounders wanting to develop this [closed]

In the past few weeks we've done an extensive research on which programming language, system, framework, etc, should we use to develop our idea. We've used stackoverflow and stackexchange to learn a ...
2
votes
3answers
67 views

understanding technology that news websites use

I am trying to understand the technology which many news websites use please have a look at this website http://www.shritimes.com/ if you click any news item then the particular thing gets zoomed ...
-1
votes
2answers
339 views

What largest websites are written in php? [closed]

What are some of the largest and most popular websites in the world written in php? I know 1 - this is wikipedia, tell please another large website.
0
votes
1answer
109 views

What every beginner should know about website development? [closed]

I am a novice at building websites and considering to make one. But there is a lot of confusion that's going on right now. I guess every beginner faces them. Few questions that come up are: I have ...

1 2 3
15 30 50 per page