Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 12-10-2006, 04:50 PM   #1 (permalink)
Apprentice
 
gursimran_2006's Avatar
 
Join Date: Sep 2006
Location: In ur Dreams
Posts: 92
Cool PHP Website


I want to design my own website in PHP. i need only free services. tell me any freeware software to make PHP webpages. also tell my free PHP hosing site with no ads or banners.
__________________
Friends, Plzzz Visit my website
http://www.gursimran.c-o.in/
add ur link to my Database and signup it is Free!
Plzzz do not forget click on Advertisements, coz i need $$
Cheers,
Gursimran.

Last edited by gursimran_2006; 12-10-2006 at 05:38 PM.
gursimran_2006 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 12-10-2006, 05:14 PM   #2 (permalink)
Broken In
 
Join Date: Apr 2006
Location: 127.0.0.1
Posts: 165
Default Re: PHP Website

Hi,
PHP is not a database. Its server side programming language. Thre is no software to make php webpages.

You can use readymade php scripts or you can use php based web applications. What kinda website you want to make?

You can apply for free php hosting at frihost.com . You have to make some posts on their forums before appying. Also you have to stay active on their forums if they approve your hosting request.
__________________
Freakish Attitude :cool:
freakitude is offline  
Old 12-10-2006, 05:37 PM   #3 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: PHP Website

Yea PHP is not a database. U wanna implement database website it seems. PHP+Mysql is ur answer!
There are a lotta websites which gives u php+mysql access.
Take a look here -> http://www.oinko.net/freephp/
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 14-10-2006, 02:46 PM   #4 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: PHP Website

Do you know how PHP works? If not, then understand that first. Let me give you sone small explanation

1. A server receives request for a .php page
2. It hands it over to the PHP interpreter which goes thru the code
3. It gives the output of the code in HTML
4. The HTML output is sent to the browser.

Why use PHP? Here's an (silly) example. If you want to display numbers from 1 to 100 one below the other on HTML page, then without PHP you will write it like this
Code:
1<br>
2<br>
3<br>
...
...
100<br>
With PHP you will write it like this
Code:
for ($ctr = 1; $ctr <= 100; $ctr++)
{
  print($ctr . "<br>");
}
So three lines in place of 100 and if it changes to 1000, just one more 0 in the counter will do the job, whereas in HTML you will have to write 900 more lines. Additionally, there are certain things which can't be done in HTML properly e.g. dynamic pages. For example, have a look at http://www.deitydarshan.com. Just ignore the pathetic looks as it will be changed within 10 days. I have coded this site in PHP. I made a few pages and those same pages keep displaying the images day after day and even previous days/years. This site is running since July 2005 with the same set of PHP pages

For testing and writing PHP pages, you need to install Apache and PHP in your machine. You can either install them separately and connect them. Or directly download and install XAMPP or EasyPHP. These two softwares will configure everything in your machine automatically.

Also download some tutorials from the net for PHP. http://w3schools.com will give you some basics. Search for e-books on the net. There are many legal (and illegal) e-books available for download. You can also download PHP Manual. These days, I refer to this manual the most then any other book
tuxfan is offline  
Old 14-10-2006, 04:44 PM   #5 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: PHP Website

deitydarshan.com ...... nice site bro! Put the details of 10 Vishnu avatars,all famous GITA slokas and some recipes of aurveda (if u can) too.
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 15-10-2006, 10:39 AM   #6 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: PHP Website

Quote:
Originally Posted by mediator
deitydarshan.com ...... nice site bro! Put the details of 10 Vishnu avatars,all famous GITA slokas and some recipes of aurveda (if u can) too.
Watch it on Diwali. We are working at full speed and intent to re-launch the site with new looks and new contents. Hope we can finish it before Diwali
tuxfan is offline  
Old 15-10-2006, 10:47 AM   #7 (permalink)
Google Bot
 
Pathik's Avatar
 
Join Date: Aug 2005
Posts: 9,772
Default Re: PHP Website

good luck tux.. Its a good 1
Pathik is offline  
Old 15-10-2006, 11:41 AM   #8 (permalink)
Right Off the Assembly Line
 
Join Date: Sep 2006
Posts: 2
Default Re: PHP Website

http://www.ej.am/
gursimran2006 is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by topgear
- by abhidev
- by clmlbx
- by Sarath

Advertisement




All times are GMT +5.5. The time now is 04:50 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2