Jump to content

Need help please.........

- - - - -

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

#1
shuvo007

shuvo007

    Newbie

  • Members
  • Pip
  • 3 posts
Hello everybody,I am learning PHP.I am now a baby in PHP.So,i haven't so much knowledge in PHP.So,I need help....
I collect 4 script.But i don't know how can i use those.Please help me for adding those in a page by PHP and learning using process...:cool:
I want to make a website like mixx.com Anyone is here who want to help me....

#2
dbest

dbest

    Newbie

  • Members
  • PipPip
  • 10 posts
Hi shuvo...
Where are you testing the PHP pages/scripts? I am assuming you have a local webserver configured to run PHP. Try and install XAMPP or WAMP, then place the scripts you need in the htdocs folder and access them by typing http://localhost/script.php

#3
webcodez

webcodez

    Programmer

  • Members
  • PipPipPipPip
  • 149 posts
Well, if you don't know how to even create a PHP file and run it, I'd not suggest you to just download scripts and try to get them working. Better have a look at some PHP tutorials first rather than starting with full PHP scripts instantly without even knowing how to use them in any way.

#4
NastyDevil

NastyDevil

    Learning Programmer

  • Members
  • PipPipPip
  • 90 posts
A good way to learn to basics is from w3 schools, just type in "w3schools" in google and you will find a lot of good information. As to answer your question which I only partially understood you need to run PHP on a server, it will not simply run on your computer unless you perform the necessary installations first.