Shuffle Array
Hi,
I am writing a script for a game that needs players to randomly be assigned a target (ano
Securing a user input - need some confirmation
Hello All,
I am in the process of recoding a large proportion of an e-commerce site, one of t
How to have a log of all the status a VIM document had been ?
Hi guys,
I’m using SAP Invoice Management plugin and the /OPT/VIM_ANALYTICS transa
default SAP userid
hi,, I just like to know if it is ok to use the default SAP user id (SAP*)?
calendar dates and hours compare problem
i have a calendar in wordpress, everything works great except that i can make 2 meetings at the same
selectbox+database connection retrive problem
Code: [Select]
<tr>
<th align="left" scope="c
How to separate records and ORDER BY
Let say i have 100 records and displayed in one page, then i want to get the records from 50-100 and
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<
Regarding accessing SQL query issued by any user in Oracle 10g
Hi all,
i want to know the queries issued by various users accessing a database...
Linux socket programming
Where can I find a good introduction to socket programming?