Jump to content

Recommended Posts

In order for you to test your PHP scripts on your computer you'll need two vital components, which is PHP and a http server.

 

Why a http server? PHP is a server sided scripting language which means your PHP scripts are parsed by the server. Whereas a simple HTML/CSS document is parsed by your web browser. Your browser will only receive the output of your PHP scripts which will generally be HTML/CSS and not the PHP code within your scripts.

 

Before starting PHP make sure you have an understanding of HTML and CSS. You'll still need to use HTML/CSS to layout your webpages generated by PHP.

please Tell Me Clearly.

I dont know even a word of PHP. I just want to learn....

 

You'll probably be better off learning the basis BEFORE attempting to run them. For me, I started reading up on all this stuff before I even wrote a single line of code. If you don't know HTML/CSS either, you really are better off starting from the beginning. While you don't exactly NEED HTML/CSS to use PHP, if you want to output anything more than a basic "hello world", you might as well learn it. Plus HTML is easy.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.