Share admin accross websites
I'm using .net memberships and roles in one of my sites, but I need to be able to share logins and p
Issues: PHP Forms -Clearing
I've tried looking online before actually asking for help, but I've been looking for about the past
Combining refCursors and Summing
Given the following DDL:
CREATE TABLE FOODSALESTEST
("WEEKNBR" NUMBER,
"ST
Javascript form submit and radio buttons?
When this form is submitted, it is automatically resubmitted using JS.
All my fields are carr
Trouble with a select list
Hello All!
I was wondering if any of you guys could help me with a small problem I'm having!
Need understanding of this bit of code
Code: <?php
// WHERE clause filters
$arrSQLFilters = array();
//
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
IP Based Cron Jobs
I run cronjobs on my website. After one of my visitors got curious and tinkered around he realized h
Checking if a process is running (problems including psapi.dll i think...)
Ok, so all I'm trying to do is check if a program is running...
I've found out that I nee
Putting double spaces instead of single spaces
Im looking at trying to replace all single spacing between fields with double spacing
At pres