I have tried everything I can think of for the last two days. I\'m truly lost. I need to get this line of code to change based on my database. I have tried everything I could find on php.net and many
I\'m confused. I\'m trying to loop though 2 files looking at the first token in every line of the first file and comparing it to the third token of every line of the second file. Here is the logical s
Okay, I am new to PHP/Oracle connectors.What I am trying to do is call a simple stored procedure which accepts a id number and returns a value. It works fine if there is a match, but I can\'t for the
Ok, so I\'m trying to create a program using a while loop to find the greatest common divisor of two numbers. This is what I came up with. However, from what I can tell, the program just seems to skip
I am using c#.net I have two times pulled from a database (‘earliest start time’ and ‘latest end time’).
Why do I get an extra iteration (extra line printed) when this code completes?Does there need to be an e开发者_运维问答xtra newline at the EOF?I would prefer not having to add extra/special characters
I know a while loop can do anything a for loop can, but can a for loop do anything a while loop 开发者_运维问答can?
I can\'t for the life of me see why I can not read the postPrioity outside the while loop. I tried \"export postPrioity=\"500\"\" still didn\'t work.
Since World of Warcraft runs Lua 5.1, I\'d like to know if there is a way to get what I need without using the goto operator. This is my code: this code reads the contents of a tooltip line by line, a
Problem with a loop in Python. Below below there\'s a \'handwritten\' code - which works and it works in a way it\'s supposed to work. I explain: