What is the substitution of submit in PHP?

Answers were Sorted based on User's Feedback



What is the substitution of submit in PHP?..

Answer / binoyav

To my knowledge, header function won't submit the page.
Please clarify.

Is This Answer Correct ?    4 Yes 0 No

What is the substitution of submit in PHP?..

Answer / shweta

<a href="javascript:document.formname.submit();">Submit</a>

Is This Answer Correct ?    3 Yes 1 No

What is the substitution of submit in PHP?..

Answer / narender

It is possible by using <a href=submit.php?val=name>.

Is This Answer Correct ?    2 Yes 1 No

What is the substitution of submit in PHP?..

Answer / i_know_php_bit

there are two ways
1) Using Javascript-
form.submit();
2) Using CURL functions

Is This Answer Correct ?    2 Yes 3 No

What is the substitution of submit in PHP?..

Answer / abhishek anand

1We can use image element in form. In this case we use an
image instead of submit button.
<input type="image" src="my_pic">
2. Use Javascript formname.submit() method.

Is This Answer Correct ?    1 Yes 2 No

What is the substitution of submit in PHP?..

Answer / umesh

you can use Header

header("Location: nextpage.php")

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More PHP Interview Questions

hey i m a trainee n jus wanted to ask that initially i was given the opportunity for .NET bt that project is abt to complete , nw i m asked to join a project of php on linux which is about to start , so wt say . is it a wise decision to join this project . will i be having job opportunities when i l complete my training after 4 months ? Plz suggest something ASAP .

1 Answers  


Tell me what is the importance of "action" attribute in a html form?

0 Answers  


What is the use of Php variables?

0 Answers  


how we can retrive data in pdf along php mysql?

2 Answers  


What is an array in php?

0 Answers  






What is xss and csrf?

0 Answers  


Why do we use polymorphism in php?

0 Answers  


What are the encryption functions available in PHP?

0 Answers  


What are the different types of array in php?

0 Answers  


How is it possible to propagate a session id?

0 Answers  


What is the difference between html and php?

0 Answers  


How to run a php script?

0 Answers  


Categories