array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
Multithreading design
Hi
I have come up with a Singleton class that manages a pool of database connections. Basical
Multiple if statements
Ok so seems basic but for some reason I'm not doing it right. What I want is to be able to have 2 se
PHP Upload issue
Hi guys,
I have stumble across an interesting issue with my script and is doing my head in.
Having Problem with Date
l have a submit buttom where user have the possibility to add a date to specify when his message s
Taylor Series Function
So I am working a a project for my intro C++ class, and I am having some trouble with a function for
Timer control causing error
I recently decided to add a timer control to an existing page that uses AJAX on my site. As soon as
Procedure with variable number of columns
Hi, I have a procedure that looks like this:
PROCEDURE PROC(p_cursor OUT sys_refcurso
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
Displaying different page content, depending on the logged in user.
Hi all, I am new to ASP.net (and web development in general), and have a question about how I can di