Fetching META TAGS through
Posted on
16th Feb 2014 07:03 pm by
admin
Hello everybody
I want to fetch meta tags of a domain.
It will be done from following code of index.php
Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
font-size: 24px
}
-->
</style>
</head>
<body>
<p> </p>
<p> </p>
<p> </p>
<form id="form1" name="form1" method="post" action="index.php">
<div align="center" class="style1">Enter Domain Name :
<label>
<input name="domain" type="text" id="domain" value="http://www.google.com" size="35" />
</label>
<label>
<input type="submit" name="submit" id="submit" value="search" />
</label>
</div>
</form>
<p align="center">E.g. google.com</p>
</body>
</html>
Here is the code for domains.php
Code: <?php
$domain = "series99.com";
$tags = get_meta_tags("http://".$domain);
Website Description : <?php echo $tags['description']; ?>
?>
I am able to fetch Description and keywords. But problems are
1) How to fetch title ?
2) What I want to do is when a person will enter domain name on index.php, he will get redirected to domains.php but it will be something like domain.php?domain=series99.com
Then the domains.pgp page will show the data of series99.com. Temporarily I have kept
Code: $domain = ""series99.com";How can I replace it by the domain name written by a person on index.php ???
Thanks
No comments posted yet
Your Answer:
Login to answer
114
43
Other forums
restricting another login once you logout
Hello,
how can I restrict a page from login authenticating against info in a MySQL DB for a s
Add 5 to a variable when a button is clicked, and re-run a for loop
So I'm making a feedback sort of section on a website with MySQL and PHP, I've gotten the script to
classic dynpro : hide area and auto adjust hights
Hi,
I want to develop a similar user interface as is used in standard transaction MIGO.
PHP mail() rejected by SMTP
I'm currently working on a newsletter application which is installed on a windows 2003 server runnin
Set Categories
I am creating a submission form for somebody to come in and submit products. These products are sep
Help on Order Entry Form/System Where is best to begin.
I have a dilema and a very short amount of time at this point and I'm looking for some help on decid
What's best way to get a user's Word doc converted to simple html and images?
Hi all,
I was just wondering if anybody has any experience of this.
Basically, I'm buildin
Edit MySQL Row Using PHP and HTML Form
Hello,
Here's what I'm trying to do. Build a page where a user enters a MySQL row number in.
Strange cookie problem. setcookie dependant on where user was directed from?
Hello,
I have a website that sets a cookie when a user visits the website. The cookie holds a
RFQ Configuration - can you make PLANT field an optional field in ME42
Is there a way to make the plant field on an RFQ optional in change mode (ME42)?