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
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?
Saving PHP output as a file
I wondered if anyone knows how to save the rendered output of a PHP script as a file?
I have
list files from folder, only one for each date
I have many files in a folder and wish to only list one of each date
these are the file names
why this query can delete duplicates ?
why this query can delete duplicates ? Anybody can give me the detailed explanation ?
Tha
Display Database
I need to create a shopping cart. I found this code online: http://conceptlogic.com/jcart/
Unfort
selectbox+database connection retrive problem
Code: [Select]
<tr>
<th align="left" scope="c
Using insert variable
need a way to inert variable data to mysql database
$acc = "212121212";
$nok =
have trouble in a if condition
The if below is working ok, it check when indexes, name, zipcode and state are empty.
Code: &
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug