jmatulevich Posted February 8, 2010 Share Posted February 8, 2010 Being self taught and new to alot of this, I hope i don't bother you all too much... If anyone has a recommendation for a "How To:" I would be interested. Dallas, TX Jeff Quote Link to comment https://forums.phpfreaks.com/topic/191409-new-to-here-and-new-to-phpmysql/ Share on other sites More sharing options...
Mchl Posted February 8, 2010 Share Posted February 8, 2010 For a "How to" what? Are you looking for some general introduction to PHP and MySQL? Quote Link to comment https://forums.phpfreaks.com/topic/191409-new-to-here-and-new-to-phpmysql/#findComment-1009055 Share on other sites More sharing options...
jmatulevich Posted February 8, 2010 Author Share Posted February 8, 2010 i write very simple MySQL and PHP for our IntraNet... I use joomla, magento, etc for the webpages for the public. I would like to see how to do things a little more effectively. EG... I would take bits and pieces of code that function the way I want from many different posts and tutorials around and place it in my php in order to get it to function. I know that any professional would look at this code and say something like "OMG... why do it that way, when this is far less coding... ??" So a nice How to on MySQL and PHP5 building Databases and PHP from Scratch... Thanks Quote Link to comment https://forums.phpfreaks.com/topic/191409-new-to-here-and-new-to-phpmysql/#findComment-1009059 Share on other sites More sharing options...
jmatulevich Posted February 8, 2010 Author Share Posted February 8, 2010 BTW I do have many many years in HTML and Graphic Design. So this is just a natural expansion for me Quote Link to comment https://forums.phpfreaks.com/topic/191409-new-to-here-and-new-to-phpmysql/#findComment-1009061 Share on other sites More sharing options...
RussellReal Posted February 9, 2010 Share Posted February 9, 2010 there are a couple tutorials here on the site already, but TRUST ME you're going to learn ALOT better by coming up with a project you want to do.. be it something simple or silly.. get interested.. a tutorial will not keep you interested and give you a bunch of code which will just give you teh answers and will still leave you asking how most of the time... find a little project or think of a little project.. then when you need to figure out how to do something like.. get the length of a string (strlen) you browse php.net until you find a function that will do it for you.. and many times you will have some trouble finding the function.. in which case that is what forums are for.. helping you find your way either way, welcome aboard! Quote Link to comment https://forums.phpfreaks.com/topic/191409-new-to-here-and-new-to-phpmysql/#findComment-1009334 Share on other sites More sharing options...
jmatulevich Posted February 9, 2010 Author Share Posted February 9, 2010 i have written a couple of nice databases with php frontends... one is a vendor card which keep track of all our vendors with what they sell, locations etc etc... this is managable by our sales staff, I also but a product Spec Form and a Customer requirments forms... these are very interactive and function quite well... The problem now is I am on Different servers with php 5 and some of the functions that worked before like " Update Set" are not working. I can write to the DB but cant update. If i started this on 5 then i would read and research it to get it working, but seems all the stuff I find online is what made it work in 4.3..... Thats where I am ... in the 4.3 to 5 void!... lol Jeff Quote Link to comment https://forums.phpfreaks.com/topic/191409-new-to-here-and-new-to-phpmysql/#findComment-1009396 Share on other sites More sharing options...
Mchl Posted February 9, 2010 Share Posted February 9, 2010 'Update Set' seems more like SQL than PHP to me... Anyway, most of the PHP4 code should run on PHP5. Details on migration are here: http://php.net/manual/en/faq.migration5.php Quote Link to comment https://forums.phpfreaks.com/topic/191409-new-to-here-and-new-to-phpmysql/#findComment-1009574 Share on other sites More sharing options...
Zagga Posted February 28, 2010 Share Posted February 28, 2010 TRUST ME you're going to learn ALOT better by coming up with a project you want to do Great advice! It's exactly what I did and I have learnt so much more (and have a better understanding) than reading any tutorials. Zagga Quote Link to comment https://forums.phpfreaks.com/topic/191409-new-to-here-and-new-to-phpmysql/#findComment-1019534 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.