stbalaji2u Posted August 3, 2008 Share Posted August 3, 2008 Hi guys im learning php with mysql and like to do simple project to test my skill . can you tell some project that make use of php and mysql and not so extensive HTML because im not so familiar with HTML core programming. I'll be so glad if any projects that contain step by step tutorial. thanks... Link to comment https://forums.phpfreaks.com/topic/117918-tell-me-some-project-to-start-of/ Share on other sites More sharing options...
unkwntech Posted August 3, 2008 Share Posted August 3, 2008 It's fairly hard to build any decent sized project without HTML. A good place to start is to build a Blog, they are simple bits of code, however you will still have to have quite a bit of HTML. Link to comment https://forums.phpfreaks.com/topic/117918-tell-me-some-project-to-start-of/#findComment-606549 Share on other sites More sharing options...
JasonLewis Posted August 3, 2008 Share Posted August 3, 2008 How about a calculator? Not much HTML required there. Make it pretty advanced. Or maybe a Poll. Link to comment https://forums.phpfreaks.com/topic/117918-tell-me-some-project-to-start-of/#findComment-606571 Share on other sites More sharing options...
redbullmarky Posted August 3, 2008 Share Posted August 3, 2008 i've seen a few posts like this recently, so i'll ask the question now.... why are you learning PHP if you have no known need or reason for it? if you DO have a need for PHP, then that should be your project. Link to comment https://forums.phpfreaks.com/topic/117918-tell-me-some-project-to-start-of/#findComment-606597 Share on other sites More sharing options...
ardyandkari Posted August 4, 2008 Share Posted August 4, 2008 i started learning php to expand my knowledge...but i already knew html... if you dont know html, you should start there. it is simple, quick to learn, and there are tons of resources out there that will help you. just google "html barebones guide". that is a list of the basic tags and from there, just build. if you are going to use php for most things, you will need to know html...as was pointed out, that is not always the case, but the majority of functional php will use at least some html. Link to comment https://forums.phpfreaks.com/topic/117918-tell-me-some-project-to-start-of/#findComment-607404 Share on other sites More sharing options...
stbalaji2u Posted August 10, 2008 Author Share Posted August 10, 2008 Thanks friend for your sincere attention.. well i already started a project for a simple registration page and i understand all the nuke and corners of it .. but the problem is so silly that is the php coding is working fine and giving me the pre output and all just goes fine till i click the register button when i click the register button the php source code is again emitted in the browser i would like to say that i installed php through WAMP software and created a user other than root and created a database and tried to push the users data like username,password,ip etc (6 columns) and the data is not inserted to the database table .. Please help me guys did i need to change my php.ini file or any other config file or my apache ini file??? anyway please help me to get out of this problem if u can pls add me as ur buddy in gmail or yahoo its >>> stbalaji2u@gmail.com or stbalaji2u@yahoo.co.in or mail me to my gmail id thanks in advance i believe you definitely help me outta this problem. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/117918-tell-me-some-project-to-start-of/#findComment-612848 Share on other sites More sharing options...
ardyandkari Posted August 10, 2008 Share Posted August 10, 2008 post the problem and source code so we can see. Link to comment https://forums.phpfreaks.com/topic/117918-tell-me-some-project-to-start-of/#findComment-612885 Share on other sites More sharing options...
wildteen88 Posted August 10, 2008 Share Posted August 10, 2008 stbalaji2u you already have an open thread here. LOCKED Link to comment https://forums.phpfreaks.com/topic/117918-tell-me-some-project-to-start-of/#findComment-612927 Share on other sites More sharing options...
Recommended Posts