Hi -
I want to use javascript to validate some fields on a form.
The javascript code will take the value the user typed
into the form and search for it in an array. If the value
is found in the array, then the value is ok, otherwise
an alert() message will be displayed.
The amount of data in t
I have a php script that browses a database table.
You can page through the database table by
clicking these links:
http://localhost/browse.php?action=first
http://localhost/browse.php?action=prev
http://localhost/browse.php?action=next
http://localhost/browse.php?action=last
When you click the
These are the functions I use to determine if
a string value is a valid integer, real, date, etc.
Hope this helps.
ps - please let me know if you find any errors. thanx.
12) )return FALSE;
if ( ($d < 1) or ($d > 31) )return FALSE;
// 30 days has sept, a
Is there an easy way to detect if a user has changed
the values in the fields of an HTML form? I want to
be able to check this during the onUnload event and
warn the user that he/she has not clicked the "Save"
button to save changes to the form fields.
The only way I can see to do this is to u
I am developing a PHP application for a client that allows
users at remote locations to access and update a database.
I would like to standardize on one www browser so that the
help desk people only have to be knowledgeable about one
browser. The users all have MS Win 95, 98, or NT. The
quality
Hi -
How can/should I contact the developers of PHP
to request that they add a new feature to PHP?
Thanks -
Jim
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators,
Hi -
Is there some way I can get the name of the currently executing function?
For example:
;
}
MyFunction();
?>
I want this to produce:
The currently executing function is: MyFunction()
Is there some way to do this in PHP?
Thanks -
Jim
--
PHP General Mailing List (http://www
7 matches
Mail list logo