This is a discussion on [Newbie] Simple, bare-bones PHP/MySQL database examples? within the PHP Language forums, part of the PHP Programming Forums category; David Winter wrote: >>http://www.w3schools.com/php/default.asp >>Excellent tutorials with plenty of info ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
David Winter wrote:
>>http://www.w3schools.com/php/default.asp >>Excellent tutorials with plenty of info on a lot of different > > web-service technologies. > > Great tutorials in fact, but I found the sheer amount of "low level" > information a bit overwhelming. > > In the meantime, I have found phpMyEdit, which seems like a great > starting place. It seems to do a lot out of the box, and I will try to > move on from there. > Glad I could be of some assistance to you. Wish I would of thought looking into newsgroups for answers when I first started PHP :p might have gone easier, but then, perhaps not. -- Ron Chaplin =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= T73 Software & Design www.t73-softdesign.com To provide custom and quality software, designs and services, to our customers, at an affordable rate, with minimal delay. |
|
|||
|
I noticed that Message-ID:
<1105366311.072660.164600@c13g2000cwb.googlegroups .com> from David Winter contained the following: >> Start here: >> <?php >> echo 'Hello, World!'; >> ?> > >Gee, thanks a *lot* for this helpful answer. I hope that when you need >some advice in my area of expertise, you will find people as helpful >and friendly as yourself. Well you did say:- "(Let me first say that I'm a non-programmer/newbie asking for something very basic here, so every pro is welcome to roll his eyes in disgust ....)" Make your mind up. This group is not suited to such wide ranging questions. Where to start with PHP? Pedro answered that question - you start with Hello World like the rest of us. I run a 30 hour introduction to PHP course for non-programmers at a community college and I don't even touch MySql. I consider that to be intermediate level. Taking in programming, database design and normalisation, and SQL all in one go is too much for most people. -- Geoff Berrow (put thecat out to email) It's only Usenet, no one dies. My opinions, not the committee's, mine. Simple RFDs http://www.ckdog.co.uk/rfdmaker/ |