Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can a php code encryted? Is it possible to execute the php file which is encrypted(without decrypting), if so pleaze tell me the way.

3 Answers  


What are the two most common ways to start and finish a php block of code?

0 Answers  


What is basename php?

0 Answers  


How should a model be structured in mvc?

0 Answers  


What is the difference between include and require?

0 Answers  


What is session in c#?

0 Answers  


What is php and why it is used?

0 Answers  


What is sorting php?

0 Answers  


What is php and its advantages?

0 Answers  


Explain about objects in PHP?

0 Answers  


How can we define a variable accessible in functions of a php script?

0 Answers  


How do I start a php session?

0 Answers  


Categories