Search found 5 matches

by Elton
Thu Dec 14, 2006 5:55 am
Forum: PHP - Code
Topic: Solved: Integrating PHP and HTML
Replies: 8
Views: 721

This problem is solved. There was a mistake in my insert.php file. I integrated the php code inside html tags adding also echo 'The row was inserted' and opened that as html by calling from the Submit button of the main html form. I saw that the row was inserted in my db Thanks for your advices. :)
by Elton
Tue Dec 12, 2006 6:14 am
Forum: PHP - Code
Topic: Solved: Integrating PHP and HTML
Replies: 8
Views: 721

Ok

I will try these

Thanks...
by Elton
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...
by Elton
Tue Dec 12, 2006 5:15 am
Forum: PHP - Code
Topic: Solved: Integrating PHP and HTML
Replies: 8
Views: 721

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Than you ...
by Elton
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...