Jump to content

samona

Members
  • Posts

    232
  • Joined

  • Last visited

    Never

Everything posted by samona

  1. Submit should be submit. Lower case 's'
  2. Use ITX, its part of PEAR.
  3. Problem solved: Reinstalled drivers, and then went to the website to update them. Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  4. I do have two video cards on the computer. This happens when the desktop starts to load up. The other monitors load but this one monitor has to be unpluged and plugged back in for it to work.
  5. Hi, In order for my monitor to work at boot time, I have to unplug it and then replug it. Anyone have any ideas why this would happen?
  6. It is a Windows XP 64-bit OS. They do have the latest drivers. It is DVI. And they are correct in the display properties. I can move any other application around, but there seems to be one that just goes blank went sent to different screens. Maybe the GPU's are not able to work correctly together when using this proprietary application?
  7. Hi, I have multiple monitors on my PC that has two video cards. The problem is that when I drag a window into another monitor, the window goes blank. The graphics for the window doesn't get rebuilt. Anyone have an idea of what the problem may be? Also, it works when I drag to some monitors, but in other monitors it does not.
  8. Thanks for the reply. I'm actually trying to record an avaya digital phone. Since I dont have access to the PBX, I'm trying to have a device go between the phone and the headset.
  9. You can use regex
  10. Does anyone have an idea of a device that can record phone calls. Something that i can just put on my phone's headset?
  11. Yes, it does look like that. Even when I save it as text file its all just characters. Theres no images in the file.
  12. How would I do that. I dont understand what PS controls are.
  13. It's just a report. I can open it in adobe and Save As... a text file. I was just wondering if i can open it in php and save it as a text file.
  14. Is there a command to save a pdf as text file so that i can extract data from it?
  15. Yeah, i think you're right. So if $output is empty then x$output would equal x. But why not just say if $output="" or maybe that's not possible in shell programming?
  16. Hi, I was wondering if someone could explain what the following code means. if test "x$output" = "x" Also, why would you put "x$output" why not just "$output" ?
  17. Is there a way for me to view a remote computer with 3 monitors on my home computer which has only 1 monitor?
  18. How can you keep users in their own directory without being able to do "cd / "?
  19. are you using sessions?
  20. Make sure you have the permissions set correctly.
  21. Try the following echo "Tervetuloa takaisin," . ' <a href="./index.php?act=profile&id=' .$row['id']. '">' .$row['username']."</a>!\n";
  22. You have to type the column names in the program exactly as they are in the Table. It is case sensitive.
  23. Can you insert hte mysql_error() function into your program where you have the insert query and post the output. mysql_query($insert) or die("Could not insert comment" . mysql_error());
  24. what does the connect.php file look like?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.