I have created a function to validate input.
function validate_dimension($value,$name) {
global $errors;
$errors = array();
......validation actions here - this all works fine - if I get an error it is captured like this . . .
$errors[] = "Dimension value missing";
This is all fine and the $error is returned correctly.
So that I can keep the error, I save it as a Session variable
$_SESSION['errors'] = $errors;
HOWEVER the next time I run the function (with the next dimension to be checked) , $_SESSION['errors'] is overwritten and the first error is lost.
I have solved the problem by creating a new array - $all_errors - and adding $errors to $all_errors each time the function is run - but this seems clumsy - I do not need the function as I could just as easily wite a separate line of code for each dimension to be checked.
Can anyone suggest a better way of doing this?
Please?
Create or replace package is ending ORA-21700
Database 9.2.0., patch 8 (9.2.0.8.0).
foreach and array need help combining
Hi guys.Here's the codeCode: array( 'tag' => 'code', 'type' => 'unparsed_content', 'content' => '<div
Run function every 5 mins ??
I have a function PostMessage()How can I run it every 5 mins ??
user administration
Dear @all,
upload only text files
hi guys i want to upload only text like like (pdf,note pad and ofiice files) so can any one please tell me how can i restrict that
a dificult string search
Hi I don't know a way around this. I want the user to input a password, but to make it a bit complcated the password can be several words. "Today is Sunday"However I want to exclude certain
why preg_match_all does not return the number of matches
My regex looks likeX[^\x{4e00}-\x{9fa5}]*Y(where X and Y are two Chinese characters)and my expression looks likepreg_match_all("/".$regex."/iu", $content, $out,
Loosing changed contents when used FM REUSE_ALV_GRID_DISPLAY
Hi,
SESSION CHECK WORKS "MOST" of the time... whats going on?
i have a sign in check thats included in every page that is a members only page which is basically all of my pages. that im working on anyways..but heres the code..... that works MOST of the time.
Mouseover to edit (Ajax)
hi friends, can anyone help with the code behind to get this application working, please in VB (new biz) <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">