-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphp.php
More file actions
133 lines (128 loc) · 7.47 KB
/
php.php
File metadata and controls
133 lines (128 loc) · 7.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" >
<meta name="description" content="Real estate assistant web site" >
<meta name="author" content="Matthew C. Lind" >
<meta name="robots" content="index, follow">
<title>Matthew C. Lind - Portfolio 2024 - Demo PHP App's</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" >
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Newsreader:ital,wght@0,600;1,600&display=swap" rel="stylesheet" >
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&display=swap" rel="stylesheet" >
<link href="https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;1,400&display=swap" rel="stylesheet" >
<!-- Core theme CSS (includes Bootstrap)-->
<link href="../css/styles.css" rel="stylesheet" >
<link href="../css/addstyles.css" rel="stylesheet" >
</head>
<body id="page-top" style="background:#e1e1e1;">
<!-- Back to top button -->
<button type="button" class="btn btn-danger btn-floating btn-lg" id="btn-back-to-top">
<i class="bi bi-caret-up-fill"></i>
</button>
<!-- header -->
<div class="container">
<div class="row">
<div content="nav">
<?php include 'topnavnew.php';?>
</div>
</div>
</div>
<header class="masthead">
<div class="container px-5">
<div class="row gx-5 align-items-center">
<div class="col-lg-12">
<!-- Mashead text and app badges-->
<div class="mb-5 mb-lg-0 text-center text-lg-start">
<h2 class="display-1 lh-1 mb-3" style="text-align:center;">PHP Experience</h2>
<p>PHP Programming Experience on Joomla, WordPress, Drupal, Coppermine, Virtuemart, and Zencart.</p>
<p>Experience Editing and Coding New and Premade Joomla, Drupal and WordPress Templates.</p>
<p>Coding and Editing PHP Pages using text editors and Dreamweaver.</p>
<p>Experience Debugging PHP Pages and Adding PHP Scripts to Existing Web Sites.</p>
<p>Experience Using Various PHP Libraries and Using PHP to Interact with a MySQL Database.</p>
<p>Experience Using PHP Form Handlers, Required Fields, Getting Posted Data Into Variables, and Form Validation.</p>
<p>Experience with PHP Redirects, PHP Configuration Scripts, and Emailing Results via HTML.</p>
<p>Experience with PHP Smarty and Magento Templates, Variables, and Tags.</p>
<br><br>
<a href="https://github.com/Overbrd/PHP" target="_blank">PHP Scripts on Github</a>
<br><br>
<h2 class="display-1 lh-1 mb-3" style="text-align:center;">PHP Demos</h2>
<p>These are demos of PHP, an incredibly diverse language used for years to build all kinds of web applications.</p>
<p>I have several years experience coding in PHP, from apps built from scratch, all the way up to apps built for Drupal and Wordpress. I have experience with numerous CMS's and have used several eCommerce apps, all built in PHP.
</p>
</div>
</div>
</div>
</div>
</header>
<div class="row">
</div>
<div class="container">
<div class="row">
<h3 style="margin-top:22px;">PHP Demos</h3>
<div class="col-sm-4">
<div class="card">
<div class="card-body d-flex flex-column" style="min-height:266px;">
<h5 class="card-title">PHP Database App</h5>
<p class="card-text">PHP 8, MySQLi, AJAX, JS, HTML5, CSS3 Demo. Enter data, fetch data. All from a MySql dB.</p>
<a href="https://reasst.com/php-apps/php-mysql-app/" class="mt-auto btn btn-lg btn-block btn-primary"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-code" viewBox="0 0 16 16">
<path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8z"/>
</svg> Demo PHP Database App</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body d-flex flex-column" style="min-height:266px;">
<h5 class="card-title">PHP Contact Form</h5>
<p class="card-text">This is a demo of PHP form capabilities using HTML5 for the form components and validation.</p>
<a href="https://reasst.com/samplephpform.php" class="mt-auto btn btn-lg btn-block btn-primary"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-code" viewBox="0 0 16 16">
<path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8z"/>
</svg> Demo PHP Contact Form</a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<div class="card-body d-flex flex-column" style="min-height:266px;">
<h5 class="card-title">PHP Display Folder Contents</h5>
<p class="card-text">This code displays folder contents of the folder the file is placed in. It uses a folder of banners I made and displays them down the page in rows. It will display an unlimited number of files.</p>
<a href="https://reasst.com/samples/banners/index.php" class="mt-auto btn btn-lg btn-block btn-primary"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-code" viewBox="0 0 16 16">
<path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8z"/>
</svg> Demo PHP Display Folder Contents</a>
</div>
</div>
</div>
</div>
<div class="row" style="display:inline-block;position:relative;left:45%;top:18px;">
<a href="https://validator.w3.org/nu/?doc=https%3A%2F%2Freasst.com%2Fportfolio%2Fphp.php" target="_blank"><img src="img/valid-html.png" alt="Valid HTML"></a><a href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Freasst.com%2Fportfolio%2Fphp.php" target="_blank"><img src="img/vcss-blue.gif" alt="Valid CSS"></a>
</div>
</div>
<div class="row">
</div>
<?php include 'footer-portfolio-new.php';?>
<!-- Bootstrap core JS-->
<script src="../js/bootstrap.bundle.min.js"></script>
<!-- back to top-->
<script src="../js/backtotop.js"></script>
<!--
/////////////////////////////////////////////////////////////////
/
/ Matthew Lind Portfolio
/ reasst.com/portfolio/
/ Site Designed By: Matthew C. Lind
/ Designer: Matthew C. Lind
/ Copyright © 2024 Reasst.com
/ God Bless America
/
/////////////////////////////////////////////////////////////////
-->
</body>
</html>