What are different ways to redirect from on page to other?

Answer Posted / vishal desai

1). using form action property
2). using javascript ( window.location )
3). using header("Location: .......");
4). using
echo "<meta http-equiv='refresh' content='0; url=....'>";

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is session_register()?

554


How many functions are there in php?

515


Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani

1586


Is php case sensitive?

506


Explain what does the function get_magic_quotes_gpc() means?

507






Tell us how can we display the output directly to the browser?

576


Do you know what is the function func_num_args() used for?

554


Why do we show php code in browser?

506


What is the purpose of basename() function in PHP?

594


Explain how is it possible to set an infinite execution time for php script?

500


What is the difference between require_once and require in php?

551


How to find datatype of variable in php?

518


Which variable declarations within a class is invalid in php?

501


What is the meaning of die in php?

519


Is strcmp case sensitive?

510