15-Jan-2011, 09:10 PM
hi all
i want use this comment script with anther one make auto pages..
but the problem now is i have to add 1000000 pages and 10000000 custom_id and 10000000 reference ...
bucause my script give every member in my sites new page
Ex: www.example.com/pages/page.php?id=32311
www.example.com/pages/page.php?id=( get id from my db )
my DB:
[php]<?php
$select = "SELECT * FROM `data` WHERE `id`='$_GET[id]'";
$query = mysql_query($select);
while ($fetch = mysql_fetch_array($query)) {
$id = $fetch['id'];
?>
so .. can you help me to use the comment with my website pages..
or tell my the way to add this 10000 information to comments Db ..
give me
i want use this comment script with anther one make auto pages..
but the problem now is i have to add 1000000 pages and 10000000 custom_id and 10000000 reference ...
bucause my script give every member in my sites new page
Ex: www.example.com/pages/page.php?id=32311
www.example.com/pages/page.php?id=( get id from my db )
my DB:
[php]<?php
$select = "SELECT * FROM `data` WHERE `id`='$_GET[id]'";
$query = mysql_query($select);
while ($fetch = mysql_fetch_array($query)) {
$id = $fetch['id'];
?>
so .. can you help me to use the comment with my website pages..
or tell my the way to add this 10000 information to comments Db ..
give me