[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howtos:misc:approach_to_web_development_on_slackware [2020/11/29 20:57 (UTC)] – [Web Dev primarily HTML and PHP] captain_sensiblehowtos:misc:approach_to_web_development_on_slackware [2020/12/01 16:54 (UTC)] (current) – [Structure of HTML & PHP] captain_sensible
Line 8: Line 8:
 There will be some embedded information on HTML and PHP, what they do and what they do not do. I will probably throw in some anecdotal  info from my experience. There will be some embedded information on HTML and PHP, what they do and what they do not do. I will probably throw in some anecdotal  info from my experience.
  
-=== Structure of HTML & PHP ===+==== Structure of HTML & PHP ====
  
      
Line 39: Line 39:
  
  
-=== Using Built in PHP dev Server to render HTML ===+==== Using Built in PHP dev Server to render HTML ====
  
  
Line 134: Line 134:
  
  
-=== Making use of HTML presentation but with PHP functionality ===+==== Making use of HTML presentation but with PHP functionality ====
  
  
Line 171: Line 171:
 When I first did this it demonstrated the potential of PHP.  When I first did this it demonstrated the potential of PHP. 
  
-=== Introducing Databases into the mix  ===+==== Introducing Databases into the mix  ====
  
  
Line 266: Line 266:
  
  
-=== PHP framework ===+==== PHP framework ====
  
 Before we look at xampp and apache i'm going to mention composer [[https://getcomposer.org/|composer ]] Before we look at xampp and apache i'm going to mention composer [[https://getcomposer.org/|composer ]]
Line 355: Line 355:
 </code> </code>
  
-=== === Approach To permission problems+===  Approach To permission problems ===
  
  
 howtos:misc:approach_to_web_development_on_slackware ()