Search Result

Collapse
8 results in 0.0016 seconds.
Keywords
Members
Tags
echo
  •  

  • Continuous keystroke echo through laptop speakers.

    I have an Acer 7551 laptop and every time I click my keys I can hear a faint gargled-like echo through my speakers. Even if I pick up my laptop or tap on the table it's sitting on, it sounds like it amplifies that sound as well. At first I was getting major audio feedback but I adjusted the microphone settings by decreasing the microphone boost and that went away, but the mysterious keystroke echo is still there.
    Any help I would greatly...
    See more | Go to post

  • ilya Kraft
    started a topic Unknown Syntax Error, When Echoing Out Content
    in PHP

    Unknown Syntax Error, When Echoing Out Content

    Hello I have content that I want to echo out, but I came across a syntax error on line 31, which I can't figure out.
    I will post full code here just in case it is needed to answer a question, But The problem is on line 31.
    line 31:
    Code:
    <input name=\"pm_sender_id\" id=\"pm_sender_id\" type=\"hidden\" value=\"<?php echo $_SESSION['id']; ?>\" />
    Full...
    See more | Go to post

  • Only the first character shows up after assigning one var to another

    Code:
     <?php $counter = 1 ; ?>
     <?php foreach( $data as $row ) { ?>
     <tr>
        <td> 
          <?php $name[$counter]=$row['name'];?>
          <?php echo( $row['name'] ); ?>			[B]<!-- I get Brooklyn -->[/B]  	
          <?php echo( $name[$counter] ); ?>		
            [B]<!-- I get only first letter B -->[/B]
        </td>
    shouldn't they both...
    See more | Go to post

  • Ordog
    started a topic Echoing out subcategories and all their items
    in PHP

    Echoing out subcategories and all their items

    sorted now thanks, please delete :)
    See more | Go to post

  • giorgisp
    started a topic How to echo text from character 2-27 in a file
    in PHP

    How to echo text from character 2-27 in a file

    I have a file and I want to echo the text from character 2 to 27. How can I do this?

    Thanks
    See more | Go to post

  • vikamjain
    started a topic How to insert image in php
    in PHP

    How to insert image in php

    Hii all
    It might be a silly doubt but I am puzzled a lot by it.
    Basically my application need to display uploaded file from user.
    The name of image file is variable. Lets say the path to uploaded file is stored in
    Following four are various combination of $s
    Code:
    $S. Now when i used following commands
    $s="http://localhost/myfolder/imagefolder/image.jpeg"       //with quotations
    $s="c://xampp/htdocs/myfolder/imagefolder/image.jpeg"
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 26 '10, 11:58 AM. Reason: Please use [code] tags when posting code

  • tasteofchaos
    started a topic If / else statement inside echo needed
    in PHP

    If / else statement inside echo needed

    Hey guys.

    Unfortunately I can't break out of an echo to run the if statement I want to run because it's pulling data for a certain row.

    I'd like text truncated to a certain amount of characters or a certain width but if the textual content is less than that amount of characters I want it untouched.

    My code so far is...

    Code:
    echo "</td><td class='listingtitle'>Artist:</td><td><a
    ...
    See more | Go to post
    Last edited by Atli; Dec 13 '09, 07:24 PM. Reason: Removed link due to heavy advertising.

  • Alchamist
    started a topic C# Telnet echo off/on

    C# Telnet echo off/on

    Hi guys,

    I am rewriting an old telnet server of mine from VB6 to C#. I do not have access to VB6 any more, so I cannot (nor do I really want to) use VB6 references.

    Everything is working well, except for one problem I am having with setting the local echo off or on (for password entry).

    In VB6, I used to send

    Chr(255) & Chr(251) & Chr(1)

    to turn echo off, and
    ...
    See more | Go to post
Working...