Forum: MySQL Feb 27th, 2005 |
| Replies: 4 Views: 2,661 Cheers for that didn't notice I hadn't changed the second connection values :-)
I still can't get the thing to work though!! It is bugging me, I have the database set up as you have layed out... |
Forum: MySQL Feb 21st, 2005 |
| Replies: 4 Views: 2,661 <?
if ($command=="init"){
$link = @mysql_connect("localhost", "username", "password");
if (!$link){
print "&message=Error connecting to database";
exit;
} |
Forum: MySQL Feb 20th, 2005 |
| Replies: 4 Views: 2,661 Hi,
I have a small problem I have a flash game SWF file not the fla and it sends and recieves values from a PHP file send - update and recieve is INIT
Great except the person who gave me the... |