DBCA Templates
Hi all,
I'm working on creating a template for DBCA, but can't find any documentation on the
Regular expression tips or resources
Hello! I'm having some issues implementing the appropriate regex patter to eliminate unwanted charac
DATEDIFF Question
First time post, and of course it is a help question.
I am using a WP plug-in to display prev
temporary objects
Until now i thought every temporary object in C++ is created as constant. I'm wondering why my compi
Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
Problem displaying "scraped" XML data
I'm basicly having trouble displaying XML data scraped from an URL using cURL.
What the code
IP Logger for Voting Script
Can anybody help me place an IP logger into my voting script?
I know that maybe it is not as secu
Strange array issue, never happened before.
mysql_fetch_array returns 1 array per call. Generally that's why it is inserted into a while statem
Problem assigning value to variable in "IF" function
Does this script makes sense? I am trying to take the value that is set to "authenticat" a
Big O & time complexity ???
can you help me how to calculate the Big O & time complexity for any algorithm and c++ program pleas