[PHP] How can I connect a remote server from phpmyadmin?

2005-10-12 Thread MI SOOK LEE
Hello, I have PhpMyAdmin 2.6.3 , MySQL 4.1.13 running in my Windows 2000. I installed them using Apache friends XAMPP, so I didn¡¯t do any configuration myself. Currently if I go to http://127.0.0.1/phpmyadmin, then it automatically shows my local MySQL db and tables. Now I need to connect remo

[PHP] Can I call .html file as a form action instead of .php?

2005-10-03 Thread MI SOOK LEE
Hello, Some guy told me that I can call the .html file as a form action instead of ..php file. So he said I could do something like this, echo "Edit"; instead echo "Edit"; editStaff.html and editStaff.php have the same content, only the file name is different. But if I do the former way(call