Jump to content

DeanWhitehouse

Members
  • Posts

    2,527
  • Joined

  • Last visited

Everything posted by DeanWhitehouse

  1. On a live site, you should turn off errror reporting and/or make your own custom ones.
  2. I have explained what the error means.
  3. Well then you will have to change your code, you will have to rely on people to use there own common sense, and i would just turn off error reporting on that page error_reporting(0); or if(!isset($var)) { header("Location:page.php"); }
  4. yes, and if you read it $id = $_GET['id']; There fore it would be $id = ; And it would in result be undefined. But when i wrote it, i thought he should of realised what i meant.
  5. If you think that what i said was acting like a jerk, then you need to read what i said again. It was a question, if you took it wrong thats your problem.
  6. It means the var is not defined. And how is it a security issue? There is nothing different except the error.
  7. $id isnt defined, make sure it is.
  8. Well if you removed [] then it should have no errors,
  9. You think that something will inject your site through you connectin to the database ? lol, seriously?
  10. So... Please don't do it, it will encourage others to post in the wrong place. And ass kissing won't get your answer faster.
  11. They mean that the variable or whatever is undefiened, e.g. $var = ''; echo $va;//is undefined
  12. why are you doing [] on the end of the url?
  13. Then why post in PHP Help??? Please make sure you post in the right place. It's not hard.
  14. What's wrong with this way of connecting? Has your connection been intercepted, and what does this have to do with OOP (as BillyBod said), there is no point in overcomplicating the connecting to the db.
  15. Try removing that elseif statement.
  16. Where is your attempt at error checking? Echo the vars, check if they are correct, add error_reporting(E_ALL); to the top of the page Please even try and fix it your self
  17. It can go anywhere just people put it nere the top because they will try and call the function before they have defined it.
  18. Lol, no you don't need to call session_name or session_id, you just need session start. But if he can post his full code with the errors he may get a faster/better answer.
  19. Yes, and it would if you knew the answer
  20. How do i make a WAMP server run as a web one? Is it already, i dunno. Thanks, Blade P.s soz if i posted in the wrong place
  21. I didn't read much, more skimmed
  22. I did, i looked in the PHP 4 to PHP 5 section and under domxml_new_doc() function, couldnt see it.
  23. Is there no alternative?
  24. No one know this either?
  25. Give them a link to the page, they must have some sort of technical support who will then look at it properly.
×
×
  • 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.