/[pliva-si]/sections/worldwide.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sections/worldwide.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dpavlin, Mon Jul 9 15:20:22 2001 UTC revision 1.2 by dpavlin, Tue Nov 20 08:48:14 2001 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  $corp_dbh = new DBI("dbi:pg:corp","dpavlin host=localhost","");  $corp_dbh = new DBI("corp","dpavlin host=localhost","");
4    
5  $sth = $corp_dbh->prepare("select num,name,type,note,street,town,country,phone,fax,email,website from worldwide where type='HQ' order by num");  $sth = $corp_dbh->prepare("select num,name,type,note,street,town,country,phone,fax,email,website from worldwide where type='HQ' order by num");
6  $sth->execute();  $sth->execute();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26