- Messages
- 1,682
- Reaction score
- 32
- Points
- 48
Code:
<?php
$filename = 'db.txt';
$omnicon = $name||$url;
$name = $_POST['name'];
$url = $_POST['url'];
echo "Success, wrote: \n $name \n $url \n to file ($filename)";
echo "<br />";
echo "$omnicon";
?>
how is it so that #omnicon can be name||url, since right now when it comes out it doesn't come out like that.