로그인 화면이요~
일단 테스트 페이지로 test7.php 로 로그인 페이지를 만들고있는데요
베이직 스킨으로
-----------------------------------------------------------------------------------------
<?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
$g4['title'] = "";
?><!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>Untitled Document</title>
</head>
<body><table width="66" border="0">
<tr>
<td><?=outlogin("basic")?></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>
-----------------------------------------------------------------------------------------
test7.php 이렇게 올렸구요
페이지를 확인하면
-----------------------------------------------------------------------------------------
Warning: include_once(./_common.php) [function.include-once]: failed to open stream: No such file or directory in /home/hosting_users/ferbo/www/test7.php on line 2
Warning: include_once() [function.include]: Failed opening './_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/ferbo/www/test7.php on line 2
Warning: include_once(/lib/outlogin.lib.php) [function.include-once]: failed to open stream: No such file or directory in /home/hosting_users/ferbo/www/test7.php on line 3
Warning: include_once() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/ferbo/www/test7.php on line 3
Fatal error: Call to undefined function outlogin() in /home/hosting_users/ferbo/www/test7.php on line 12
-----------------------------------------------------------------------------------------
이러한 화면이 나와요
왤까여? ^^;;;
아시는분 도움좀 주시길요..
화면파일 첨부합니다.
일단 테스트 페이지로 test7.php 로 로그인 페이지를 만들고있는데요
베이직 스킨으로
-----------------------------------------------------------------------------------------
<?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
$g4['title'] = "";
?><!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>Untitled Document</title>
</head>
<body><table width="66" border="0">
<tr>
<td><?=outlogin("basic")?></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
</html>
-----------------------------------------------------------------------------------------
test7.php 이렇게 올렸구요
페이지를 확인하면
-----------------------------------------------------------------------------------------
Warning: include_once(./_common.php) [function.include-once]: failed to open stream: No such file or directory in /home/hosting_users/ferbo/www/test7.php on line 2
Warning: include_once() [function.include]: Failed opening './_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/ferbo/www/test7.php on line 2
Warning: include_once(/lib/outlogin.lib.php) [function.include-once]: failed to open stream: No such file or directory in /home/hosting_users/ferbo/www/test7.php on line 3
Warning: include_once() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/ferbo/www/test7.php on line 3
Fatal error: Call to undefined function outlogin() in /home/hosting_users/ferbo/www/test7.php on line 12
-----------------------------------------------------------------------------------------
이러한 화면이 나와요
왤까여? ^^;;;
아시는분 도움좀 주시길요..
화면파일 첨부합니다.
댓글 3개
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기