Search results

  1. shopx102

    Account Access

    Hi, I tried to login to my account but I got this message: We've detected that a proxy or VPN is being used to access your account. This may be because I'm accessing my account from my work where there is a proxy. I may not need the account anymore and was thinking about closing the account...
  2. shopx102

    Any idea why my database inserts are playing up?

    I understand that using MySQL is not ideal, but that's the version that's working for me right now. I'm going to keep working on this though. Thanks for your help. I couldn't have gotten this going without it.
  3. shopx102

    Any idea why my database inserts are playing up?

    I found out something about this. The newer version of the MySQL statements (mysqli) don't make the interactions with the database. I changed my code to the old version (MySQL without the I) and the inserts are working now. But, I get an error message on the front end saying that the MySQL...
  4. shopx102

    Any idea why my database inserts are playing up?

    Ok, so the var dump showed that the POST included the correct values for the strings, but there was no record of the file. There's a file upload as part of this insert and the name of the form input is not part of the var dump (obviously there would be no value recorded when the name is not...
  5. shopx102

    Any idea why my database inserts are playing up?

    I'm fairly sure that the variables should contain what they're supposed to. I suspect that's it's probably not because of the new mysqli statements, as I'm connecting to the database using those. I changed the variables, but that doesn't seem to have fixed it either. I'm not sure if it's...
  6. shopx102

    Any idea why my database inserts are playing up?

    I tried to manually insert and it worked, though I had to change the values from variables to strings. I AM using 'localhost'. Should it be something different?
  7. shopx102

    Any idea why my database inserts are playing up?

    Hi, I'm just wondering if anyone might have any idea what could be causing some odd behavior in my code? I've uploaded files that make a basic GUI, so basically just a CRUD system to manage news items. However, the system was working in development but it's behaving oddly now that it's uploaded...
  8. shopx102

    Find database connection details

    Thanks. Got it working now.
  9. shopx102

    Find database connection details

    I've set up a database but the software I'm installing needs to know the details like the host, username, password and database name. The host is set to localhost which sounds about right and the database name is obviously the one I gave it. Where do I find the username and password details, though?
Top