Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは PHP ファイルに値を渡しているため、PHP ファイルはこの値をいくつかの方法で使用できます。その値をデータベースに渡したり、画面に表示したり、さまざまなことを行うことができます。
PHP では、 からアクセスできます$_GET['action']。
$_GET['action']
それは、サーバー上のコードに完全に依存します。GET変数を送信しているだけです。サーバー上のコードは、値に基づいて何をすべきかを決定します。
I have a system loading in a youtube video using an object tag with the id="cstmVideoContent" and the data=(youtube link). I need to extract the content in the object's data property using javascript/jque