answersLogoWhite

0

How you can connect two webpage in php?

Updated: 9/19/2023
User Avatar

Wiki User

12y ago

Best Answer

You can use: require('filename.extension');

Or: include('filename.extension');

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How you can connect two webpage in php?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create an area of a webpage to display PHP results?

PHP code blocks start with <?php and end with ?>.


How do you give href toanother php page?

Here is the code below to redirect a webpage using php: <?php header('Location: url of the webpage'); // example: header('Location: index.php') exit; // exit after redirection is very important as php executes code line by line ?>


Can you connect to two MySQL databases on one PHP page?

Yes as long as you change the variable of them


How can you connect php to msql?

Use mysql_connect() php function to connect to the mysql.Please refer related link for more details.


What is the naming extension for a webpage?

with just plain HTML its .HTML, but if you want to use a server side language like php it will be .php


How do you connect sqlserver with HTML?

using php


What are the different technologies available to make webpage dynamic?

CGI,asp.net,PHP,JSP


How do you create a redirect webpage?

If you are using PHP you could use this code: (In the <head>) <?php HEADER("Location: http://www.rasclerhys.com"); ?> That should automatically take you to "www.rasclerhys.com"


Is HTML a language for describing a webpage?

It's one of them. Also, the main one. Others are PHP, ASP, JavaScript, CSS, Ruby On Rails, and Perl


What is called when word phrases or icons that connect one webpage to another webpage?

A word, phrase, picture, icon, etc, in a computer document on which a user may click to move to another part of the document or to another document or The word phases or icons that connect one webpage to another webpage is known as hyper link.


Why is PHP considered a scripting language and not a programming language?

PHP is a programming language, just like Perl, Python, JavaScript, Basic and many other interpreted language.Note: the PHP interpreter can be integrated into the webserver, or run standalone.


What are the two modes of the php processor?

Copy and Interpret