• Member Avatar for Borzoi
    Borzoi

    Created Mono audio not working on Windows 10

    I'm trying to get my computer to output audio in mono but despite selecting the option within the Ease of Access centre to enable mono audio, my audio is still …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Mono audio not working on Windows 10

    I'm trying to get my computer to output audio in mono but despite selecting the option within the Ease of Access centre to enable mono audio, my audio is still …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Can't undo case screw

    I'll try the pliers method. Need to buy some first.
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Can't undo case screw

    I've already tried Google but they all relate to damaged screws or screws stuck in wood.
  • Member Avatar for Borzoi
    Borzoi

    Created Can't undo case screw

    I got a new case (Thermaltake View 27) and I'm having trouble undoing the screw on the PCI shield thing where the GPU should be. I can undo all the …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Can't undo case screw

    I got a new case (Thermaltake View 27) and I'm having trouble undoing the screw on the PCI shield thing where the GPU should be. I can undo all the …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Dynamic Height of Object/Included file

    I'm currently using JQuery but my client doesn't want any JQuery or Javascript on the site which is a pain. In regards to the scripts failing, they sometimes fail due …
  • Member Avatar for Borzoi
    Borzoi

    Created Dynamic Height of Object/Included file

    So I'm having a huge brain fart here and I know for a fact I am going about this the wrong way. Unfortunately, I can't refer to previous work I've …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Dynamic Height of Object/Included file

    So I'm having a huge brain fart here and I know for a fact I am going about this the wrong way. Unfortunately, I can't refer to previous work I've …
  • Member Avatar for Borzoi
    Borzoi

    Created Is there any Remote Desktop relay/proxy software for Linux?

    I have had a look online but can't seem to find what I want. I can find RDP clients for Linux but that is not what I want. I am …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Is there any Remote Desktop relay/proxy software for Linux?

    I have had a look online but can't seem to find what I want. I can find RDP clients for Linux but that is not what I want. I am …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Get currently logged in Windows user - Is it possible?

    Using the IP address is not a suitable solution. That would rely on there being no staff changes and having only one person use that particular computer. Your other solution …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Get currently logged in Windows user - Is it possible?

    Looks like everyone will have to type in login details then. Thanks.
  • Member Avatar for Borzoi
    Borzoi

    Marked Solved Status for Get currently logged in Windows user - Is it possible?

    I have been tasked with making some internal software (as you can probably tell from the section I'm posting in, it's PHP based). I have been asked to make it …
  • Member Avatar for Borzoi
    Borzoi

    Created Get currently logged in Windows user - Is it possible?

    I have been tasked with making some internal software (as you can probably tell from the section I'm posting in, it's PHP based). I have been asked to make it …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Get currently logged in Windows user - Is it possible?

    I have been tasked with making some internal software (as you can probably tell from the section I'm posting in, it's PHP based). I have been asked to make it …
  • Member Avatar for Borzoi
    Borzoi

    Stopped Watching Jokes

    A cat has 9 lives -- what has more than 9 lives? Answer: Frogs because they croak every night. (Duck Dynasty)
  • Member Avatar for Borzoi
    Borzoi

    Marked Solved Status for Unable to get key using array_search();

    I think I am missing something obvious here but I can't see what. I am pulling information from another file using `file();` which works as expected - putting each line …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Unable to get key using array_search();

    So yes, I was missing something obvious. Going to change it to: file("file.txt",FILE_IGNORE_NEW_LINES); Thank you.
  • Member Avatar for Borzoi
    Borzoi

    Revoked Solved Status for Unable to get key using array_search();

    I think I am missing something obvious here but I can't see what. I am pulling information from another file using `file();` which works as expected - putting each line …
  • Member Avatar for Borzoi
    Borzoi

    Marked Solved Status for Unable to get key using array_search();

    I think I am missing something obvious here but I can't see what. I am pulling information from another file using `file();` which works as expected - putting each line …
  • Member Avatar for Borzoi
    Borzoi

    Created Unable to get key using array_search();

    I think I am missing something obvious here but I can't see what. I am pulling information from another file using `file();` which works as expected - putting each line …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Unable to get key using array_search();

    I think I am missing something obvious here but I can't see what. I am pulling information from another file using `file();` which works as expected - putting each line …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Command Line Editor With Syntax Highlighting

    The reason I am looking for a terminal editor is so I don't have to keep downloading the files to other locations to edit while coding/scripting. I don't need extra …
  • Member Avatar for Borzoi
    Borzoi

    Created Command Line Editor With Syntax Highlighting

    As the title suggests, I'm looking for a command line text editor with syntax highlighting. I don't have a GUI installed and I don't intend to install one which is …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Command Line Editor With Syntax Highlighting

    As the title suggests, I'm looking for a command line text editor with syntax highlighting. I don't have a GUI installed and I don't intend to install one which is …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Can't connect to local MySQL server

    i was trying to login to this website I'm trying to create and i got this error: > Connection failed: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Can't connect to local MySQL server

    For an immediate solution to the above, you need to delete the MySQL socket file and restart MySQL. To remove the socket file: rm /var/lib/mysql/mysql.sock To restart MySQL: /etc/init.d/mysqld restart …
  • Member Avatar for Borzoi
    Borzoi

    Marked Solved Status for Filter Windows Event Viewer by details

    I've been trying to find a way to filter the Event Viewer in Windows by the description instead of the event type/source etc. I figure that i need to use …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Filter Windows Event Viewer by details

    That has done just what I need. Thank you. I wanted all instances so I removed `and Data[2]='running'` and just replaced `SSDP Discovery` with the service I was looking for.
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Video Url doesn't play

    i want to show a video from a url that its stored on the database. What am i doing wrong <object width="620" height="320" data="<?php echo $profileurl;?>"> </object> the string works …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Video Url doesn't play

    Can you elaborate on what you mean by "the string works" please? Do you mean that the `$profileurl` variable is having the video URL placed in it? I'm pretty sure …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Filter Windows Event Viewer by details

    That does sound like what I want but which box do you put it in? Edit: I should clarify that the only boxes which I can see which can be …
  • Member Avatar for Borzoi
    Borzoi

    Created Filter Windows Event Viewer by details

    I've been trying to find a way to filter the Event Viewer in Windows by the description instead of the event type/source etc. I figure that i need to use …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Filter Windows Event Viewer by details

    I've been trying to find a way to filter the Event Viewer in Windows by the description instead of the event type/source etc. I figure that i need to use …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Using sessions ?

    I am not able to get my email input even after defining my sessions, please look below: I have two scripts: The first is is to show the declaration of …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Using sessions ?

    What is the ouput of these lines? echo "session_var = {$_SESSION['session_var']}<br>\n"; echo "session_var2 = {$_SESSION['session_var2']}<br>\n"; It's better practice to have the variables outside the quotes like this (although this shouldn't …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Pivot query

    I have a simple sql table with four columns The data types are Athlete nvarchar(30) Mydate date Mytime varchar(8) Session nvarchar(40) Sample Data **Athlete Mydate Mytime Session** Jerry 14/07/2014 00:00:32 …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Pivot query

    Adam's link broke when posting. Try this: http://technet.microsoft.com/en-us/library/ms177410%28v=sql.105%29.aspx
  • Member Avatar for Borzoi
    Borzoi

    Began Watching autosuggest depending on value of a input field

    hello i have databses and tables in mysql db... i want to auto suggest databases name in a input box after depending on database string i want to auto suggest …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in autosuggest depending on value of a input field

    To save on the amount of database queries being run as the end user types, you may want to pull all possible options form the database and put them in …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Undefined $_SESSION

    messages.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Transdmin Light</title> <!-- CSS --> <link href="style/css/transdmin.css" rel="stylesheet" type="text/css" media="screen" /> <!--[if IE …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Undefined $_SESSION

    As mattster said, you need to add `session_start()` at the top of the file. You can't add it after anything else. It needs to be before even the doctype declaration: …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Use AJAX or something similar to reload a PHP foreach query?

    Hey guys, I have a Table which utilises Twitches API where the offset needs to be in increments of 25. I want to make it so everytime you click next …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Use AJAX or something similar to reload a PHP foreach query?

    On line 3 you are setting `$offset` to 0. I think you're intending to get this from the URL so the line should be: $offset = $_GET['offset']; This will get …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Replace \n with br

    I don't think the error you're getting is due to the additional backslashes. Make sure there's a semicolon (;) after the SQL query. You could try using the HTML reference …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching Replace \n with br

    When i copy a text and upload it the output looks like that PROLOGUE\n\n\nIF you leave the city by the Porta Maggiore and take the Via\nPrænestina, which leads east into …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in Replace \n with br

    Using your original code which is removing the `n` but not the `\\`, all you need to do is escape the backslash with another backslash. `UPDATE messages SET `text` = …
  • Member Avatar for Borzoi
    Borzoi

    Began Watching unexpected session identifier php

    So I looked into other threads but didnt find a solution that worked for me. Here is my problem: the first page is supposed to get information from a form, …
  • Member Avatar for Borzoi
    Borzoi

    Replied To a Post in unexpected session identifier php

    If `$dataArray` is a variable then your session token should be `$_SESSION[$dataArray]` without the quotes in the square brackets.

The End.