Search results
From Web Services Wiki
You searched for Login.php
For more information about searching Web Services Wiki, see Help.
Showing below 4 results starting with #1.
View (previous 100) (next 100) (20 | 50 | 100 | 250 | 500)
No page title matches
Page text matches
- How to connect to a MySQL database with PHP (3,664 bytes)
3: You want to add database capabilities to your PHP application and connect to Stanford's MySQL datab...
11: === Create a PHP script to connect to the database ===
15: <source lang="php">
42: ...ode above in its own file (such as <code>database.php</code>) and include it on each script that needs ...
44: <source lang="php"> - How to set up a configuration file for the Stanford Web Application Toolkit (1,905 bytes)
26: # Login credentials
35: # no => Just the login credentials are encrypted, faster, most commonly ...
61: <source lang="php">
63: include_once("stanford.app.php"); - How to configure and access MySQL using the Stanford Web Application Toolkit (5,168 bytes)
3: You want to add database capabilities to your PHP application and connect to Stanford's MySQL datab...
33: <source lang="php">
35: include("stanford.app.php");
48: <source lang="php">
50: include_once("stanford.database.php"); - How to set up MySQL-based PHP sessions using the Stanford Web Application Toolkit (3,520 bytes)
3: Your application makes use of PHP's session mechanism, but it loses session informa...
15: ...the following snippet and enter your own database login information.
32: <source lang="php">
34: include_once("stanford.app.php");
46: <source lang="php">
View (previous 100) (next 100) (20 | 50 | 100 | 250 | 500)