how to configure in database? will anyone give me example? sorry cos im a newbie in scripting... and i was confuse..
help wap.net.ph full script
Collapse
X
-
do you got the SQL for it?
if yes then create a database and database user in cpanel it would be like user_database
user_username
pass
then upload the sql in that database and configure your config.php if you are having trouble with it pm me your server details and i will help you to set it up
PHP Code:foreach ($_SERVER as $server => $value)
{
echo "$server is $value<br />";
}
Comment