Search results

  1. G

    How to sort data in php?

    Im going to have a page that will pull data from my database. After its pulled from that db i want to be able to sort of the different columns that are showing. How can I do this?
  2. G

    How to sort data in php?

    Im going to have a page that will pull data from my database. After its pulled from that db i want to be able to sort of the different columns that are showing. How can I do this?
  3. G

    How to sort data in php?

    Im going to have a page that will pull data from my database. After its pulled from that db i want to be able to sort of the different columns that are showing. How can I do this?
  4. G

    How to setup my php.ini for gmail on linux?

    Im running Ubuntu 10.04 and I need it set up so when I have something like Joomla it can use the server email which I want to be an email address to send emails.
  5. G

    How to setup my php.ini for gmail on linux?

    Im running Ubuntu 10.04 and I need it set up so when I have something like Joomla it can use the server email which I want to be an email address to send emails.
  6. G

    I need a good mp3 flash player for my webpage.?

    Im writing a php script so I can listen to my music on my page at work. I need a good flash player to incorporate into this.
  7. G

    I need to write out the file path after I select it from a drop down in php.?

    That selects what populates my dropdown. Now I need to find a way to write out the file path of the files in side the folder I would select from the drop down. <select name="mydropdown"> <?php $out1 = ''; if ($handle = opendir($_SERVER['DOCUMENT_ROOT'] . '\files')) { while (false !==...
Back
Top