Any body can help me how to develop project with php & mySQL.
Any body can help me how to develop project with php & mySQL.
what do you need?
I'm sure someone here can but if you want help you'll need to:
1) Provide a brief summary of what your website will do
2) Gone through the tutorials available at www.w3schools.com
3) Provide an instant messenger contact address and what times you expect to be online (including timezone).
Hope to hear from you soon![]()
You can download php script for php & mysql & image upload & rating etc......
http://www.phpasks.com/
http://www.phpasks.com/ajax/simple_ajax.html
http://www.phpasks.com/ajax/ajax-login.html
http://www.phpasks.com/ajax/submit_form_ajax.html
http://www.phpasks.com/ajax/upload-image-ajax.html
http://www.phpasks.com/ajax/upload-image-ajax2.html
http://www.phpasks.com/ajax/upload-image-zip.html
http://www.phpasks.com/ajax/ajax_edit_in_place.html - like orkut
http://www.phpasks.com/ajax/crop-image-file.html
http://www.phpasks.com/rating/index.html
any other source code download here.
Free php script & ajax script download.
Maybe you can give us an overview of what you wish to accomplish in your PHP/MySQL project?
You should try using a CMS... will be a lot easier!
█ Xavier L | Community Public Relations Manager (Free Hosting Support)
█ Yes, my position is too cool to even exist!
█ How am I helping? Rate this post by clicking theicon below! (this is even better than "liking" a post)
█ Terms of Service | Acceptable Use Policy | x10Hosting Wiki
CMS are evil :nono: :naughty:
Forgive my ignorance - what does CMS stand for?
Code Managers? Computer Must Shutdown????
If Dreamweaver is a CMS, I like it - BUT - it does require some basic understanding of php and don't rely on it.
For beginners of php I would suggest the following:
Understand the working environment of php (i.e. MySQL back end database and php front end interface.
Get to grips with some simple sql queries (insert, update, delete)
Understand Recordsets
Tryout simple variable management. ($_POST, $_GET, $_SESSION)
Practice output with "echo".
Then the fun can begin!
Content Management System
but agree with the above
I don't like them because everytime I tried one I ended up making my own site from scratch because although there were many options, all those I didn't want were in the way and you have way more control over your own code than over something a bunch of people made for you and that will bug every time you try to customize something ;)