home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 February
/
PCpro_2005_02.ISO
/
files
/
opensource
/
A_Note_4.2.1
/
setup.exe
/
{app}
/
Server Documents
/
init.php
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
PHP Script
|
2004-09-27
|
235 b
|
7 lines
<?php
// Initialize some variables
$dbusername=""; // ENTER YOUR DATABASE USERNAME HERE
$dbpassword=""; // ENTER YOUR DATABASE PASSWORD HERE
$database="anote";
$xmlstart = "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>";
?>