Latest Forum Posts
[VIDEO] Tales Of The Jedi
last post by Par Mizan
Mr Bates vs The Post Office
last post by Par Mizan
[VIDEO] Shardlake
last post by Par Mizan
Icons of Football on IPlayer
last post by mbilko
So... what are you playing just now?
last post by Par Mizan
My Adventures With Superman
last post by admars
The All New Doctor Who Thread...
last post by Par Mizan
Grok?
last post by Snaps
Arsenal 23/24 season
last post by Snaps
[VIDEO] The Outlaws
last post by admars
Beetlejuice Beetlejuice
last post by Snaps
The Pie Thread!
last post by Jitendar Canth

Page 1 of PHP, ASP and MySql

PCs & Mobiles Forum

PHP, ASP and MySql

Saruman (Competent) posted this on Sunday, 7th December 2003, 18:16

Hi,

I`m wanting to learn how to create websites using databases.

Which is the easiest to pick up for someone with NO programming knowledge?

Asp or PHP? MySql or Access for databases?

Thanks in advance.

RE: PHP, ASP and MySql

Miles (Elite Donator) posted this on Sunday, 7th December 2003, 19:34

Personally I found PHP to be very easy, whereas ASP I found a little more tricky.
Sites like www.php.net are great with the online manual, and there are loads of "Teach yourself PHP" websites

For the DB side, MySQL is much more of a `proper` DB (apart from the relational database aspect - ie no integrity constraint options), but, providing you code your SQL properly then there should be no worries on that.

I also found that if you write your PHP pages to use the ODBC connection parameters instead of the MySQL ones, then you can easily switch between different types (Access/MySQL etc.) of databases - with sometimes just a few minor formatting changes for the SQL (date functions mainly)

I`ve written about 3 websites now for various IT teams where I work (even though my role is completely different!) - and they all work really well using the PHP, MySQL (via ODBC) & Apache on Win2K setup

The major benefit of MySQL is that it`s free - and there are loads of hosting services that will host a MySQL DB, but not so many that will handle the MS Access side

Hope that`s of some help
Miles



"I didn`t lose my mind, it was mine to give away"

RE: PHP, ASP and MySql

Wad (Elite) posted this on Sunday, 7th December 2003, 20:08

Do you know any html ? I`d start there if not. ASP.NET is pretty cool as well, definately worth a look.

RE: PHP, ASP and MySql

alfie noakes (Elite) posted this on Sunday, 7th December 2003, 20:42

I use PHP an` all and find that it`s not too bad (for a ham fisted programmer like me). I believe that you can get free web hosting with http://www.tripod.lycos.co.uk/ which supports PHP.

If you`ve genuinely got absolutely no programming knowledge, like Wad, I would recommend that you learn a bit of html or you`ll be lost.

Go back to PCs & Mobiles Forum threads, or All Forum threads