Revoking alter any table from a schema
Hi All,
i am working in Oracle 10g.
my requirement is to revoke all kind of DDL oper
Looking for help reading a .txt or .ini file and outputting the info.
I have a file called Info.ini and It has the following info:
Code: [General]
Online=0
I wou
session_destroy();
new to php
I have a simple login and am trying to write a logout.
I set a $_SESSION var to 1 i
validating url
im trying to validate url's sent to me by a form
the url's im collecting are for placing banners
Execure stored procedure on a timer
Can someone tell me an easier way to execute a stored procedure on a timer? I am using Oracle 10g R
Using insert variable
need a way to inert variable data to mysql database
$acc = "212121212";
$nok =
Help With Showing Users On the Index Page
Ive got this code which works just how i want it to.
Code: <?
$timenow=time();
passthru() help
Hi everyone,
I'm new to the forum and to PHP. I have some pretty good experience writing shell sc
Need help in Generating Combinations
Need help generating all possible combination of names in an array
Lets say i have the follow
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan