home
/
uttpolic
/
web
/
uttpolice-coop.com
/
public_html
➕ New
📤 Upload
✎ Editing:
plan.php
← Back
<?php include("layout/header.php")?> <articles> <section> <div class="wrapper"> <div class="container"> <div class="toppic"> <h1>กลยุทธ์ แผนงาน โครงการ </h1> </div> <div class="panel panel-info"> <div class="panel-heading">กลยุทธ์ (Strategy) แผนงาน โครงการ (Tractic Plan)</div> <div class="panel-body" style = "font-size:16px;line-height:30px;"> <?php $sql_about = "SELECT * FROM utt_about WHERE about_id = 1 "; $q_about = mysqli_query($con,$sql_about); $r_about = mysqli_fetch_array($q_about); echo $r_about['plan']; ?> <center><img src = "images/star.gif"></center> </div> </div> </div><!--end container--> </div> </section> </articles> <?php include("layout/footer.php")?> </body> </html>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel