Search results

  1. M

    hi i am trying to create a form to send emails to people emails using the form. but cant get my...

    hi i am trying to create a form to send emails to people emails using the form. but cant get my php coding working does anyone have a scirpt which works to do this thanks
  2. M

    sql query

    at the moment i've just used xamp using their database i have my database fully set up with that linked to me site properly. i've not fully set up x10 as an ftp instead of local testing maybe i should try that
  3. M

    sql query

    At the moment i do currently use wamp with sql installed. I have the phpmyadmin database linked to the websiste currently,, the db is linked to the site properly but thats what i am having troubled with retriving the query results from the database.
  4. M

    sql query

    That dont work its going to be some silly debugging error that can't see. It may be the reason that the php coding, wont retrieve and display record from the database due to me using a local host to test the site. I might try a ftp tetsing server using x10 i set up see if it work using that...
  5. M

    sql query

    i tried that solution but still not displaying any records, i dunno what else could be done to solve this.
  6. M

    sql query

    thanks so what do u suggest to use to be able to display the reuslts other than the echo fucntion
  7. M

    sql query

    thanks i have found the parse error and solved the other problem howver when i upload page to testing server it has no errors but when i enter a name and submit the form, it displays no reuslts at all for that member name entered on the form for some reason.
  8. M

    sql query

    now its saying i have a parse error on line 275, not even next to the code next to the </body> for some reason.
  9. M

    sql query

    hi i am trying to use an sql query which when you enter enter first or last name which excists in the table table, it should search the db and show the results id, first name, last name, and contratced_hoursmon_am fields from the record in database matching name entered on form and name field...
Top