Jump to content
xisto Community
mrdee

Can Anyone Advise Me? Interactive web design

Recommended Posts

Hello,

 

I desperately need to learn more about PHP and MySQL to develop interactive (database driven) websites.

At the moment I have to rely on scripts I get off the Internet, some are great, some are rubbish. but no matter how good they are, they are never 100% the way you'd like them to be.

And then, if you don't know enough PHP to adjust them to your own needs, you're obviously stuck.

 

Is there anyone who can advise me of a good starting point?

I have tried some online tutorials, but some of them are very confusing or even contradict one another.

I have got "PHP & MySQL for DUMMIES" by Janet Valade, but if that is for dummies, then I gues these days you need a PhD in dumminess to be really called a dummy.

I also have"Build your own database driven website using PHP ans MySQL" by Kevin Yank, that is lots easier to understand, but starts with the basics, and then all of a sudden goes in feet first.

So, is there any one who could advise me regarding step by step help for the absolute beginner?

 

Any help will be very much appreciated.

Share this post


Link to post
Share on other sites

Question: what level of knowledge do you have now? Can you at least read and interpret a php script? Before you jump into MySQL, I suggest you have a decent understanding of the workings of PHP. And that means being able to look at scripts and see what they do and how, even if you don't know exactly what each function does.The php.net site is a great reference for that. You need to be able to find things there to discover new functions, and match them to what you are attempting to do. Best way I know of to learn a new language is to write a script or two. If you have done any previous coding, re-write the script in php, for instance. If you are new to coding, start simple.One good source might be the Learn in 24-hours series of books. Learn php first, then add the mysql stuff.I learned buckets full of stuff from Larry Ullman's books. I have several of them, and once you know some php, they are great books to learn mysql and how to write php code for web sites using mysql.Download and check out some scripts from hot scripts dot com and see if you can understand them by reading the source code. Same with the scripts in the Xisto Tutorial section. Look at a script and figure out what is going on, understand the logic flow and the functions the author uses and why that particular one is being used.Do you have a copy of php and/or mysql on your local machine? I suggest Xampp or Easyphp. Download and install one of those. Xampp includes the mysql server, not sure if easyphp does.This should keep you busy for a few days...

Share this post


Link to post
Share on other sites

Hello,Thanks for your advice.This is what I have at the moment:PHP Version 5.2.2System Windows NT SERVER 5.1 build 2600Build Date May 2 2007 19:17:46Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"Server API CGI/FastCGIVirtual Directory Support enabledConfiguration File (php.ini) Path C:\WINDOWSLoaded Configuration File C:\Program Files\PHP\php.iniPHP API 20041225PHP Extension 20060613Zend Extension 220060519Debug Build noThread Safety enabledZend Memory Manager enabledIPv6 Support enabledRegistered PHP Streams php, file, data, http, ftp, compress.zlibRegistered Stream Socket Transports tcp, udpRegistered Stream Filters convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, zlib.*Zend logo This program makes use of the Zend Scripting Language Engine:Zend Engine v2.2.0, Copyright © 1998-2007 Zend TechnologiesIs that any good?Thanks.

Share this post


Link to post
Share on other sites

yup, looks like it will work.Have you figured out how to view a script in your browser be using localhost? and do you have a mysql server with that?

Share this post


Link to post
Share on other sites

yup, looks like it will work.Have you figured out how to view a script in your browser be using localhost? and do you have a mysql server with that?

Yes, I know how to do that.
LOCALHOST/whatever folder/whatever script.
As well as on my web server I have MySQL 5 on my local PC.
Thanks.

Share this post


Link to post
Share on other sites

If you wanna learn PHP, I could recommend you http://w3schools.org//?gtnjs=1, there are AJAX, JavaScript, HTML, CSS, PHP, and bunch more beginner tutorials :P

Thanks, but when I went there, it looked suspicously much like one of those domain squatter sites.All they do is try to sell you stuff of which the quality yet has to be proven.
I have heard of the w3schools before, but are you sure you have sent me to the right site?

Adjustment:
After having a look, I found it should most probably be .com rather than .org, this took me to the site I have come across before.
Edited by mrdee (see edit history)

Share this post


Link to post
Share on other sites

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

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.