Jump to content

Zanjo

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Posts posted by Zanjo

  1. Sorry, i meant not with extensions like adobd. Is there any way to make the Script that Barand posted work with the input just in sql? So it does the [database]_query in the function?
  2. Hi,
    I need a function (lets call it dbarray) that can be like mysql_fetch_array or oci_fetch_array, but can work with multiple databases. For example, the database type (mysql, oci etc) would be in the variable $conf['database'].
    The Second thing is, it needs to be able to used in a while loop
    like
    while ($data = dbarray(mysql_query($sql)))
    {
    statement;
    }.
    Thanks for your help.
×
×
  • 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.