21 Jun Fitness Advisor Posted by Ray | 2 Comments
Can anyone please tell me if it is possible to use PHP without MySQL for a simple website which only requires a booking form for a small B&B? Also can I add MySQL at a later stage on the same website after it has been registered?

Does anyone know any better and reliable Hosting company for my site? I have been with 1n1 and i think it is time to change lol. I am intending on starting a social network site ta...

Ray

2 Replies to "Fitness Advisor"

Stuart Riches June 22, 2012 at 12:28 pm | Reply

0

Yes, it is entirely possible to create an entire PHP website including a booking or contact form that does not require a MySQL backend. http://www.waypoint-consulting.co.uk is built in PHP and does not use a MySQL DB as it does not need one.

To your 2nd question, its also a Yes. A MySQL database can be added to an existing site, although how much change is required to the site will depends on exactly where the database will be used. For instance, if it is only required to add some new functionality that exists on a single page, then all the other pages could well be unaffected by it.

On the subject of hosting companies, much will depend on the nature of the site in question - if its a fairly small site, with a limited number of visitors, then most shared hosting providers will work. However as traffic or complexity increases, then you will want to start looking at alternatives such as a VPS, Cloud or dedicated server. I would always recommend avoiding shared hosting for eCommerce sites, as your security can be undermined by the other people sharing your host, and this is something you have no control over. If you do go down the VPS/Dedicated server route, start with monthly contracts, as it is then easier to change providers if the one you choose doesn't quite deliver what you need.
Ray June 27, 2012 at 12:43 pm | Reply

0

Stuart thanks a million for such a brilliant advice mate, well appreciated. Thanks a lot
  • 1


Please be polite and helpful and do not spam or offend others. We promise you will be treated the same way.

Log in your free account or if you still haven't joined our Webmaster Community Reward Program, you can create your free account now.

Posting tip:
if you use code in your comments please put it in these tags [php], [sql], [css], [js]
PHP code example: [php] echo date("Y-m-d"); [/php]

Thank you,
~ PHPJabbers team ~