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
3 Posted Topics
Re: 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; ?> | |
Re: Consider using some *easy to use* & *stable* classes such as [PHPMailer](http://phpmailer.worxware.com) or Zend libraries. | |
Re: 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 |
The End.