Search found 3 matches
- Mon Feb 01, 2010 9:35 am
- Forum: PHP - Code
- Topic: PHP Page Redirection
- Replies: 3
- Views: 213
Re: PHP Page Redirection
Thank you guys! Really appreciated it! It works like charm!
- Fri Jan 29, 2010 5:39 pm
- Forum: PHP - Code
- Topic: PHP Page Redirection
- Replies: 3
- Views: 213
PHP Page Redirection
Hi there, I have some two pages like http://www.domain.com/index.php?p=123 http://www.domain.com/index.php?p=456 . Is there anyway that I can set the page redirection so that when people visit http://www.domain.com/index.php?p=123 page, this page will be redirected to http://www.google.com and when ...
- Wed Dec 23, 2009 10:20 am
- Forum: PHP - Code
- Topic: Two quick questions
- Replies: 2
- Views: 218
Two quick questions
Q 1: Let us say I have 2 servers. Server 1 gave me a average_time value and Server 2 gave me another average_time value. How can I make the average number from these 2 servers/values and let the database put the average value into Server 1's average time slot and Server 2's average time slot Q 2:I h...