Data source name: Difference between revisions

Content deleted Content added
Chealer (talk | contribs)
Example of use: request clarification of PHP example
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Clarifyme}}
Line 46:
$dsn = "mysql://john:pass@localhost:3306/my_db";
$db = DB::connect($dsn);
</source>{{Clarifyme|How is this an example of DSN use|date=June 2013}}
 
==See also==