Recent content by ardy1234567

  1. A

    how to implement advance search box feature using php mysql?

    I want to do something like interactive. When a user types a keyword on a search box it updates instantly available closest results. Even by just typing a letter it updates and shows info. The results are based in a database. How can I do this? I am doing an online inventory system with a search...
  2. A

    How can I create an infinite multidimensional array in php?

    I want to create an infinite multidimensional array for a database as well as its keys is infinite. something similar to this in a dynamic way. $a[$1][$2][$3]...so on and also if this is possible. How may I access them(each key and their values) in a most simple way dynamically?. I hope my...
  3. A

    Is this a bug in PHP? While Loop problem?

    Ok I know what I am doing and I certainly know the expected output. I am going through with this for 3 days now and I dont know what is wrong. It is supposed to work. Note the echos there I put for debugging reasons. assume: $SI_Info_Size=2 $SI_Info=(4008096626,400810200) $result=returns 1 row...
  4. A

    Is dynamic name possible for controls and Dim in VB.net?

    I want to make a dynamic name for declarations also for control names. Is it possible? Let say when declaring a variable string the standard is: Dim str as string But I want the "str" name changed during runtime influenced by a subroutine similar to this one: Private Sub...
  5. A

    How can I use FM Radio at my Nokia 5310 XM?

    It says on the manual "The FM radio depends on an antenna other than the wireless device antenna. A compatible headset or enhancement needs to be attached to the device for the FM radio to function properly." Someone enlighten me with this one. It said that a compatible headset must be...
  6. A

    Nokia Software Updater Keeps on downloading the latest update forever? How can I...

    ...fixed this? I recently download Nokia Software Updater 2.4.5 en After installing and running, it says a new version is available. Do you want to download the update?. I follow the procedure by clicking the download button. The size of the new update is 34.6mb. However as it reaches its peak...
Back
Top