Search found 3 matches
- Sun May 20, 2007 9:35 pm
- Forum: PHP - Code
- Topic: mysql_init() giving error
- Replies: 1
- Views: 2294
mysql_init() giving error
Hello, Im getting the following error: "Fatal error: Call to undefined function: mysqli_init() in /home/content/a/r/t/artecgroup/html/rfid_validator/get_refbase.php on line 9" I have tried both mysql 4.1 and 5 (hosted with godaddy). here is the code: <?php require_once('sql_rf.inc'); if (!...
- Fri Jul 28, 2006 12:06 am
- Forum: General Discussion
- Topic: Is this possible with PHP?
- Replies: 3
- Views: 411
- Thu Jul 27, 2006 8:46 pm
- Forum: General Discussion
- Topic: Is this possible with PHP?
- Replies: 3
- Views: 411
Is this possible with PHP?
Hello, I've been assigned to project in which we have to read data from some USB devices and then display it in a web browser live. The data has to be displayed live and this is a crucial part of the objective. Can this be accomplished with PHP or should I be looking more into Java? Thanks in advance!