Search results

  1. xav0989

    SQL Database Optimization

    Could you still post the results for the benefit of the community?
  2. xav0989

    map-mail-compose php return_path

    Wait a second their... try using $envelope["return-path"]= "info@mensajote.com"; instead. If I am right, it's simply because return_path is not the same as return-path.
  3. xav0989

    Display image in MYSQL

    what kind of characters. There are loads of characters. Copy them here or give us some link that we can chew on...
  4. xav0989

    suggest me a script

    the script term includes a heck load of signification. Therefore, if you want any help from us, you need to be more specific. However, I personally don't use fantastico anymore, since where you install something yourself, you have way more choices to pick from (there are 3 blogging engines in...
  5. xav0989

    PHP Shopping Cart

    It's the Book! It's maybe teaching that second level associative arrays is OOP... getting better by the second! :biggrin: For your information, OOP is when you use classes such as : <?php class Whatever { public function someThing() { return 'someThing() just executed in OOP'; }...
  6. xav0989

    going from asp classic to asp.net help

    I used to do some ASP/ASP.net. The first tutorial I read was a ASP classic tutorial. Most of the code worked perfectly. You should try converting you project to ASP.net (VS2005 and VS2008 have an utility for that, somewhere, I think it shows up when you import an asp classic project), then try...
  7. xav0989

    SQL Database Optimization

    I personally don't add any index fields except for the primary field. Unless you have 10 000 rows, it won't make your queries faster. It will even slow them down.
  8. xav0989

    map-mail-compose php return_path

    I believe that return path is the server (correct me if I'm wrong), so I think that it should be a server name. Try responding to your email. If it works, you should be good to go!
  9. xav0989

    Being a trusted publisher

    Try self signing it, with a PGP key... maybe it'll work.
  10. xav0989

    Display image in MYSQL

    no, what you wrote will not work, since you a outputing both an image and some html. What Twikie meant was that the header('content-type: image/jpeg') should be in the get_image.php file. Also, instead of doing a do...while loop, you should do a while loop. Way better, if, for example, there are...
  11. xav0989

    Being a trusted publisher

    The best you can do, if you don't want to pay for a certificate, is to tell your user that you don't have the money to pay for a certificate, therefore the application is listed as untrusted. Next tell them that they can donate money to you so that you can continue development and buy a certificate.
  12. xav0989

    Help with a php script

    This is very basic. Actually, it involves more javascript or forms. Simply create a HTML form with a hidden field that submits to itself. Then in php code, you check if the hidden field was submited, if so, it executes the php function. You could also extend it and create some AJAX code to load...
  13. xav0989

    Plain Template Help

    I've started with a freecsstemplate (on my main site, first link in my sig) that I've extremely customized (I believe that most of what it left is pretty much an image or too and some general css markup. However, I am updating my website so I've asked a friend to create a new template inspired...
  14. xav0989

    Creating an online checklist

    What you are asking is pretty much for someone to code a page for you. You should post this in the marketplace, as that's were most freelancers are. (Or I could do it for some credits)
  15. xav0989

    Warning: system() has been disabled...

    Why do you need a system() call? anyways, you should have searched the forum as there was a post related to this http://forums.x10hosting.com/programming-help/98526-sending-mail-disabled.html#post549760...
  16. xav0989

    Simple SQL Problem

    Re: Cms theme cmstheme, unless you are willing to add some valuable information, or actually give your opinion, could you please refrain from posting just to post. Oh and by the way, there is an introduction section it's just around the corner: Ok I admit it, I was pretty harsh, so, yes...
  17. xav0989

    insert.php help

    I just love when a new, or inexperienced user just asks a question, gives about the minimum information, that is, a summary of what he thinks is important, then waits and waits. Obviously, we can't help him if we don't know what is his real problem, but the user doesn't add information even...
  18. xav0989

    more multiple queries

    does the page still shows problems? If so, it is something with your variables (maybe doing = instead of .= ) or it's something with your control flow operators.
  19. xav0989

    mysql_query(select) result improperly empty

    Thanks for the fix, my eyes are relieved! ;):biggrin: So lets go for some basic troubleshooting. First of all, since you've changed mysql_numrows to the other one, it should be good, function-wise. My first recommended step is to set the query in a variable (if I have multiple queries, I put...
  20. xav0989

    Plain Template Help

    Since you are very specific about what you want, you should think of hiring a freelancer that could design your template for you.
Top