Jump to content
GIGN Forum

Кто знант к&#107


Lancom
 Share

Recommended Posts

Tebe nado lažit etot kod, gde ti evo ho4e6 videt.

!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>
...
</head>
<body>
header
<?php
switch($_GET['pg'])
{
    case 'downloads':
    include("downloads.php");
    break;

    case 'files':
    include("files.php");
    break;

    case 'news':
    include("news.php");
    break;

    default:
    echo "<a href='?pg=downloads'>downloads</a>";
    break;
}
?>
footer
</body>
</html>

Nu i tak laži etih case i vse. :thumbsup:

EDIT: Nu vot naprimer ti napisal ?pg=files

i on tebe vivedit include("files.php");

Edited by *jancis38*
Link to comment
Share on other sites

можеш обеснить здесь и за чего неидет mysql если он включен

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in c:\appserv\www\access.php on line 39

ета у меня на sms acc

Жду ответа!!

Edited by Lancom
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...