duplicate record notification
In my database, after insertion of records, I want to know if the record inserted is duplicate or no
Delete all files in folder except with certain name
I have a script that I want to delete all files in a folder (taken from a database) except for one n
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
check_changed_data - I can't get data from the called method event
I use check_changed_data to trigger my event method.
The method delivers er_changed_data.
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
PHP search multiple input field box help
I am having a problem with my search script. At current it will simply search by a selected date whi
column name cancatenation within PL/SQL
I have a PLSQL store procedure, and the following statement is part of a subquery
fname||lnam
Problem with HTML form
Hello,
I made a HTML form with some fields and check box.
Everything works fine except whe
Passing Arguments to execlp()
I'm writing a program that mimics a unix shell. It's supposed to take commands with arguments and ex
Solution to the FindControl problem
I have seen may posts about having problems with the FindControl method. Most seem to come about bec