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
Simple email form - Newbie
Hello all,
First time poster!
I've been asked to create a simple HTML form that submit
Strange php code found on my website
I got hacked and the following code was placed within my files:
Code: [Select]<?
/*
import table with dependency
Hi
What is the best way to import table back which has dependency?
SQL> cre
radio button reamains checked
Hello i'm trying to keep the state off my radio buttons so it shows which ones where clicked after t
Array becomes unset by itself?
Hi,
I have a bit of experience with PHP but not extensive. It seems I cannot store any items
Filtering for a phrase using pregmatch
Here is my code which looks for addresses which start with ' src=" '
Code: [Select]preg_
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
* Gridview and Detailsview in UpdatePanel, insert mode problem
I have a GridView and DetailsView working together. When a record from Gridview is selected, Detail
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);