Quote:
Originally Posted by kopnik
i have some problem..
for example, white screen error.. how to fix this? *-*
|
I'm not a xD owner
send website I test
files are not complete
must be further processed and written Unfortunately, I have no idea how
if someone knows then have fun
You can then send us all your error free files hero zero
hello they have to easy index file localhost enter your website
search such a text request.php
Please share all the files here where errors have been fixed
so that we can free all hero zero completely thanks to you of mistakes
localhost your hoster name from the hoster
datenbank name
try {
$host = 'localhost'; your hoster name from the hoster
$name = 'dbname'; your database name from the hoster
$login = 'dblogin'; your database name from the hoster
$password = 'sql datenbank pw'; your database pw from the hoster
$database = new PDO('mysql:host='.$host.';dbname='.$name.';charset =utf8', ''.$login.'', ''.$password.'');
} catch(Exception $exception) {
exit();
}
$database->setAttribute(PDO::ATTR_ORACLE_NULLS, PDO::NULL_TO_STRING);