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...


How can we submit a form without a submit button?

Answers were Sorted based on User's Feedback



How can we submit a form without a submit button?..

Answer / patahul abas

<a href="<?php echo $_SERVER['PHP_SELF']; ?>">POST IT</a>

Or you can do this

<a href="abc.asp">POST IT</a>

Or

<a href="abc.php">POST IT</a>

Is This Answer Correct ?    0 Yes 4 No

How can we submit a form without a submit button?..

Answer / ragavan

using php page transfer code:
header(Location:example.php)

Is This Answer Correct ?    2 Yes 7 No

How can we submit a form without a submit button?..

Answer / parag kuhikar

<form >
<select name="select" onchange="form.action='a.php'">
<option value="yes">yes</option><option
value="no">no</option></select>
<input type="image"
src="../../../Users/Dell/Desktop/images/Avatar Movie
Wallpaper 3.jpg" height="10" width="10" />
</form>

Is This Answer Correct ?    0 Yes 9 No

Post New Answer

More PHP Interview Questions

What is the difference between print() and echo()?

0 Answers  


What is curl php?

0 Answers  


What is cookies? How to create cookies in php?

0 Answers  


What are examples of dependent variables?

0 Answers  


What is helper library?

0 Answers  


Tell me in php, objects are they passed by value or by reference?

0 Answers  


How we can get the number of elements in an array?

0 Answers  


If there are 10 text boxes in a form having same name, their value are different. Value of which textbox will be received on action script?

20 Answers   A1 Technology, Bajaj, DG, Genpact,


What is difference between static and constant in php?

0 Answers  


What is the meaning of die in php?

0 Answers  


Describe session in php.

0 Answers  


What is difference between static and constant?

0 Answers  


Categories