Forum: JavaScript programming
09-05-2012, 07:52 PM
|
|
Replies: 2
Views: 204
How to obtain the value in a button?
I am new in JS, and meet a problem, asking for some suggestions, really appreciated.
The question is I don't know how to obtain the value in a button by an independent method, the codes are below:...
|
Forum: PHP
11-10-2011, 09:19 PM
|
|
Replies: 1
Views: 194
PHP regular expression
Hi, I have a question about regular expression.
$ means matching from the end of a string and ^ from the beginning. However, why does the following expression return failure?
$mode =...
|