Jump to content
  • 0

ostatní PHP+JS obnovování stránky


jenkings

Dotaz



<?php
require '../db.php';
$SelectQuery = MySQL_Query ("SELECT majitelwebu, nazevwebu, linkwebu, pocetnavstev, webkredit FROM weby ORDER BY Rand() LIMIT 1");
$data = MySQL_Fetch_Array ($SelectQuery);
?>

Majitel: <?php print $data['majitelwebu']; ?>


Název webu: <?php print $data['nazevwebu']; ?>


Link webu: <?php print $data['linkwebu']; ?>


Návštěv: <?php print $data['pocetnavstec']; ?>


Kredit na webu: <?php print $data['webkredit']; ?>






Link to comment
Share on other sites

0 odpovědí na tuto otázku

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...