Jump to content

Maq

Administrators
  • Posts

    9,363
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Maq

  1. Nah, I don't think so, it's open source for a reason...
  2. What about this: PHP.net imagearc ?
  3. I don't understand this OR condition has to be done before you add it into the URL string. Do you have any code so far?
  4. Maybe you need to escape the space, add this: $row['name'] = str_replace(" ", " ", $row['name']);
  5. Nice script discomatt, topic solved?
  6. What's on her mouth?
  7. Maq

    My portfolio

    Loads fine for me. ???
  8. [quote]Reminds me of a member we once had. There was another member, a young female. Each time she posted that other member would reply and accuse her of being an undercover cop.[/quote] Haha that's funny, I wish they were still here...
  9. Then it should work. Can you post you current code?
  10. Same here, but still, the games for xbox 360 are better.
  11. [quote]i doubt there are any 14 year olds that actualy can do much[/quote] For the most part, but I'm sure there's a boy genius somewhere around here.
  12. I'm not really sure. If the user input the colors then you can store them in PHP variables and find an algorithm on google to compare these hex colors but this is a bit complex to make sure what colors don't look good together because it's a matter of opinion. Sorry, maybe someone else has a more promising answer for you .
  13. [quote]maybe some of these guys saying there 16 are actualy old men with some twisted fetish where they like to pretend to be kids lol [/quote] sick...  but maybe true  :-[
  14. Yes, you should actually join these tables and have 2 condition statements so you only need 1 query.
  15. Turn SQL into XML with PHP
  16. Looks like it is but why don't you echo something out to make sure.
  17. Have you defined $start and $end yet? If not you need to use the POST methods. for ($x = $_POST_['start']; $x >= $_POST['end']; $x++) {
  18. I think he meant not using FTP_CONNECT(). ???
  19. Can you give a little more detail. Like is this your code, or are you scraping this information from another site? Do you have any code written so far?
  20. You can transfer with SSH. I'm not sure about coding it, you would have to google that.
  21. [quote]Hey, you think that's bad?  I'm 28. :P[/quote] LOL, 28 is still young.  I'm sure there's much older than that on these forums.
  22. Actually there's other protocols besides FTP to transfer files onto a server.
  23. Sorry, I'm not sure, you may want to contact your host.
×
×
  • 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.