What is form action php?



What is form action php?..

Answer / Sujeet Sinha

In PHP, the form action attribute specifies the URL of the script that will be called when a form is submitted. It is typically used in HTML forms to specify the destination of the form data after submission.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

how to display and include the user system date/time in a php program/project

1 Answers   Wipro,


Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )

0 Answers   Amazon,


What are the differences between mysqli_connect and mysqli_pconnect?

1 Answers  


What does a dependant variable mean?

1 Answers  


what are the basic steps to installation php4+mysql4+phpmyadmin on IIS web server?. Pls write the complete steps.

2 Answers  


Write a program to show the joining of two strings in php?

1 Answers  


Is php the same as html?

1 Answers  


What is php's mysqli extension?

1 Answers  


Who is the father of php?

1 Answers  


hi recently i had faced an interview in that they asked me that php have faced the problem of y2k so which one is that year like 2030,2059 not remember exact year anybody will tell me pls?

1 Answers  


How is it possible to know the number of rows returned in the result set?

1 Answers  


explain php variable length argument function.

1 Answers  


Categories