php?????

This is a discussion on "php?????" within the PHP Forum section. This forum, and the thread "php????? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 2nd, 2006, 21:00
cat cat is offline
New Member
Join Date: Nov 2005
Age: 28
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
php?????

i vaguely know what php is/does but i only went over it briefly on my course,how do u get it set up in the first place???? as i was going to have a comments page on my site , but then i couldnt figure out how to get it sending comments back to my site ..... so what dont i have to make this work....??????
Reply With Quote

  #2 (permalink)  
Old Jan 2nd, 2006, 22:32
Most Reputable Member
Join Date: Aug 2005
Location: North Wales, United Kingdom
Age: 21
Posts: 1,093
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sypher
Re: php?????

what do you want to know about php?

How to set it up on your server?
Or how to use it in your web pages?
Reply With Quote
  #3 (permalink)  
Old Jan 3rd, 2006, 10:24
cat cat is offline
New Member
Join Date: Nov 2005
Age: 28
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: php?????

both.....
Reply With Quote
  #4 (permalink)  
Old Jan 3rd, 2006, 13:43
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: php?????

long process...lol

to set up your own webserver, you generally have to have a machine that has lots of RAM, a fast hard disk and fast system bus would give you far better performace then the latest processors.also dont install too much software on the server. Install only the bare minimums like the following installation and the required firewall and anti-virus software...go to www.php.net for some more info?

using php in pages is simple. making sure the .php file is saved on a phop server, your script goes like this...
Code: Select all
<?
#php script here...
?>
Reply With Quote
  #5 (permalink)  
Old Jan 3rd, 2006, 13:47
cat cat is offline
New Member
Join Date: Nov 2005
Age: 28
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Re: php?????

bloody hell u werent joking....... lol ok well ill have a look but somehow dont think my pc will handle tht..lol cheers anyway
Reply With Quote
  #6 (permalink)  
Old Jan 4th, 2006, 00:04
Highly Reputable Member
Join Date: May 2005
Location: U.K
Age: 21
Posts: 739
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to benbramz
Re: php?????

might i just add, that the huge amounts of ram and limited programs would be needed to make a public server, for example where others can view it. however, you could set up php on your PC to test php pages, as only you would beusing the resources...
Reply With Quote
  #7 (permalink)  
Old Jan 12th, 2006, 03:54
Junior Member
Join Date: Jan 2006
Age: 25
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: php?????

Hey man, Im going to take a wild guess and assume that you are not running your own server, but are on a hosted account. If you pay someone $5-$20 a month for a website your on a hosted account. In which case, you most probably have php installed as its free.

However! Even if this is so, you still need a database to store the comments to, well, you could do it to a file, but I wouldnt go that far. If you have a account where php is available, I would also assume that you have something called MySQL on your hosted account as well, as it is also free and comes almost standard.

In any case, you will however have to learn how to 1) set up a database table and 2) learn how to connect php to the database and parse the requested data.

Now, if you have both of those programs installed, php and mysql, I suggest rather than take all your time to build one, search on google for "php mysql comment script" and choose which one you want and install it.

Call your host and ask them if you have the programs. If you dont, cancel your hosting account and go else where because your host is ripping you.
Reply With Quote
Reply

Tags
php

Thread Tools

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


All times are GMT. The time now is 21:59.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43