Summary: I've just upgraded to Apache 2.0 and PHP 4.2 and have found that the traditional steps to installing PHP with Apache do not work. I've tried using apa...
Summary: Hi, i've posted this before, but doing it again to see if i can get some more help than last time i'm writing a PHP script with MS Access 2000 as back...
Summary: I'm reposting the code with some comments thrown in. Hope it helps, but if it's still unclear you may want to look up double subscripted arrays and m...
Summary: Ho Ho Ho! I've been told to re-post this question in this section. It originally was in the Office software section but anyways.. I am having troubl...
Summary: can anyone help me on this?? urgent !! below is the question and the sample output to it.. Use a double-subscripted array to solve the following probl...
Summary: I was given a challenge by a friend to make a Batch File Notepad. However, the one i've made isn't working. I've set it up so that it will save each l...
Summary: I have installed PHP 4.2.3 and am trying to connect to an MS access database located on a Novell 5.1 server. I can get into the db if i copy it locall...
Summary: How do you reply to a prompt without requiring user input automatically in C? The prompt is displayed and I need to have it answered automatically. Th...
Summary: Complete the application below and answer the following questions: /** Print a friendly greeting. */ 2 public static void main(String[] args) { 3 int ...
Summary: Is there any mysqli equivalent to the mysql_result() function? I began a project last year using PHP4 and MySQL 3.2, which I then abandoned for some t...
Summary: I am trying to learn php and mysql. I have some code that I am pretty sure works and a database that I think works. What I am trying to do is using...
Summary: or you could always take the easy way and have a program install everything you need for you :) it was actually on this forum that i discovered this p...
Summary: Hi! I'm new to VB.NET coding, but I have some old knowledge from VB6 and PHP-programming. I have been trying to figure out how to use 'For' - Loops wi...
Summary: I run Apache 2.0 under a Gentoo Linux environment, as well as Win 2000 Pro. I use the method you describe above. As long as you have the .htaccess in ...
Summary: for starters you can instantiate the array like this: int my_array[7][7]; and you can access each element or the array like this to set the array: my_...
Summary: So the issue is bookmarks. Why do some bookmarks go to the root document and others to the exact bookmarked page? And how are frames messing with ou...
Summary: Hi, I'm somewhat new to PHP and MySQL and i'm trying to run the following simple PHP/MySQL code snippet: <?php $host = "localhost"; // MySQL serve...
Summary: Hi all! Is it possible to do the following: Several users are logged in to a web site, one of the users saves/submits information in a database, all l...
Summary: oh never mind i solve the color thing already...juz 1 problem now is the code is darn long and the variable not quite effiencient...haha..lazy to work...
Summary: For problem two... is there only four days... hmmm. Again, I do things in a nonstandard way, so if you try this and your computers dies, then don't b...
Summary: yeh sorry its hard to explain it. :~$ I think i may have to just learn a few programming languages,get started in delphi,or whatever ... see if it wil...
Summary: I have the following problems when I tried to print a form horizontally from the PrintForm Method of VB 4 by the following commands, but they doesn'...
Summary: I personally use Apache 2.0 with MySql. (I switched over from IIS for obvious reasons). Base of the matter is, Apache is more stable than Sharepoint. ...
Summary: 1) Zeroguy answered that question for you... just be careful to accomodate the file extensions accordingly. 2) You can have a comparison for each elem...