Forum: Geeks' Lounge Jan 8th, 2006 |
| Replies: 9 Views: 2,429 |
Forum: MySQL Jan 8th, 2006 |
| Replies: 2 Views: 5,223 Re: passing variables threw query No... the code is fine... double quotes in PHP tell it to parse the string for variable names and replace as necessary.
Why are you concatenating the mysql_query return value with the mysql_error... |
Forum: Windows NT / 2000 / XP / 2003 Jan 8th, 2006 |
| Replies: 4 Views: 941 |
Forum: Windows NT / 2000 / XP / 2003 Jan 8th, 2006 |
| Replies: 3 problem,,,,problem,, ,and problem,,, Views: 922 Re: problem,,,,problem,,,and problem,,, If it's important data, there are companies out there that will gladly take lots of your money and attempt to recover it. If not... well, it can't be helped, I guess. |
Forum: Windows NT / 2000 / XP / 2003 Jan 8th, 2006 |
| Replies: 5 Views: 1,432 Re: Windows Wont Boot Damnit... ya posted just before I did. Ah well... congrats on fiximifying stuff. :) |
Forum: Pascal and Delphi Jan 8th, 2006 |
| Replies: 5 Views: 5,976 Re: on-screen keyboard The SendKeys function sounds to be what you want. You'll need to get the handle of the last window to be focused, and send the keys directly to it. Unfortunately, I haven't done any Win32 programming... |
Forum: VB.NET Jan 8th, 2006 |
| Replies: 7 Views: 19,430 Re: timer in VB.net Convert the time into seconds, then into milliseconds, and use the Timer control. |
Forum: C++ Jan 8th, 2006 |
| Replies: 38 Views: 45,221 |
Forum: Getting Started and Choosing a Distro Jan 7th, 2006 |
| Replies: 4 Views: 3,020 Re: Knoppix help Next time, download the one that has "en" in the filename, not "de". ;) |
Forum: Windows NT / 2000 / XP / 2003 Jan 7th, 2006 |
| Replies: 5 Views: 1,744 |
Forum: Windows tips 'n' tweaks Jan 7th, 2006 |
| Replies: 8 Views: 2,108 |
Forum: Windows NT / 2000 / XP / 2003 Jan 7th, 2006 |
| Replies: 3 problem,,,,problem,, ,and problem,,, Views: 922 Re: problem,,,,problem,,,and problem,,, When copying your files, unselect that one first. If you get another error, unselect that file as well. If you get a third error, the CD's probably dead. |
Forum: Windows NT / 2000 / XP / 2003 Jan 7th, 2006 |
| Replies: 5 Views: 1,432 |
Forum: Windows NT / 2000 / XP / 2003 Jan 7th, 2006 |
| Replies: 5 Views: 1,744 Re: folder view (icon) Create a file called "desktop.ini" in the directory you want to iconify, and put this in it:
[.ShellClassInfo]
IconFile=C:\Icons\MyIcon.ico
If it's an icon library, do this... |
Forum: Windows NT / 2000 / XP / 2003 Jan 7th, 2006 |
| Replies: 2 Views: 956 |
Forum: Pascal and Delphi Jan 7th, 2006 |
| Replies: 5 Views: 5,976 |
Forum: VB.NET Jan 7th, 2006 |
| Replies: 7 Views: 19,430 Re: timer in VB.net What is the problem, exactly? Having trouble converting the numbers into a time? |
Forum: Community Introductions Jan 4th, 2006 |
| Replies: 24 Views: 3,724 |
Forum: Growing an Online Community Jan 4th, 2006 |
| Replies: 6 Views: 6,348 Re: Newbie wants to start Forum phpBB (http://www.phpbb.com/) is free forum software that is very good. You'll need a host that supports PHP and databases to install it. It's also very easy to configure, and there are thousands of... |
Forum: C++ Jan 4th, 2006 |
| Replies: 4 Views: 2,080 Re: Problem compiling with Dev-C++ Well, header files are #included in the source files (I hope), and resource files can be compiled in too, I believe:
g++ file1.cpp file2.cpp file3.res -o filename.exe |
Forum: Community Introductions Jan 4th, 2006 |
| Replies: 4 Views: 1,195 Re: Er... boo. w00t! Cheers K. :)
'Lo there mastermind. Ta for the reply. |
Forum: Community Introductions Jan 4th, 2006 |
| Replies: 24 Views: 3,724 |
Forum: Windows NT / 2000 / XP / 2003 Jan 4th, 2006 |
| Replies: 5 Views: 4,176 |
Forum: Windows NT / 2000 / XP / 2003 Jan 4th, 2006 |
| Replies: 6 Views: 2,546 |
Forum: Windows NT / 2000 / XP / 2003 Jan 4th, 2006 |
| Replies: 15 Views: 224,985 Re: How To Reformat My Computer Step By Step Easy enough:
Reboot into MS-DOS mode.
Type the following:
format C: /s
There's no going back from that - make sure you back up everything you want first.
Put your Windows CD in, reboot and follow... |
Forum: PHP Jan 4th, 2006 |
| Replies: 2 Views: 1,071 Re: php 4.3.3 and gd You haven't actually set the background colour - you've just created the object.
imagefill($im, 0, 0, $background_color); |
Forum: PHP Jan 4th, 2006 |
| Replies: 7 Views: 3,356 |
Forum: C++ Jan 4th, 2006 |
| Replies: 4 Views: 2,080 |
Forum: Community Introductions Jan 3rd, 2006 |
| Replies: 24 Views: 3,724 Re: Hello From India I'm an Indian living just south of London myself. I love going to India - most of my family lives there - but hell, England is home. Ya can't beat it. |
Forum: Windows NT / 2000 / XP / 2003 Jan 3rd, 2006 |
| Replies: 6 Views: 2,546 Re: sata recognition problems Make sure it has a drive letter. Go into Control Panel -> Administrative Tools -> Computer Management and choose Disk Management from the left pane. Right-click the drive, pick "Change Drive Letter"... |
Forum: Windows NT / 2000 / XP / 2003 Jan 3rd, 2006 |
| Replies: 3 Views: 873 Re: Mysql!@! As barnamos said, phpMyAdmin (http://www.phpmyadmin.net/) is a very useful tool for fiddling with MySQL. It's not difficult to install - if you already have a web server with PHP working, just... |
Forum: Windows NT / 2000 / XP / 2003 Jan 3rd, 2006 |
| Replies: 5 Views: 4,176 |
Forum: PHP Jan 3rd, 2006 |
| Replies: 1 Views: 1,962 |
Forum: Geeks' Lounge Jan 3rd, 2006 |
| Replies: 2 Views: 3,015 |
Forum: Community Introductions Jan 3rd, 2006 |
| Replies: 4 Views: 1,195 |
Forum: Windows tips 'n' tweaks Jan 3rd, 2006 |
| Replies: 4 Views: 2,541 Re: Change IE Title You can use TweakUI (http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx) to change the logo. |
Forum: Windows NT / 2000 / XP / 2003 Jan 3rd, 2006 |
| Replies: 6 Views: 2,546 |
Forum: Windows NT / 2000 / XP / 2003 Jan 3rd, 2006 |
| Replies: 5 Views: 1,212 Re: upgraded laptop memory Something I learnt from a computer guru: always blame the last piece of hardware or software you installed. Take the RAM out. If it goes back to normal, it's faulty. |
Forum: ASP.NET Jan 3rd, 2006 |
| Replies: 3 Views: 2,819 Re: what is tab in asp.net? A better way would be to simply indent the paragraph or whatever:
<p style="margin-left: 16px;">This paragraph has been indented by 16 pixels.</p> |
Forum: Windows NT / 2000 / XP / 2003 Jan 2nd, 2006 |
| Replies: 5 Views: 2,696 Re: Want To Edit "New" Menu A two-second Google search for "Windows New menu" found this, which is pretty funky:
http://www.daniweb.com/techtalkforums/thread940.html |