could you maybe pm your e-mail address because from what i see i cant include any file when i check send e-mail from your profile page..
edit ok now i saw it
i have a seperate file (database_functions.inc). Over there i have the functions i use with the commands needed. Just like this:
<?php
function db_open() { @ $db = mysql_connect("localhost", "name_user", "password") or die("Cannot connect to the database");
@...
the mysql name i am using is the one from the user i made for mysql wizard,also the password.
just like this:
$db = mysql_connect("localhost", "name_user", "password")
until here, everything is fine. But when i added this line of code in the php file...
thanks for replying
the way i created the db is like your link.
i just can't add the user i created in the phpmyadmin. am i missing somethnig else maybe?
Hi all, i am working in a project and i have a problem.
I created a database and in the phpmyadmin the only user I can see is name@localhost.
From the MySql Databases i created another user with full privileges and add him in the database. In the file database_fuctions.inc in the db_open...