Jump to content

Recommended Posts

I wouldn't recommend access frankly, it's not very good on multi-user if anything more than 50 want to use the site at once.

Is she hosting it herself? If not then very few ISPs (internet service providers) will support it either as it doesn't sit very well on IIS (microsoft's web server) and most tend to go unix/apache anyway.


MySQL is usually the way for internet sites and is completely free too. Any idea what she used to create the site?

PHP, ASP, ASP.NET, ruby on rails etc?


Let me know if too much techy speak.

(techie talk warning)


I'll second Mockney on that, if they have a website already try and use MySQL as the database as I find it's brilliant for websites (this forum uses it). Transfer the data over from Access into MySQL if possible and use just the latter as a database, although if the data has to be in Access then she could set up an ODBC connection between the two databases. Not particularly sexy but it'll work.


As to how to connect using PHP and MySQL you can use mysql_connect() function to say something like:




have a read of something like this http://www.freewebmasterhelp.com/tutorials/phpmysql


Feel free to get them to send me a Personal Message if they need more help

Mark's given you some real code, mine was more generic, but hope we've somehow helped

*edited due to mark writing much more useful answer*


Well no real simple answer.


Basically you need a web server to run some sort of scripting language. PHP seems to be the most common on t'internet.


Then you need a grasp of this language in order to take the info posted by the web user and put it in a database.

The connection isn't physical (well it is, but I'm not helping) it's done using software concepts.


So she'll need to do something like


connectionString = "stuff thatdescribes databse type and place"

putDataInDatabaseCommand = "INSERT INTO userDetails VALUES (%s, %s)" % username, userpassword


conn = DBConnection(connectionString, username, password)

cmd = DBCommand (putDataInDatabaseCommand)


conn.execute (DBCommand)


and this will be executed by the web server.


Does any of this make any sense?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Latest Discussions

    • I watched this BBC expose on the news a week or so ago and wasn’t surprised at what they found although ii’s shocking when you see what the Police uncover. The amount of nail bars in London appearing almost daily is also cause for concern. What I can’t understand is the places that were raided had thousands and thousands of pounds of unpaid gas, electric etc bills. 
    • GPs are general practitioners, hence the name; they are not specialists.  Specialist doctors only work in hospitals.  Each GP surgery has a catchment area; you cannot just choose a GP because you think they are the best match for your health condition, you have to be in their catchment.  If you are not happy with the one you are currently with, ring round the others nearby and find an alternative who is able to take you.  Then, work with your hospital clinic and the GP together to maintain your health. As an aside, I have a chronic autoimmune condition and have had no problems with the shared care of my GP (The Gardens) and hospital consultant ( I am under Prof Heneghan).  I visit the clinic twice a year, they advise my GP of any changes and the GP does my prescriptions (which include a controlled drug) and my blood tests in between.  When there has been any queries about compatibility or suitability of a treatment, the GP contacts the team at Kings for advice.  The system works perfectly.   Good luck with your change of GP and give them any hospital letters when you sign up.  A GP along cannot manage your condition, so you will need to ask your hospital specialists to set up a new shared care agreement with your new GP (this has to be done this way; a GP cannot set that up).     
    • How can one have the confidence that it is not the barista cutting your hair and the barber making your coffee? 
    • We went as a family of four in October. Flights were OK (Cathy Pacific, in their January sale) and accommodation was relatively expensive in Tokyo (definitely not £30 a night) but food/drink/transport/shopping were way cheaper. Easy to feed four of us in an izakaya for £40 including drinks. Shops like muji & Uniqlo half the price they are here. We ended up needing to buy an extra suitcase. Was an incredible trip 
Home
Events
Sign In

Sign In



Or sign in with one of these services

Search
×
    Search In
×
×
  • Create New...