/var/www/(Del)pathways.org.hk/en/popindex.php


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
<?php 
require("../admin/configure.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>博思會 The Pathways Foundation Limited</title>
<meta name="keywords" content="Pathways,Dyslexia,Learning Support,SLD SpLD ADD ADHD,讀寫障礙,專注力不足,過度活躍症">
<meta name="description" content="博思會為非牟利註冊慈善團體,專為讀寫障礙學童提供針對性的中英數學科支援、或透過臨床心理學家、職業治療師及言語治療師為學童提供評估及輔導。此外,博思會亦為家長及教師安排講座及工作坊,對學障進行理論和實用性的探討。">
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<!-- Global site tag (gtag.js) - Google Ads: 873915644 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-873915644"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'AW-873915644');
</script>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
<table width="600" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="550" align="left" valign="top" class="contentspan">&nbsp;</td>
</tr>
  <tr>
  <? 
    $sql 
"SELECT * ";
    
$sql .= "FROM popcontent ";
    
    
$result mysql_query($sql);
    
$row mysql_fetch_array($result,MYSQL_ASSOC);
  
?>
    <td width="550" align="left" valign="top" class="contentspan"><? echo $row{'popcontentdesc'?></td>
</tr>
</table>
</body>
</html>