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 highly recommend Fernando. He did an excellent job cutting down  overgrown and prickly shrubs. It was a difficult job but he was so calm and polite throughout. Fernando is delightful to have working in your garden and is an incredibly efficient gardener He was excellent at communicating prior to the job,reliable and punctual. I will use his services again in the Autumn.
    • 🤣 Yes, I can't imagine they'd thank you for that. Sounds like keeping the car is probably the right thing for you.
    • That ULEZ check is not necessarily accurate, as someone pointed out above. I did it ages ago. I don't cycle. I got a bike, had a space in a bike shelter (in fact requested one on our road), had a disastrous lesson from someone who appeared to think I was about nine years old, fell off and gave up. A refugee now has my bike and someone else has my space in the shelter thing. Our tent is too big to easily take on public transport, let alone all the other stuff. If you travel light, good for you, but my backpacking days are long gone, as are my days of happily sleeping in a tent I can't stand up in! I didn't know about this zip car point to point option. Is that to anywhere in the UK? Thanks but I did all the sums when I decided to keep the car, and the convenience for me outweighed the obviously considerable annual  cost. I don't think an Uber driver would be very happy to convey things like bags of smelly compost to my allotment 🤣 Which I can take on the bus but it's somewhat embarrassing 🤣
    • If you think about the amount you spend on keeping and using a car and how infrequently you use it, you might be better just getting the occasional Uber. We often underestimate the cost of owning a car, as opposed to using a cab. There is actually a name for it in Psychology ('the taxi meter effect'). It's likely you're spending at least £1000 - £1,500 a year on keeping a car (£500 on insurance, £200 on MOT and service / repairs, £180 on VED, Then the ULEZ fee each time you use it, plus fuel, plus depreciation... maybe minimal in this case). If you put that in a separate 'pot' and used it to cover the occasional Uber, you may find your needs more than covered. 
Home
Events
Sign In

Sign In



Or sign in with one of these services

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