Jump to content

Just the one.


corkg

Recommended Posts

I am afraid it does not return any results,

I am using an ODBC database.

 

This is the full code

 

 <select name="findcri" id="findcri">
                                          <?  $sqlquery="SELECT * FROM PVCDATABASEOFJOBS";
$resultiscri=odbc_exec($conexion,$sqlquery); while($foy=odbc_fetch_object($resultiscri)){

  ?>
                                        <option value="<?=$foy->catagory?>"><?=$foy->catagory?></option>
                                            <? }?>
                                            </select>

Link to comment
https://forums.phpfreaks.com/topic/73516-just-the-one/#findComment-370879
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.