download directory onto C drive
I am attempting (if this is possible) to write a routine to automatically dump the contents of a dir
Polymorphism
Was wondering if someone could explain this a little better to me. I had always assumed that it had
Oracle11g Patch issue
Hi all,
I'm getting the following error while installing Oracle11g Patch 11.1.0.7.0 on IBM-AI
Credit card verification
I have a client who wants to process credit card transactions from his web site rather than the goin
Dynamically allocating the number of rows in a table based on a variable value
Hi,
I have situation here which i cannot resolve, I have a variable temp which stores the num
Expandable Post Code
Hi,
Hope you can help. Which currently I haven't upgraded to connect to a mysql server, so i
problems with script
I made a small script wich exchanges points in my website:
<?php
session_start
Confusing Functions
So, I've been reading up on Functions and I like them! However, I need some help using variables in
Writting a script to arrange images........ need some help
Ok so here is the link
http://hmtotc.com/dev/projects/vrassociates/jeweler_dev/admin/index.ph
finding key position of specified value in multi-dimensional array
Code: $openedfile = fopen($tfc_file4, "r");
$rc = 1;
while(!feof($openedfile))
{<