Recent content by gavakie

  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

    HTML Text Field Help Please!?

    Thats gonna depend on your hosting and what language it supports and if you have built your database.
  7. G

    some more help with html/css?

    do you have a link or a picture to see whats wrong?
  8. 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.
  9. 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 !==...
  10. G

    how do i make a site like webs.com using php?

    are you talking about the layout?
Back
Top