「index.php」を含む例文一覧(66)

1 2 次へ>
  • Testing index.php
    index.php のテスト - NetBeans
  • Updating index.php
    index.php の更新 - NetBeans
  • HTML Form in index.php
    index.php での HTML フォーム - NetBeans
  • The index.php page opens.
    index.php ページが開きます。 - NetBeans
  • Logging In from the index.php Page
    index.php ページからのログイン - NetBeans
  • Returning to the front index.php page
    最初の index.php ページへの復帰 - NetBeans
  • Transferring Data from index.php to wishlist. php
    index.php から wishlist.php へのデータの転送 - NetBeans
  • HTML Form for Logon on index.php
    index.php 上のログオン用の HTML フォーム - NetBeans
  • Testing the Logon from the index.php Page
    index.php ページからのログオンのテスト - NetBeans
  • Logging on wisher from the index.php page
    index.php ページからウィッシャーがログオンする - NetBeans
  • The project's index.php file opens in the editor.
    プロジェクトの index.php ファイルがエディタで開きます。 - NetBeans
  • Download the installer file from http://www.netbeans.info/downloads/index.php
    http://www.netbeans.info/downloads/index.php?p=10 からインストーラファイルをダウンロードします。 - NetBeans
  • The template that opens is different from index.php.
    表示されるテンプレートは、index.php とは異なります。 - NetBeans
  • In the editor, remove the existing ?php...? tags from index.php.
    エディタで、index.php から既存の ?php...? タグを削除します。 - NetBeans
  • Download the installer file from http://www.netbeans.info/downloads/index.php?rs=11p=10
    http://www.netbeans.info/downloads/index.php?rs=11p=10 からインストーラファイルをダウンロードします。 - NetBeans
  • Drag and drop an SaaS operation from Amazon/Facebook/Twitter/Delicious into index.php.
    Amazon/Facebook/Twitter/Delicious から index.php に SaaS 操作をドラッグ&ドロップします。 - NetBeans
  • Make some minor changes to the index.php file
    index.php ファイルに小さな変更をいくつか行います。 - NetBeans
  • The index.php file opens in the main IDE editor area.
    index.php ファイルがメインの IDE 編集領域で開きます。 - NetBeans
  • Testing index.phpTo test the front index.php page of your application:
    index.php のテストアプリケーションの最初の index.php ページをテストするには、次の手順に従います。 - NetBeans
  • The feature's functionality will be implemented on two pages, index.php and wishlist.php.
    この機能は、index.php と wishlist.php の 2 つのページに実装されます。 - NetBeans
  • A default index.php entry page is generated and opens in the IDE's editor.
    デフォルトの index.php エントリページが生成され、IDE のエディタで開きます。 - NetBeans
  • HTML Form for Logon on index.phpIn the index.php file, enter the following code before the closing /body tag:form name="logon" action="index.php" method="POST" >Username: input type="text" name="user"/>Password input type="password" name="userpassword"/>input type="submit" value="Edit My Wish List"/>/form>
    index.php 上のログオン用の HTML フォーム index.php ファイルで、次のコードを終了 /body タグの前に入力します。 - NetBeans
  • On the index.php page, fill in the fields:in the Username field, enter Tom, in the Password field, enter tomcat.
    index.php ページで、「Username」フィールドに「Tom」、「Password 」フィールドに「tomcat」と入力します。 - NetBeans
  • Switch back to index.php and add a reference to the JavaScript file between the head tags.
    index.php に戻り、JavaScript ファイルへの参照を head タグの間に追加します。 - NetBeans
  • You need to implement data transferring in index.php and data reception in wishlist.php.
    index.php にデータ転送、wishlist.php にデータ受信を実装する必要があります。 - NetBeans
  • The user opens the front page index.php and clicks the link to register
    ユーザーが最初のページ index.php を開き、リンクをクリックして登録する。 - NetBeans
  • The logon from the index.php page consists of two steps:
    index.php ページからのログオンは、次の 2 つの手順で構成されています。 - NetBeans
  • Testing the Logon from the index.php Page To check that the logon functionality works correctly on the index.php front page:
    index.php ページからのログオンのテスト index.php の最初のページでログオン機能が正しく動作することを確認するには、次の手順に従います。 - NetBeans
  • Add a script/script block to the index.php file right above the closing /body tag.
    index.php ファイルの終了 /body タグの直前に、script/script ブロックを追加します。 - NetBeans
  • The example below shows how you can improve the appearance of the index.php page.
    次の例で、index.php ページの外観を改良する方法を示します。 - NetBeans
  • In the IDE, open the project's index.php file in the editor and open the Services window.
    IDE のエディタでプロジェクトの index.php ファイルを開き、「サービス」ウィンドウを開きます。 - NetBeans
  • Drag the search operation from the Services window and drop it into the body element of index.php.
    「サービス」ウィンドウから search 操作をドラッグし、index.php の body 要素にドロップします。 - NetBeans
  • According to your project setup, the index.php file is already created.
    プロジェクトの設定によっては、index.php ファイルがすでに作成されています。 - NetBeans
  • The code redirects the user to the index.php page and cancels PHP code execution.
    コードはユーザーを index.php ページにリダイレクトし、PHP コードの実行を取り消します。 - NetBeans
  • HTML Form in index.php Enter the following code block into the body of index.php:form action=wishlist.php method=GET name=wishList Show wish list of: input type=text name=user/input type=submit value=Go //form
    index.php での HTML フォーム index.php の本文に次のコードブロックを入力します。 form action=wishlist.php method=GET name=wishList Show wish list of: input type=text name=user/input type=submit value=Go //form - NetBeans
  • When the user clicks Edit My Wish List, the data is transferred to the same page, index.php.
    ユーザーが「Edit My Wish List」をクリックすると、データが同じページ index.php に転送されます。 - NetBeans
  • In our example, the data is entered on the index page (index.php) and transferred to the wishlist.php page.
    この例では、データは index ページ (index.php) に入力され、wishlist.php ページに転送されます。 - NetBeans
  • In order to avoid this, the user needs to be redirected to the index.php page.
    これを回避するには、ユーザーが index.php ページにリダイレクトされる必要があります。 - NetBeans
  • A user may access the index.php page on starting the application, or from the editWishList.php page, or whenredirected from the index.php page after entering name and password.
    ユーザーは、アプリケーションの開始時、editWishList.php ページから、または名前とパスワードの入力後に index.php ページからリダイレクトされたときに、index.php ページにアクセスすることがあります。 - NetBeans
  • The IDE opens your default browser and displays the Hello World message you just created in index.php.
    IDE によってデフォルトのブラウザが開き、index.php で作成したメッセージ「Hello World」が表示されます。 - NetBeans
  • In the Projects window, right-click index.php and select Run (Shift-F6) from the context menu.
    「プロジェクト」ウィンドウで index.php を右クリックし、コンテキストメニューから「実行」(Shift-F6) を選択します。 - NetBeans
  • Switch to the Projects window, expand your project node, and double click the index.php file.
    「プロジェクト」ウィンドウに切り替え、プロジェクトノードを展開し、index.php ファイルをダブルクリックします。 - NetBeans
  • Switch to the index.php page in the editor, and add a reference to the stylesheet between the head tags.
    エディタで index.php ページに切り替え、head タグの間にスタイルシートへの参照を追加します。 - NetBeans
  • Open a file explorer and check that index.php has been copied to the correct directory.
    ファイルエクスプローラを開き、index.php が正しいディレクトリにコピーされていることを確認します。 - NetBeans
  • To test the application, run the project as described in section Testing index.php.
    アプリケーションをテストするには、「index.php のテスト」節の説明に従ってプロジェクトを実行します。 - NetBeans
  • On the index.php page, enter Tom in the Username edit box and Tim in the Password edit box.
    index.php ページで、「Username」編集ボックスに「Tom」と入力し、「Password」編集ボックスに「Tim」と入力します。 - NetBeans
  • The front page index.php for logging in, registering, and switching to wish lists of other users.
    ログイン、登録、およびほかのユーザーのウィッシュリストに切り替えるための「フロント」ページである index.php - NetBeans
  • Repeat the steps from Testing index.php to see that wishlist.php works properly.
    wishlist.php が正しく動作していることを確認するために、手順を「index.php のテスト」から繰り返します。 - NetBeans
  • Redirecting the user to the index.php if retrieving the wisher's name from the Session failed
    セッションからのウィッシャーの名前の取得に失敗した場合にユーザーを index.php にリダイレクトする - NetBeans
  • The implementation will affect the index.php file and two new files will be created named createNewWisher.php and editWishList.php.
    この実装は index.php ファイルに影響し、createNewWisher.php および editWishList.php という名前の 2 つの新しいファイルが作成されます。 - NetBeans
1 2 次へ>

例文データの著作権について