Jump to content

Search the Community

Showing results for tags 'Гостевая'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Development
    • HTML Coding
    • JavaScript
    • PHP
    • CMS
    • Database
    • Web Server
    • Web-site Development
    • Internet Marketing, SEO
  • Library
    • Tricks and solutions
    • Books
  • Commercial services
    • Freelance
    • Job
    • Goods and Services
  • Our Forum
    • Flame
    • Contests
    • Feedback and Ideas

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Web site


Telegram


Signal


Viber


Skype


From


Interests

Found 1 result

  1. ребят, помогите! Есть вот такая гостевая файл action.php: <?php include ("dbconnect.php"); // получаем переменные из формы $username=$_REQUEST['username']; $msg=$_REQUEST['msg']; $action=$_REQUEST['action']; if ($action=="add") { // добавление данных в БД $sql="INSERT INTO gb1(username, msg) VALUES ('$username', '$msg')"; $r=mysql_query ($sql); } if ($action=="delete") { // удаление базы гостевой $sql="DELETE FROM gb1"; $r=mysql_query($sql); } header("Location: index.php");?> подозреваю, что нужно не так выводить ссылки на страницы как в коде show.php (echo '<a href="'.$_SERVER['PHP_SELF'].'?page='.$i.'">'.$i."</a> ";), уже даж не знаю, что пробывать, помогите начинающему)))) Если не трудно перейдите по ссылке на мой сайт(http://serkuuz.owngame.ru/''>http://serkuuz.owngame.ru/'>http://serkuuz.owngame.ru/) и посмотрите как открывается вторая страница!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy