Forum: PHP Jan 16th, 2006 |
| Replies: 1 Views: 3,985 hey,
i'm trying to insert data into my database with PHP5
i've created this code,
<?
//open the connection
$conn = mysql_connect("localhost", "user", "pass");
//pick the database to use |
Forum: PHP May 12th, 2005 |
| Replies: 3 Views: 2,195 Is it possible to use MS Access as a db with PHP?
If so, how?
If not, is there a way to convert (for free without buying a program) MS Access file to MySQL?
Thanks for your efforts |