About website development using php

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
vishwasrao
Forum Newbie
Posts: 4
Joined: Sun Feb 08, 2009 11:04 pm

About website development using php

Post by vishwasrao »

Hi all,
I am new here ,this is my first thread,my question is can i create website using PHP. & how plz give me details.
thanx in advance.
:lol:
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: About website development using php

Post by Benjamin »

Hello and welcome to phpDN. To answer your questions:

1. Yes you can create websites using PHP.
2. Learn PHP.

Also, just a friendly reminder:
Forum Rules wrote: 11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.
You may also what to read:
  1. General Posting Guidelines
  2. Posting Code in the Forums
  3. PHP Manual
  4. PHP Tutorials
vishwasrao
Forum Newbie
Posts: 4
Joined: Sun Feb 08, 2009 11:04 pm

Re: About website development using php

Post by vishwasrao »

Hi thanks for your reply
I have read php book of David Sklar of O'Relly publication & now i am going to create my own website.can you give me general instructons for that
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: About website development using php

Post by Benjamin »

What exactly do you need help with? Your best bet is to setup apache/php/mysql on your own PC so you can develop locally.

A lot of people are happy using xampp for windows, but if you're up for a challenge go ahead and download apache, php, and mysql so you can learn how to install and configure them.
vishwasrao
Forum Newbie
Posts: 4
Joined: Sun Feb 08, 2009 11:04 pm

Re: About website development using php

Post by vishwasrao »

astions wrote:What exactly do you need help with? Your best bet is to setup apache/php/mysql on your own PC so you can develop locally.

A lot of people are happy using xampp for windows, but if you're up for a challenge go ahead and download apache, php, and mysql so you can learn how to install and configure them.
Hi thanks
I am working on LAMP.
I have all things ready.but i dont know how to start & from where
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Re: About website development using php

Post by Luke »

This is a pretty ridiculous thread. Dude... what do you want to know? You just asked about the most generic question possible. Come up with an actual real question and maybe we can help you.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: About website development using php

Post by s.dot »

open up a php editor
write some code
put it in your public html directory
visit it in your browser

voila!
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
vishwasrao
Forum Newbie
Posts: 4
Joined: Sun Feb 08, 2009 11:04 pm

Re: About website development using php

Post by vishwasrao »

thanks,
i got it .i will proceed with my ideas ,will ask for problems
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: About website development using php

Post by josh »

step1: plugin the computer ;-)
Post Reply