SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-21-2006, 11:21 PM
real_estate real_estate is offline
SEO Junior and a half
 
Join Date: Jul 2006
Posts: 83 real_estate is on a distinguished road
PHP Question.....

How do you refresh a PHP page into itself?
__________________
SBalan Group
http://www.sbalanprojects.com/
Reply With Quote
  #2  
Old 07-22-2006, 08:07 AM
abhishekmat's Avatar
abhishekmat abhishekmat is offline
SEO
 
Join Date: Nov 2004
Location: Bangalore, India
Posts: 381 abhishekmat will become famous soon enough
In PHP I don't know. But you can use this under <head></head>

<meta http-equiv="REFRESH" content="15; URL=http://www.yourwebsite.com/pagename">
__________________
Package tour offers kerala tourism

Check Free Directory List
Reply With Quote
  #3  
Old 08-04-2006, 06:57 AM
Virginia SEO's Avatar
Virginia SEO Virginia SEO is offline
SEO Junior and a half
 
Join Date: Jul 2004
Location: Sneads Ferry North Carolina USA
Posts: 46 Virginia SEO is on a distinguished road
1 way:
<?php

// refresh / re-direct without delay
// ---------------------------------
header( 'location:http://www.domain.com/subdirectory/' );

?>

Other ways:

<?php

// refresh / redirect to an internal web page
// ------------------------------------------
header( 'refresh: 5; url=/webdsn/' );
echo '<h1>You will be re-directed in 5 seconds...</h1>';


// refresh / redirect to an internal web page
// ------------------------------------------
header( 'refresh: 3; url=/' ); # redirects to your homepage
echo '<h1>You will be re-directed in 3 seconds...</h1>';


// refresh / redirect to an external web page
// ------------------------------------------
header( 'refresh: 0; url=http://www.example.net' );
echo '<h1>You won\'t know what hit you!</h1>';
?>

Hope this helps!!!
__________________
~ Mike
Antiques Online News::Seafood Recipes
Reply With Quote
  #4  
Old 01-12-2007, 05:12 AM
social network social network is offline
SEO Junior
 
Join Date: Jan 2007
Posts: 2 social network is on a distinguished road
i would just like to know if u get a script that requires sql, linux etc can u edit/custimise the script (such as php izabi) on a normal computer which doesnt have linux or sql and then send the edited files to your host.
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 03:22 PM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.