adorablepixels07 Posted March 12, 2007 Share Posted March 12, 2007 I am really wanting to learn how to design my own html/php mysql type forms and such, I found me some books one for php & mysql for dummies and another one , what would anyone here suggest? also is there a certin program I will need to do the actual coding in or can it be done through frontpage or notepad, or to even run php, ive been doing html along time and i wanna advance and learn more. id appreciate any and all help or ideas thanks Quote Link to comment Share on other sites More sharing options...
TCH-Bruce Posted March 12, 2007 Share Posted March 12, 2007 The dummies books are quite good. You can also test your PHP on your own machine if you download XAMMP. It will also run from a USB thumb drive. Quote Link to comment Share on other sites More sharing options...
adorablepixels07 Posted March 12, 2007 Author Share Posted March 12, 2007 The dummies books are quite good. You can also test your PHP on your own machine if you download XAMMP. It will also run from a USB thumb drive. ok so i will need to go and get the php & mysql for dummies and now when i do the coding do i need a special program to do the doe in or can i use 1 notepad or 2 frontpage? and that prog u suggested what is that? cause i know my hosting has php as well so i could test it as well by uploading it to my cpanle right? Quote Link to comment Share on other sites More sharing options...
Rednarb Posted March 12, 2007 Share Posted March 12, 2007 There's about a bazillion tutorials on the 'net on PHP. But I really like to have a book to reference when it comes down to learning something. A little while back I picked up PHP in Easy Steps and loved it. An excellent beginner PHP and MySQL book. Its a couple years old now but the info is still current however some of the mysql stuff has been replaced with advance commands. http://search.barnesandnoble.com/booksearc...N=9780760747865 G'luck. Quote Link to comment Share on other sites More sharing options...
adorablepixels07 Posted March 12, 2007 Author Share Posted March 12, 2007 (edited) what all have u done in php form? i wanna just do a simple type form where if a member joins my site they can enter there name, paypal info and so forth , kinda like amember pro . which can be looked at amamber.com something to there affect is what i wanna do but own my own instead of using someone elses stuff, oh that book is no longer in stock Edited March 12, 2007 by adorablepixels07 Quote Link to comment Share on other sites More sharing options...
TCH-Bruce Posted March 12, 2007 Share Posted March 12, 2007 You are reinventing the wheel. There are member scripts out there. There are CMS packages that do it natively. Storing credit card or paypal information unless it's secure is dangerous. Quote Link to comment Share on other sites More sharing options...
adorablepixels07 Posted March 12, 2007 Author Share Posted March 12, 2007 You are reinventing the wheel. There are member scripts out there. There are CMS packages that do it natively. Storing credit card or paypal information unless it's secure is dangerous. explain meaning cms scripts what u mean , im new at this and have been doing alot of reading on php and so forth, amember pro is a html/php mysql database form that is installed and when someone joins the site to be a paid member they have to fill it in and when its submitted the form directs them to paypal unless the site owner reconfigs the coding. see what im asking, ive talk to alot of people they said i can do the same id just have to by the book and read up on it more. Quote Link to comment Share on other sites More sharing options...
TCH-Bruce Posted March 12, 2007 Share Posted March 12, 2007 CMS stands for Content Management System and you can demo many of them at OpensourceCMS. Quote Link to comment Share on other sites More sharing options...
adorablepixels07 Posted March 13, 2007 Author Share Posted March 13, 2007 i dont wanna demo anyones stuff, thats why i wanna crate my own php/mysql/html script, im really wanting to do something similar to that amember pro, if u go to there site it does give u acess to a demo page to see what im talking about.... Quote Link to comment Share on other sites More sharing options...
TCH-Andy Posted March 13, 2007 Share Posted March 13, 2007 Yes, they give you a demo there - so that you can see what the code is like when running. If you find one that you like, then you can download the source code, and run it on your own domain / account. Quote Link to comment Share on other sites More sharing options...
adorablepixels07 Posted March 13, 2007 Author Share Posted March 13, 2007 i dont wanna demo anyones stuff, thats why i wanna crate my own php/mysql/html script, im really wanting to do something similar to that amember pro, if u go to there site it does give u acess to a demo page to see what im talking about.... i really wanna do my own php/html/mysql stuff Quote Link to comment Share on other sites More sharing options...
TCH-Bruce Posted March 13, 2007 Share Posted March 13, 2007 There is nothing stopping you from doing your own. I was only trying to point out that you were going to be doing something that's already been done before. You will have learn how to code in PHP and MySQL. I was trying to save you some time and headache. I program for a living and I would use an already built script over creating my own to save time. Quote Link to comment 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.