Search found 5 matches
- Thu Dec 14, 2006 5:55 am
- Forum: PHP - Code
- Topic: Solved: Integrating PHP and HTML
- Replies: 8
- Views: 721
- Tue Dec 12, 2006 6:14 am
- Forum: PHP - Code
- Topic: Solved: Integrating PHP and HTML
- Replies: 8
- Views: 721
- Tue Dec 12, 2006 5:24 am
- Forum: PHP - Code
- Topic: Solved: Integrating PHP and HTML
- Replies: 8
- Views: 721
When I click at Submit button, the insert.php is just opened. Nothing happens at mysql Db I am expecting one row to be inserted. I think php is enabled. If not, how can I enable that? (just want to add that I am not very familiar with php :)) Additional info: I have installed xamp and I can see apac...
- Tue Dec 12, 2006 5:15 am
- Forum: PHP - Code
- Topic: Solved: Integrating PHP and HTML
- Replies: 8
- Views: 721
- Tue Dec 12, 2006 5:05 am
- Forum: PHP - Code
- Topic: Solved: Integrating PHP and HTML
- Replies: 8
- Views: 721
Solved: Integrating PHP and HTML
Hi, I want to call a php code from a html "submit" button. I write the following code: <form action="insert.php" method="post"> .... </form> but the insert.php file is opened and is not executed. I want that to be executed. Is there anything wrong or something I have to...