Horje

Set your domain like this

index.php
Example: PHP
<?php
// Your title
$slug = permalink('How to create a video');
// Resule
echo 'yourdomain.com/'.$slug.'';
?>

Output should be:

Set your domain like this




Type:
php
Category:
Web Tutorial
Sub Category:
PHP Function Tutorial
Uploaded by:
Admin