Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
11
Posts with Upvotes
11
Upvoting Members
10
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
6 Commented Posts
~160.15K People Reached
Interests
Model Railroading, Ice Hockey, Computers (duh), The Chicago Cubs.
PC Specs
IBM XT 8088 - 4.77 mHz CPU 640k RAM (512k on MB) 20 MB Full height HD 360k Floppy drive CGA Video Card
Favorite Tags

386 Posted Topics

Member Avatar for Dani

Well, I'll throw my introduction up here... I'm hardly a lurker... I found the site a few days ago, looking for a decent Ada Forum. (Finally went to Usenet for that.) I joined, and have been putting my two cents in wherever I felt it was appropriate. You'll notice in …

Member Avatar for jamesjoseph1
0
9K
Member Avatar for samaru

Hardest project (Program?) I have had so far is to write a package in Ada using and manipulating strings. The problem was, rather than using get_line for the input, we had to use get. The computer had no idea how long the real string was, it only knew it was …

Member Avatar for Fest3er
0
3K
Member Avatar for manish812

Works fine for me. Attached is the code I copied and pasted, so you have at least a file that worked. My test was done with EasyPHP, with the PHP version upgraded to 5.04.

Member Avatar for Steven_17
0
4K
Member Avatar for manish812

I suggest you read the other threads you started, as well as the manual. There are also some very good how-tos out there to teach you how to properly do what you want to.

Member Avatar for Putu_1
0
775
Member Avatar for Junior89

Trouble shooting questions: (Laugh if you want, but these things do happen!) 1) Is the monitor plugged in to the wall and computer? 2) Is the monitor turned on? 3) Have you checked for bent pins on the monitor? 4) Does the computer work with another monitor? 5) Have you …

Member Avatar for Dj_1
-2
1K
Member Avatar for fernandodonster

It depends on what you want to do. You can pass the request to the system (only works for specific systems) or you can perhaps find a library that will allow you to do it. AFAIK, only text files can be opened without special manipulation in most programming languages. (Database …

Member Avatar for Michael_44
0
8K
Member Avatar for sickly_man

Use $_POST['[i]fieldname[/i]'] You said you're a beginner, so I wrote a very short description on how the whole process works. You may already be familiar with the basics of forms, but if not, read on. Don't be afraid to do Google searches, either. Remember, you're a web developer, your browser …

Member Avatar for Squiva
0
17K
Member Avatar for mikeandike22
Member Avatar for ashishanand
0
4K
Member Avatar for marceta

[quote] can someone please tell me the correct code for such an operation? [/quote] Did it not work? It looks correct.

Member Avatar for Giriv80
0
172
Member Avatar for cancer10

The web browser Opera is now free: [url]http://www.opera.com[/url]

Member Avatar for wjay152
1
2K
Member Avatar for pete harby

I just got Deja vu reading this thread. Twice I thought "I wrote that" and saw someone elses name. Am I having that much of an effect here? :-)

Member Avatar for hoffmen99
0
4K
Member Avatar for jdam7459

PHP includes a command-line interpreter. You can run your PHP script through that, direct the output to a file and open that file in the web browser. So, yes, it's possible. It quickly gets tiring, though. That's why most developers use EasyPHP or XAMPP on their machines.

Member Avatar for Arcrammer
0
1K
Member Avatar for joshuu

Have you tried F1 or F2? Sometimes if you hold down a key at boot, it forces an error and allows you to get in to setup from there.

Member Avatar for Brotha Jay
0
2K
Member Avatar for cty

I don't write code for people here. If you want help with a specific aspect of your shopping cart, I'll be glad to help.

Member Avatar for chrishea
0
271
Member Avatar for Puckdropper

I hate having the password for my database out in the open. Anyone who gets a look at my code has access to the password. What can I do to secure it so my PHP scripts can access it but it's harder to find? I thought about storing it in …

Member Avatar for webms
0
376
Member Avatar for da_navigata24

When it stops, what does it tell you? (a.exe has encountered a problem and needs to close?) When messing with linked lists, I find my biggest problems are segmentation faults, which I sort of have to guess at since WinXP decided it'd be a good idea to hide the error …

Member Avatar for Eagles36
0
271
Member Avatar for radioman28

As far as programming languages go, learn one. They'll never die. There's schools that still teach Fortran, Prolog, Ada (mine) as well as the more "common" (that means better known to the general public) languages. I've done a little in Pascal, Ada, and Qbasic. I like Ada the most, as …

Member Avatar for ocmseo
0
666
Member Avatar for yogi_xevoke

You ARE changing those values to the proper ones, right? For example, to use the username "daniweb" and password "isthecurrentsite" and connect to the server [url]www.example.com[/url], your connection string would be: mssql_connect('localhost', 'daniweb', 'isthecurrentsite');

Member Avatar for sanjayks
0
205
Member Avatar for actfray

It's either a mouse problem or a software problem. Try unplugging the mouse and plugging it back in, and see what happens. (I had one that I had to do that too, it wouldn't work at all.) If that doesn't fix the problem, I'd try replacing the mouse. I've got …

Member Avatar for dmontria
-2
225
Member Avatar for azarudeen

Is that a thought, or a request? If it's a request, you'll have to explain your desire quickly and show some effort. Something along the lines of "I want to do X, but I'm not sure how. Can someone suggest a way to me?" or "I want to do X, …

Member Avatar for proDharm
0
167
Member Avatar for guru20
Member Avatar for inxs310
Member Avatar for JRM
0
217
Member Avatar for scoby

When you get it fixed, make sure you make back ups of all your documents. 25 gig of space (via CD-Rs) costs $10 now, so there's no excuse to not make back ups. Some programs will even automate backing up to another drive/server.

Member Avatar for gerbil
0
186
Member Avatar for ramagiri

Sounds like homework. So here's the dead obvious one: When the code was written in Perl.

Member Avatar for testuser_forum
0
97
Member Avatar for pepon

PHP's a server side language, so any PHP you write will either be (a) left as-is or (b) processed. If your newsletter contains PHP code to be executed dynamically by the recipient, it's likely to not work. In that case, direct them to a webpage you know works. (You could …

Member Avatar for Prithwirajsaha8
0
115
Member Avatar for Kimberley

Gee... go to DaniWeb and find some humorous posts... (Not just this one made me laugh. Kimberley, don't take offense...we all make humourous mistakes.) Anyway, I have a question. Does the screen work properly at boot?

Member Avatar for n_e
1
286
Member Avatar for Skillz

or a different monitor if you have one. Sounds like it could be a resource conflict, so at the very least try moving the graphics card to another slot.

Member Avatar for Johnsmith1
0
226
Member Avatar for Argo

You may want to try a few things before you reinstall your video drivers... Go in to the display control panel, and look at the advanced tab. (Or it may be "settings"... no OS specified) you're looking for "Hardware acceleration" When you find it, reduce it a notch until either …

Member Avatar for Poongodi1
0
315
Member Avatar for nathanpacker

You can set your query in a variable and then echo that out. I don't think that will help, but it's another option.

Member Avatar for vimalsaifudin
0
3K
Member Avatar for Sukhbir

With Telnet, you have a telnet server that provides your access to the internet. I can telnet in to my freesco router, then start links (a text browser) and get on the Internet that way. Telnet itself does not provide internet access.

Member Avatar for daniwebmicasa
0
572
Member Avatar for vssp

[quote] You do realize that blocking right click can be easily defeated [/quote] ...and often only works with Internet Explorer?

Member Avatar for Rajivgandhi
0
243
Member Avatar for bluedos82

I wonder if that's the monitor's way of protecting it from bad resolutions. If you try to run a monitor at a resolution it doesn't support, you can damage it. Can you get in to safe mode ok?

Member Avatar for 02ayomidedadad
0
305
Member Avatar for Puckdropper

So you want random numbers with negative values... How do you get them? This is a simple method to do so.

Member Avatar for todd.sifleet
0
249
Member Avatar for Puckdropper

This is an Ada package that simply waits for the user to press the enter key. (If they enter anything else it's simply ignored.)

0
173
Member Avatar for Puckdropper
0
115
Member Avatar for daddy89

I'm partial to ConTEXT ([url]http://context.cx/[/url]) myself. You can download and update different highlighters, so both your HTML and PHP can be syntax highlighted (If the HTML is not in quotes). It also can save a backup file upon saving, so if you make changes, and say "OH SHOOT!" you've got …

Member Avatar for EvolutionFallen
0
118
Member Avatar for Pixelate

One other tip: When sending headers and doing redirection, the full URL must be used. It will NOT accept a relative URL. (You can write a function that generates the full URL from a relative one with little difficulty.)

Member Avatar for skipbales
0
793
Member Avatar for rising-damp

Sounds like your hard drive may be dead... Have you tried booting the computer w/out the hard drive in it? Also, how's your CMOS battery holding up? Some computers don't like to work with a dead battery (Macs are normally the ones like this, but others may too).

Member Avatar for reigningscorpio
0
154
Member Avatar for Fasola

[quote] What is the MOST important thing to do when developing new code or modifying existing code (other than correct functionality)? Why? [/quote] Make sure you know your OS's program kill statements or keypresses. I'm only half joking, those things are important if you write yourself an infinite loop! Easy …

Member Avatar for Fest3er
0
732
Member Avatar for php_coder

Ok, here's a hint: CSV files are normally just plain text. You have to read the information in before you can do anything with it.

Member Avatar for morecambe
0
310
Member Avatar for irotsenmar

The best is the code you write yourself. There's no complex legal agreement to worry about, and since you wrote it yourself you should be able to maintain it.

Member Avatar for jacksan
0
120
Member Avatar for husein

What about Digital Rights Management? Things like protection schemes, "fair use..." that kind of thing. You're bound to run in to it sometime in IT. (Just post a message on a message board asking who uses file sharing software, and you'll see what I mean.)

Member Avatar for ahihihi...
0
320
Member Avatar for conspiringfate

What are you looking for exactly? Article submit script is descriptive, but doesn't tell enough about what you want.

Member Avatar for NormandP
0
151
Member Avatar for JellyHead

Windows ME seems to do well the way my Grandma runs it. To conserve power, she turns the computer on and off. That means it reboots often... ME seems to be very good for very specific hardware, and junk on all the rest.

Member Avatar for Zappaboss
0
244
Member Avatar for OboroNinja

The short answer is: You can't. The long answer is: You can distribute QB along with the program, and use the command "qbasic /run [i]program name[/i]" Also, if you have QB 4.5, you can compile it. Unfortunately, QB 4.5 isn't available for download legally (AFAIK) and cannot be purchased anywhere.

Member Avatar for JRB6478@ATT.NET
0
248
Member Avatar for $nipa

Personally, I'd recommend starting with BASIC (some dialect of it. There's literally 100's!) because it's one of the most common language bases. (You know those TI-graphing calculators? Took me 30 minutes to learn to program them because of my strong BASIC upbringing.) From BASIC, I'd consider Ada95. While it's not …

Member Avatar for ronicasingh
1
353
Member Avatar for nyadimo

You'll find that most people here will NOT design something for you, but they'll be more than happy to help you out with your design. I've found that having a good, detailed specification helps quite a bit. (For example, 'When the user clicks on "Add to cart," the item is …

Member Avatar for Suomedia
0
114
Member Avatar for mysterio

You could implement a stack, then pop each element off the top while at the same time pushing the element on to another stack. Then compare the results. Naturally, there are much better ways to do what you want.

Member Avatar for gkbush
1
583
Member Avatar for nathanpacker

Check for errors with mysql_errorno or a similar function. That might help you out some.

Member Avatar for nav33n
0
4K
Member Avatar for LindaF

I've got PHP installed on a Server 2003 box running IIS on my home network. On my laptop, I have EasyPHP, and despite having some parts in French, it's been fairly easy to use. I've got extra debug options turned on for PHP on EasyPHP, so hopefully I can catch …

Member Avatar for fatihpiristine
0
619

The End.