Annyta Posted November 27, 2016 Share Posted November 27, 2016 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. Quote Link to comment https://forums.phpfreaks.com/topic/302626-website/ Share on other sites More sharing options...
Barand Posted November 27, 2016 Share Posted November 27, 2016 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. Quote Link to comment https://forums.phpfreaks.com/topic/302626-website/#findComment-1539736 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.