• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Recent content by Gonzo

  1. Gonzo

    Time is off by 14 minuets

    It may not really matter - but I too see the time difference.
  2. Gonzo

    It's been a while...

    Another vote for godaddy.com
  3. Gonzo

    CSS, no top margin?

    Try this bit of CSS. body {padding-top:0; padding-bottom:0; margin-top:0; margin-bottom:0;}
  4. Gonzo

    PHP or MySQL: which is faster in this scenario?

    Hi there, If you know where the file will be located, without looping directories, I would pick file_exists. Ps: its nice to see some of the orginal members are still around, from Oct. 2000!
  5. Gonzo

    Looking for hosting

    Hi Guys, I am in the process of looking for some hosting, I really am looking for something simple. Here are the specs: At least 200MB space At least 2GB traffic Unlimited Addon Domains, and Sub Domains PHP, MySQL, Cpanel or Plesk control pannel. PM me with your offers!
  6. Gonzo

    Lettering Problem

    Hello, We are having a problem with some peoples names in our database. If there name contains an é, when the results are displayed on the webpage the letter will be displayed as an й Thanks for any help.
  7. Gonzo

    about phpMyAdmin

    This is because the result of your query is very large. PHP has a problem returning large querys to one page. You can change the limit to show less rows, limit 0, 100 then when you want to see the next rows you can go, limit 101, 200
  8. Gonzo

    Help Me Test My Script

    I have finished making improvements to a program that I have released, phpRank2. I would enjoy if you could visit the script, add your website to the list, and see if you can spot any errors. Please don't hold back, if you think you can break the script, please do. (If you tell me how you did...
  9. Gonzo

    ++ font sites ++

    http://www.eknp.com/ http://www.fontosaurus.com/fonts.php are a few that is pertty good.
  10. Gonzo

    about MS Access and MySQL

    Yes it is possible to do that, you could do it through php. PHP can read both databases. I am pretty sure I have seen some programs on the net that can also convert Access into MySQL, just have a search on google.
  11. Gonzo

    Some free service, from me.

    Hello, I am looking to get more work into my portfolio, View here. I would not mind doing some small php work or some logos, or almost anything you would like done. I will of course do most work for free(if you like my work you can reward me of course :)), however if you want a larger...
  12. Gonzo

    Side-by-side tables

    What I do is place the 2 tables inside another table. something like this <table> <tr> <td> <table> <tr> <td>Table 1</td> </tr> </table> </td> <td> <table> <tr> <td>Table 2</td> </tr> </table> </td> </tr> </table>
  13. Gonzo

    Colour Scheme

    Hello, You may want to change a few colors. The red at the top that says "TrenzTerra" you might want to change to grey as you have it in the bottom. The links need to be changed to a diffrent color because its very hard to read them. Mabey the "mIRC Scripts" you could change the color, or...
  14. Gonzo

    Help me test a script

    Hello, I am wondering if some people could come and have a look at my script that I have just made and tell me what they think of it. If you find any bugs or anything please email me or post a message here. The site is at http://phprank2.phprank.com Thanks,
  15. Gonzo

    Such Script?

    If you can use PHP, then go to the PHP section. I am not sure what it would be called.
Back
Top