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

    • Thank you, Pugwash. That's really useful information. Do you know who was responsible for the locks and keys, or which council department? Could you PM me if you don't want to put someone's personal details on here?  It may save me having to speak to Monica. Thanks.
    • Does anybody know why? Trees aren't cut down for no reason. There must have been something wrong with it (I hope that was the reason). A child was recently killed and another one injured when a tree fell in a park (not in this area). It isn't always obvious from the outside when a tree is diseased or whatever, and I imagine the council would give safety considerations priority when deciding what to do, if there was any doubt at all.
    • It looks like they have cut it down completely now 😭
    • Different people will be  involved within Thames Water. The people dealing with the leaks aren't the people encouraging less water usage. How many people have reported the Barry Road leak? By what channels? What response have they had? When we had a leak in our road which meant we had no water, several people reported it, there was good communication with TW, they explained why they couldn't come out immediately (other urgent jobs elsewhere in the area) , kept  in touch with us and fixed the leak within a reasonable timescale (hours). Someone from TW also contacted me later to make sure my water was back. But does Thames Water know about it? They aren't psychic (I presume). If nobody reports it, I also presume they won't even know the leaks are  there, unless they have some kind of central monitoring system which tells them when there are leaks in the system. To make it clear, I am not defending Thames Water as a company, which I think should never have been privatised.  But there are some things they can't be blamed for (old and disintegrating water pipe system in London) and some they can (possibly, lack of sufficient staff to deal with leaks, maybe due to trying to save money to give their shareholders more. But this is just surmise on my part - I know nothing about Thames Water).
Home
Events
Sign In

Sign In



Or sign in with one of these services

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