Changeset 15748 for schedule/search.php


Ignore:
Timestamp:
05/20/13 15:14:43 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/search.php

    r15745 r15748  
    2626                                                <select id="box1View" multiple="multiple" style="height:180px;width:115px;">
    2727                                        <?php
    28                                         $con=mysql_connect("localhost","root","");
    29                                         mysql_select_db("factscheduling",$con);
    30                                         $query=mysql_query("SELECT*FROM tblsource");
     28                                $con=mysql_connect("localhost","scheduletest","t3stsched");
     29                                mysql_select_db("sandboxschedule",$con);
     30                                        $query=mysql_query("SELECT*FROM source");
    3131                                        while($rs=mysql_fetch_array($query)){
    3232                                                ?>
    33                                                         <option value="<?php echo $rs['SourceID']; ?>"><?php echo $rs['SourceName']; ?></option>
     33                                                        <option value="<?php echo $rs['fSourceKEY']; ?>"><?php echo $rs['FSourceName']; ?></option>
    3434                                                <?php
    3535                                        }
Note: See TracChangeset for help on using the changeset viewer.