Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #44.2K
~4K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for harjinder007

You should have a "id - title" map which can be retrieved from database. After finding title which is assigned to id, simply run something like below to HTTP redirect: <?php $title = getTitleFromSomewhereById($_GET['id']); header("Location: http://domain_name.com/pages/" + $title); // Set other headers if you like exit; ?>

Member Avatar for harjinder007
0
210
Member Avatar for geneh23

Consider using some *easy to use* & *stable* classes such as [PHPMailer](http://phpmailer.worxware.com) or Zend libraries.

Member Avatar for AmirHosseinHP
0
2K
Member Avatar for Indians

Try using [stream_get_contents](http://www.php.net/manual/en/function.stream-get-contents.php) http://www.php.net/manual/en/pdo.lobs.php#101841

Member Avatar for AmirHosseinHP
0
2K

The End.