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 |
how to display and include the user system date/time in a php program/project
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 )
What are the differences between mysqli_connect and mysqli_pconnect?
What does a dependant variable mean?
what are the basic steps to installation php4+mysql4+phpmyadmin on IIS web server?. Pls write the complete steps.
Write a program to show the joining of two strings in php?
Is php the same as html?
What is php's mysqli extension?
Who is the father of php?
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?
How is it possible to know the number of rows returned in the result set?
explain php variable length argument function.