Search results

  1. xPlozion

    [REQ][300] Need someone to finish up a comment box script

    working off of the original code i posted above, this also displays comments above the comment box <?php mysql_connect("localhost", "cpuser_dbuser", "password"); //practice placing your db information in a non web-accessible directory mysql_select_db("cpuser_dbname"); // such as the parent...
  2. xPlozion

    [REQ][300] Need someone to finish up a comment box script

    the php code you would put in the page that you want to have the comment box on. I don't know where you want the comments results at, but I'll do that tomorrow, as it's late, and i have to get up early tomorrow. -xP
  3. xPlozion

    [REQ][300] Need someone to finish up a comment box script

    Sorry about the late response. I didn't want to leave XP because of Google Chrome, and linux is where I develop everything. Try this:<?php mysql_connect("localhost", "cpuser_dbuser", "password"); //practice placing your db information in a non web-accessible directory...
  4. xPlozion

    Google's Browser Project, 'Chrome'

    Wow, I'm on XP right now, and I LOVE Google Chrome!!! It's so fast compared to Firefox, and I've only got 3 plug-ins (adblock, web developer, and html validator). I'm all about speed, and this is what I've wanted in a browser. I got a Core 2 Quad about a month ago, and firefox hasn't sped up...
  5. xPlozion

    Free Software Suggestions

    :D Google Chrome is AWESOME!!! Software Category: Web Browser Software Name: Google Chrome Software Desc: Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier. Software Url: http://www.google.com/chrome
  6. xPlozion

    [REQ][300] Need someone to finish up a comment box script

    Re: [OFF][300] Need someone to finish up a comment box script Do you have any code to work off of or is it all being built from the ground up? I can build one for you if you need it built. Also, do you have a defined table for the comments? What other features do you want? Do you want an...
  7. xPlozion

    New to PHP and very confused...

    Thanks, I've been programming w/ php for a few years off and on. Add to it that my site is completely built around PHP/mySQL (very little static content)... Are you quick replying? Go advanced and you should see it...
  8. xPlozion

    How do YOU feel about having kids?

    idk, i just don't have the passion and patience for them. I've got a nephew (2.5yrs old) that I see every day (he comes over until his parents pick him up), but I don't think that I'll be able to have the patience for him 24/7. That and I'm not much of a father figure, nor do I want to be...
  9. xPlozion

    [OFF][500 CREDS] Timezone issue

    Thank you, but I'd much rather have the laptop ;) +REP -xP
  10. xPlozion

    How fast is your internet?

    hmm... I've got to call them anyway, the TV boxes in the house are acting funny. Ondemand is very slow at times, picture pixelates, guide can be cumbersome too, to the point that it takes several seconds to open it up... but I'll try to keep that in mind when I call them :) +REP
  11. xPlozion

    [REQ][250 credits]switching content with mySQL

    hmm, if you don't mind, can you provide the code that you are trying to insert into the db? it could possibly help out debugging it, so we know whatelse is causing it to malfunction... -xP
  12. xPlozion

    [OFF][500 CREDS] Timezone issue

    I can use a laptop ;) I found what you were looking for (I hope) <?php echo strtotime("08-09-02T22:07:31+01:00"); //In the format your JS d/t picker is ;) returns 1220389651 // check the output here: http://krijnen.com/time.php which prints // M:09,D:02,Y:08,H:21,M:07,S:31 since your currently...
  13. xPlozion

    New to PHP and very confused...

    Glad you got it working and learned from here. You can close your own topics in this section (when you post, towards the bottom of the page, there's a checkbox to close the topic). Also, please give credit where due (as rep) ;) Until next time, -xP
  14. xPlozion

    PHP setcookie problem...

    A mySQL connection should not affect cookies, I deal with login scripts a lot. It could possibly be from the variable $cookiedata is enclosed in "quotes". I remember having funky problems like you are having above. PS. If you're using Firefox, download Web Developer toolbar if you haven't...
  15. xPlozion

    [REQ][250 credits]switching content with mySQL

    hmm, I wonder why Zend Studio never picked that up?
  16. xPlozion

    How fast is your internet?

    Speakeasy: Download Speed: 15469 kbps (1933.6 KB/sec transfer rate) Upload Speed: 1847 kbps (230.9 KB/sec transfer rate)
  17. xPlozion

    Google's Browser Project, 'Chrome'

    :( XP/Vista only... oh well, they'll have a linux release eventually... :-/
  18. xPlozion

    How do YOU feel about having kids?

    Also, I read somewhere and I totaly agree with it. One person said on another site that being child free isn't selfish, but making children is, because you want them to be a mirror image of you and your significant other. They went on to say that if you want kids and not be selfish, then adopt...
  19. xPlozion

    [REQ][250 credits]switching content with mySQL

    Thank you, there was one problem I noticed w/ my script (where i had mysql_real_escape_string, it was escaping a different variable than what was being sent into the db), but it's fixed now. When you posted for the first time, was the only error in the code in the query where it said LIMIT 1...
  20. xPlozion

    [REQ][250 credits]switching content with mySQL

    Sorry about this mess, I thought you were having problems trying to parse it, not submit it x-P. try <?php // Insert HTML into database :D This is just the basics to make it work. You can add more to this if you have the desire to if (!empty($_POST['gcode'])) { // Just make sure that your...
Top