Search the Community
Showing results for tags 'EasyPHP'.
-
Me learning php easyph have version 3.7, easyphp not that easy to me so i have a question. I can connect to mysql but can not detect database, this must be a basic tweak for those who know the ropes. <?php $connection = mysql_connect('localhost','root','') ; $database = mysql_select_db('loginapp'); if($connection){ echo "CONNECTED" ; } else {die('Error.');} if($database){'DATABASE FOUND';} else { die("DATABASE NOT FOUND");} ?> $connection = mysql_connect('localhost','root','') ; WORKS $database = mysql_select_db('loginapp'); DOES NOT WORK
-
Hi folks, When i did xslt_create(); and i got Fatal error: Call to undefined function xslt_create() in C:\Program Files\EasyPHP-5.3.9\www\index.php on line 7. I just guess the XSLT module is not installed in my EasyPHP by default. I did quite a few googling, but i still cannot find one set of installation steps works. May i ask if any one here has XSLT on EasyPHP and please kindly tell me how you did it. Many many many thanks!!midnite spec:Windows 7EasyPHP 5.3.9