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
PHP XML extraction text
I would like to extract an xml text and have that text directly echo(print) out on my web page. Her
Help with Password Encoding/Decoding?
Trying to design a "change password" tool. On my signup code I'm using base64_encode, now
Generate PDF
Hi guys,
I would like to know if there is a way to generate pdf when clicking on a link. In f
Checking if field is empty AND using !is_numeric
Hi lads,
Need to be able to display an error message (using isset?) that says "Cant lea
array_count_values question?
ok i'm trying to create a top ten list from a database of listed favorite movies.
the followi
GET vs SUBMIT Button to show sections on one index.php page?
Just curious if one of these ways is better (i.e. more efficient) than the other.
I have a
Character increment
Hi,
I am facing a scenario like above,but in my case i want to show up like Col A,Col B etc..
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploade