Jump to content

Zanjo

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Zanjo's Achievements

Newbie

Newbie (1/5)

0

Reputation

  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. I tried that initially, but that script doesnt work in a while loop, as it forever returns the same result. I need it to function like the real fetch_array functions do in a loop.
  3. What exactly does the check box do? If it confirms it then just make one link goto delete.php?confirm=yes and go isset($_GET['confirm']).
  4. I need to make this for a standard php install, without any addons.
  5. 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.