Jump to content

Website


Annyta

Recommended Posts

Hello. I am not so new to PHP. I have studied few lessons. But I want to ask you as professionals. What can PHP do on my website? If I want to be a developer I want to introduce my knowledge about PHP to the employer. I've already learned about types of variables, made a form on my website, but that will be definitely not enough to represent my skills in it. What can I do more on my website? To make it look nice I used css and js. I looked on Internet but could'n find a full list of PHP capabilities on websites. I want to represent my website as a project to show that I have a work experince.

Link to comment
Share on other sites

The most common use of PHP is to retrieve data from a database, textfile or RSS feed and display on the page.

 

For example, if you have 1,000 employees then you don't want to create a separate static page for each employee's profile. Instead you ask the user to input an identifier (employee number, say) then retrieve and display the profile data for that employee. That way you only need one employee profile page.

Link to comment
Share on other sites

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.