Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > PHP / mySQL

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 05-16-2013, 02:55 AM   #1
binarynpixel
Registered User
 
Join Date: Apr 2013
Location: Sydney
Posts: 127
Hi Noah i think this code will be helpful for you
<?php

error_reporting("E_ALL ^ E_NOTICE");

$story = $_GET['story'];
include 'admin/connect.php';
$getlist="Select * from news where id='$story'";
$result= mysqli_query($con,$getlist);
while($row= mysqli_fetch_array($result))

{

$a=$row[Heading];

}

?>
and put this code in heading code between title tag code are below:
<title><?php echo $a;?></title>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
binarynpixel is offline   Reply With Quote

Old 03-07-2014, 02:29 AM   #2
softwin.swapna
Registered User
 
Join Date: Mar 2014
Location: India
Posts: 13
thanks it works......
softwin.swapna is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Secrete for seo alina albert Search Engine Optimization 87 03-11-2018 05:47 AM
How important is the page title? hadenpowell031 Search Engine Optimization 33 05-01-2017 11:09 PM
Coach Web site SEO - Terrific Title Tags theshawnchin Search Engine Optimization 1 01-21-2013 10:25 PM
What is the importance of the title of the page? sinicline Search Engine Optimization 18 01-21-2013 12:49 AM
Title for a page is very important stichdsouza233 Search Engine Optimization 3 09-28-2012 10:48 PM


All times are GMT -7. The time now is 09:43 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.