หรืออีกวิธีผมได้ code javascript มามันบอกให้ใส่ code ที่ head และ body แต่ไฟล์ index.php ของผมมันไม่มี head และ body ผมจะต้องเอาไปแทรกตรงไหนครับ
Tag : - - - -
Date :
21 ก.ค. 2548 17:07:50
By :
beeoo
View :
3706
Reply :
3
No. 1
Guest
copy code มาดูหน่อยสิคับ
Date :
23 ก.ค. 2548 00:16:39
By :
birdza
No. 2
Guest
ตอนนี้ต้องการจะแทรก code javascript ไปใส่ไว้ใน index ครับ code นี้ของไฟล์ index.php ครับ
<?php
/************************************************************************/
/* PHP-NUKE: Advanced Content Management System */
/* ============================================ */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/* */
/************************************************************************/
/* Additional security checking code 2003 by chatserv */
/* http://www.nukefixes.com -- http://www.nukeresources.com */
/************************************************************************/
//Get Game ID
$row = $db->sql_fetchrow($db->sql_query("SELECT game_id from ".$prefix."_bbgames WHERE game_scorevar='$gamename'"));
$gid = intval($row['game_id']);