Recent content by surfcity

  1. S

    You don't have access... 403 Forbidden

    Trying to get a script working. Got over most of the issues posted in another thread. However, have new ones that cropped up that I can't figure out. From reading other posts with similar issues, assuming it is a security issue of sorts. At first, one of the pages constantly loaded and reloaded...
  2. S

    Form Input Won't Post/Update to SQL Database

    That may be it. I know the globals had to be "on" elsewhere. Was going to give it a try but noticed that the code already has a "method=post" in the form coding. Doesn't that accomplish the same thing? (it's the last few lines of code listed in the original post): <form action=install.php...
  3. S

    Form Input Won't Post/Update to SQL Database

    The $adminpass is not being set anywhere that I am aware of. It is acting more as a check for the if/then condition in the code posted above. $adminpass is used in the form input to set the admin password in the sql database. If the script sees that the form was already completed, then adminpass...
  4. S

    Form Input Won't Post/Update to SQL Database

    To catpx10: I found it very difficult to paste the script into the query but did manage to type it in manually (minus the conditional statements and notification to user that it was created successfully via a return webpage). After catching a few typos I was able to get the query to populate the...
  5. S

    Form Input Won't Post/Update to SQL Database

    I tried downing PHP version to 5.4. No change. Also tried another script (once again works without any modifications on another hosting platform). Thought I was getting somewhere when the main admin page came up but not only is it behaving the same (not updating the sql database with form input)...
  6. S

    Form Input Won't Post/Update to SQL Database

    Thanks for the response I have to admit I am by no means an expert. Ran the query changing variables to constants and ran with no error within PhpAdmin. Also compared the host where the script runs to the PhpAdmin settings/versions. Seem to be almost identical with the exception of the...
  7. S

    Form Input Won't Post/Update to SQL Database

    I have a script which worked on another hosting platform but will not work with x10hosting. Forms within the script are used to create new users, etc. that post and update to the sql database. Currently, the form shows on the page along with the button to post/submit. What should happen is an...
Top