pepy -
There is so much to cover, and one needs to know more about your technical background to know where to start. If you wish, email me at rgbatson@bellsouth.net with a brief resume of what you have used and worked on before, so I can see if I can be of help. I am motivated to try because...
Yes, pepy, we really made the connection. Here are your tables:
Connection made.BookBookOrderCancellationCustomerEmployeeInvoiceInvoice_has_BookNewsOrder_consists_ofPublisheraat1
Yes, this works because I have Apache server and PHP running on my windows 98 PC, and I give this file a .php extension. (I also have MySQL running, but that is not needed in this instance.) I call this file through my browser, pointing it to Apache at http://localhost/whatever_name_you_call_it...
pepy-
This is quick and dirty, but it works ok.
<?
$username="pepy";
$password="damit";
$database="dbsell";
// Connect to MySQL.
$db = mysql_connect("freesql.org", $username,$password);
if (!$db)
{
echo "Error: Could...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.