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 have lost my black Nokia phone. Somewhere in Ashbourne Grove towards the shops. If found please send a Whattsapp message on: 07983333412. Thank you
    • A couple of interesting - albeit anecdotal - letters to the Grauniad today about what I think is more useful question about private schools' conduct and response as institutions, and whether they have changed in the interim. Excerpt: the private schools which were built to train young Englishmen for empire-building were deeply racist even in the 1980s. Mine had a quota for the maximum number of Jewish pupils... I say this not to defend Farage, but to point out that he – and many others from a similar background – were schooled in an environment that condoned or even encouraged blatant racism, while also equipping the pupils with the swagger, charm and polish to make others feel inferior and admiring of them. To see him in isolation is to miss the nature of the sorts of institutions that educated him, and the damage they do. I’m sure the schools will say they have changed, and I hope they have, but while they continue to educate their pupils to believe they are better than others, there will be plenty more where Farage came from. The Dulwich College "rape culture" allegations certainly seem to be consistent with an institutional culture of making its pupils feel better than others - albeit girls and women in those cases rather than Jews and Muslims. https://www.theguardian.com/politics/2025/nov/26/racism-claims-against-nigel-farage-are-no-surprise-to-us
    • 1) local government and central government are both just different parts of government 2) if anyone is stuck in the nightmare position of having an unsaleable £2m house in Dulwich, don't suffer in silence. Reach out to me - I'll buy it from you next week for £1m. The community is ready to rally around and support you! 🙏🙏🙏
    • Despite making over £500k gain for doing nothing other than living in the house I bought, this budget is barely affecting me at all.  Meanwhile I watch under 30s struggle to afford rent in shared houses while I look back to the happy days when us boomers could buy a two bed flat in East Dulwich on a single salary.  It's stupidly unfair, and the only way to make it fair will be for the government to redistribute some of this unearned wealth - otherwise, just wait till the angry Millennials get into power.  A property tax seems like the fairest way to do this.    p.s. I was expecting that the Government WOULD put up property taxes on houses like mine.  Maybe they will one day.  Seems fair to me.
Home
Events
Sign In

Sign In



Or sign in with one of these services

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