ddwyer
Aug 6 2004, 07:07 PM
| | Hello All,
I am learning PHP. I have been reading several tutorials and such but what I am wondering is this: is there a site that recomends simple project programs to practice your coding? Or can someone recommend a few programs I could write to get better. Kind of like learning it in school - after you learn it, you get an assignment to go practice it.
Thanks, Dennis |
Reply
Argosoft
Aug 6 2004, 07:15 PM
 woow.. that would be very useful! i'm interested too... if someone knows any site of this kind... it would be very appreciated
Reply
Roly
Aug 6 2004, 08:40 PM
Try making a chat. First make it so it records data in a file. THen after a while change it to a mysql database which will require you to know another language >_>
Reply
Xenon
Aug 7 2004, 02:02 AM
Then you will have to get a book on learning php and attend a course. That's the best way to learn since you will get assistance from instructors and they will perform assignments. But when self learning (as I did) you will mostly have to rely on tutorial sites. First get a glimpse what php is through one of those tuts out there. I'll recomend http://www.w3schools.com/php/default.aspNext start to write a simple code, don't panic if it doesn't work as you intend it to be. Trial and error make the best programmers. I'll think adding the include function to a html/php page is the best first practical to get your hands on. Something like this. CODE <?php include("hello.php"); ?>
Next you may try something advanced.Try defining databases like this CODE <?php
$host = "localhost"; // database host $user = "root"; // database username $pass = "blabla"; // database password $db = "yourdb"; // database name
?>
Now you will be ready to write a simple news script. Try create a form and use a php script to process data and add to a database. Then another script to recall data. News scripts are the simplest scripts for beginners. Last time for blasting. You can write polls, email systems,rating systems or maybe forum scripts. As I said before the key is Trial and Error Well here are some more links. http://www.php.net/tut.php the official one http://www.gimpster.com/wiki/PhpTutorialhttp://hotwired.lycos.com/webmonkey/progra.../tutorial4.htmlhttp://www.hotscripts.com/PHP/Tips_and_Tutorials/http://codewalkers.com/tutorials.php Here are the advanced stuff. You will find some great practical examples. http://www.spoono.com/php/tutorials/http://webreference.com/programming/php/ 
Reply
hatebreed
Aug 7 2004, 08:11 AM
@Xenon thanx for the links
Reply
cnfir
Aug 7 2004, 09:23 AM
oh my god, there's so many Englishes............ i didn't understand a word!!!!! what could i do??? when i asked the programmer, the also gave me the URLs.... but i can't read..... help...
Reply
SilverBoarder
Aug 8 2004, 06:36 PM
THanks Dude Those sites are awsome i've been tryin to learn php for a while just couldnt find the right site
Reply
LuciferStar
Aug 9 2004, 10:08 AM
QUOTE(SilverBoarder @ Aug 8 2004, 06:36 PM) THanks Dude Those sites are awsome i've been tryin to learn php for a while just couldnt find the right site Learn C/C++ first rewrite c/c++ code into php take php manual with you always.
Reply
Xenon
Aug 21 2004, 12:49 AM
QUOTE(LuciferStar @ Aug 9 2004, 10:08 AM) QUOTE(SilverBoarder @ Aug 8 2004, 06:36 PM) THanks Dude Those sites are awsome i've been tryin to learn php for a while just couldnt find the right site Learn C/C++ first rewrite c/c++ code into php take php manual with you always. I think it's pretty easy to learn php as your first scripting language. Unlike others it has a "fun to code" type outcome and it's more friendly and easy to understand by looking at the code. C++ and Java all seems too complex and they are not easy to understand unless the coder left comments. Starting your coding career in php is a good idea. All you need is a guide and plenty of practice. Then you can shift to something like c++ or java.
Reply
Supaflyfrank
Aug 23 2004, 08:21 PM
You dont need to learn C++ to learn PHP. That would be stupid for the fact C++ is alot harder to learn that PHP. Just go to http://www.programmersheaven.com/zone27/index.htm their are some php tutorial that can get you started. From that website you wont need anything else from alot longer.
Reply
liliano
Sep 14 2004, 07:48 PM
Zenchi
Sep 1 2004, 03:14 AM
QUOTE(Supaflyfrank @ Aug 23 2004, 03:21 PM) You dont need to learn C++ to learn PHP. That would be stupid for the fact C++ is alot harder to learn that PHP. Just go to http://www.programmersheaven.com/zone27/index.htm their are some php tutorial that can get you started. From that website you wont need anything else from alot longer. It would be useful to learn C++, as it'd make php easier to program. Personally I have background in PHP(like) programming, but just the basics. My strategy (which is usually wrong) is to disect the code as I see, then ask questions on what I don't understand.
Reply
neeki4444
Aug 31 2004, 08:51 PM
Buy the sams php teach yourself in 24hours to get a quick handle on php. If you want more resources go to php.net and just search on their function list to see some sample code.
Reply
Similar Topics
Keywords : learning, php, assistance
- Learning Php
(6)
Link Between Depression And Learning Disabilities?
Can depression cause learning disabilities? Do learning disabilities (3) I have been diagnosed with clinical depression. I have found at times that it is hard to
concentrate (more often than not). I also have a hard time remembering things. I know that these
are typical symptoms of depression but am wondering if depression itself can be considered a
learning disability due to it's symptoms and side effects. I have done a little of research on
the subject and see many references to people with learning disabilities developing depression
because of having learning disabilities. Does anyone know of a good article, or maybe a website
with....
Secure FTP information and assistance required
thanks for helping (1) how do i set up sftp on trap17 or do i just need to set it up in my transfer software. Im sorry for
asking this, but it kinda confuses me. so far i have ftp: ftp host: ftp.apolopedia.com username:
jjaenagle@apolopedia.com password: ******** ----------------------------------------------------
when i did it in filezilla as sftp, it gave me some kind of warning... the server's host key is
not cached in the registry. and then fingerprint and a bunch of stuff. trust? I canceled and came
here to ask. now do i need to go into cpanel and set up an ftp? ------------....
Css- Review With Tutorial
If u r learning CSS, learn it with me. (2) Are u still using html ? My friends, Html is not very effective tool for website page making. Iam
webdeveloper. When I was new, I spend the whole day in website adjusting layouts, putting table tags
and blank spacer images and large text images with exact font sizes. When a client suddenly changed
his decision on the layout I change lot of webpages. It was really painful. If you decide to modify
design layout of your pages there will also editing and reediting . Now I say bye-bye to html
because iam using cascading style sheets (CSS). CSS is solution of all above pr....
Best Sites For Learning Php-mysql
(4) Hi I was reminded of this earlier by a post in a topic, meant to post it but forgot and the topic on
php books reminded me. Well anyway there is tyhschools for learning php (unless someone else knows
a better 1) but I wan't to know what is the best site for using php with mysql (using
phpmyadmin) also whats the difference between postgresql and mysql? though I must admit the
postgresql version of phpmyadmin whatever it's called looks better (visually)!....
What Are The Best Books For Learning Php
Please suggest a book (5) I would love some recommendations on what books are most helpful for learning PHP. I know XHTML,
CSS, some Javascript. I do know some PHP as well. Also can someone also recommend some books on
Advanced PHP, that actually shows how to create a fully functional and somewhat complex
website/application. (Like RailSpace does for Ruby on Rails)....
Learning Chinese?
Would learning chinese benefit my career? (5) Hi, I am asking this question because I would like to hear some of your opinions regarding learning
chinese as a benefit in my career. I have been thinking about it ever since I learned that the
company called foxconn is going to open a facility here in my city, and the so called "headhunters"
are searching for people who speak english and chinese. This is going to happen a couple of months
from now and there is no way I can benefit from this opportunity yet as I dont think I will be able
to speak chinese a couple of months from now.... The thing is that I speak spanish....
Seo And Php, Do You Really Need Programing Skills?
Do you think learning PHP is a must in order to start doing SEO?? (5) Any advice on what technical skills are needed to start doing SEO?....
Learning Coldfusion Part 1
LEARN CF... GRADUALLY INCREASE YOUR KNOWLEDGE OF COLDFUSION (0) Hello, I havent really seen to many coldfusion tutorials around. I also looked for some on here
which I couldnt find any... (Must have over looked if I did'nt see it). Anyways we are going
to be learning the basics of ColdFusion and from now on I may refer to it as CF so please do not get
confused. CF is a very powerfull scripting language, it is a easy transistion if you know PHP, and
is also easy to learn if you do not. In CF you have diffrent operators styles and IF formats.
Example: PHP Operators in a IF statement if( var1 == var2 ){ // What Happens H....
Tab Contents, How To Make Them
need assistance on how to make and modify tab contents (5) I found this cool script on dynamic drive that lets you create tab contents, The only problem I have
is it dosent give enough discriptive details on how it acutally works it just does.
http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm It uses a cobination of javascript,
html, and css, while you can look at the source code of each language and try and figure out how it
all relates to one another I think it would be much easier if someone who knows tells the rest of us
how its built and be modified. This is personally my first time working with one so I dont ....
Ffxi Merit System Eer - Need Assistance
Enhanced Entity Relationship for the merit system in final fantasy XI (1) Hey all. I'm in the process of building an EER model of a merit system for my custom player
management system which will be a php/mysql website when its done. The problem I have been having is
that this is a very complex system. It started off being very simple but when I identified all the
features I wanted to include into the website it turns out to be alot and complex. This is why its
very important that I acurrately describe EER model so it can be used to build a database to supoort
my website in the end. My background in EER modeling is very limited but I do und....
I Need A Good Book About Jsp For Beginners
I'm looking for a good book about learning JSP (0) I decided lately that I would like to learn JSP because I will probably need it on a project that I
will have to make next semester and so I'm looking for a good book about this technology. I know
that I should use Google first, but I am also posting here to see if someone can help. Also if you
have a link to some web page with tutorials about JSP which you can recommend me you can post it
here too. Thank you P.S. I already know Java....
Start Learning C/c++
(8) I want to learn C/C++, i know some other languages such as some BASIC once and python, what should i
download to get C/C++ is it Visual studio? and is that free and if possible could i get a link to
the right 1.. i have looked on Google but there was to much stuff to pick from. also if you know nay
good tutorials to learn the syntax of C/C++ i would like a link them as well. thanks....
Learning To Cook Moroccan Food
Coming from America to Morocco (1) Moroccan food is different then typical american food. I am trying to learn how to make cousous.
There is an istant mix that can be bought at Walmart. Couscous can be made is 15 minutes just add
water and your done. Next add vegetables and meat and the meal is ready to eat. The taste is not
the same as found in Morocco. I dont know if cousous can be made in the states as it is in Morocco,
I cant find it. I can only find the instant packages.....
Pbs Video On Learning Disabilities
(2) I am currently in the process of attaining my teaching credential in California, so I'm taking a
course on Teaching Strategies. Last night we watched a video that really opened our eyes to the
difficulties that Learning Disabled students face. Though "How Difficult Can This Be: The F.A.T.
City Workshop" is obviously dated, gotta love those enormous 80s shoulder pads, the ideas and
methods that Rick Lavoie demonstrated still pertain today and are, unfortunately, not implemented as
widely or as thoroughly as they should be. The F stands for frustration, A for anxiety,....
Should I Bother Learning Css?
(12) I know HTML, Javascript, PHP, and starting MySQL. Should I even bother with learning CSS? It seems
like it may be a waste of time.....
Hello All
I am looking forward to learning something here! (5) Hello all, I actually became a member a couple of days ago. I have been just lurking around, trying
to get a feel for the place before making my first post. I live and work in Michigan. I am 41 years
old. I want to learn how to build a website from scratch. I took a couple Programming courses in
College, never pursued it though, now that I'm older I wish I would have!!! My
interests include Computers and Programming, Games both on and off the computer, Genealogy (the
search of where I come from) and many other things!!! I have an Idea for a ....
Ways Of Improving Learning
(1) This link was found at http://www.irishexaminer.com/irishexaminer...7497-qqqx=1.asp Scientists
astonished as dietary pill transforms children’s brains By John von Radowitz FOUR children whose
brains and mental abilities were suddenly transformed after they took a simple dietary supplement
have astonished scientists. Scans showed their brains underwent three years’ worth of development
in just three months. At the same time they displayed remarkable improvements in tests of reading,
concentration, problem-solving and memory. One boy who previously scorned ....
Data Access Pages ?
Help or Assistance with creating a data access page to collect data fr (1) QUOTE Hello All. I'm looking for some advise or assistance with getting a web page/access
page running so that i can have the page online and collect the data live into my database for
Project Management... Currently I'm developing a database using M$ Access, and need to
have staff data enter sales information directly into a web form that can be linked to a database?
I've looked at using a M$ Front page web form with data collected into a .CSV text file and
extracting the data but i need to be able to let the staff review and update the data....
Learning Php -- Where Do I Start?
I want to learn PHP (16) Ok so i have been using html for about two weeks and i was wondering what PHP is and if there is a
website that you can go to, to learn it. I heard that it is better than html but I'm not really
sure.....
Good Source For Learning Php
(13) http://www.bicubica.com/ This website explains everything about PHP, right from the basics. it
also explains about Installing apache and PHP and configuring them. The site is very useful for
newbies and also experts.....
[tut/mod]functions Learning The Basics
(0) Learning Functions v1: W3schools Definition: QUOTE A function contains some code that
will be executed only by an event or by a call to that function. You may call a function from
anywhere within the page (or even from other pages if the function is embedded in an external .js
file). Functions are defined at the beginning of a page, in the section. So how the heck do
you use a function? well you simple start off with the function methid CODE <script>
function functionname(var1,var2,...,varX) { some code } </script> ....
Learning To Program Games
(5) Hi guys, I have quite a bit of programming experience as i have just finished an IT degree. However
the Uni I went to never taught me anything about how to make games /sad.gif"
style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> I was wondering what i should
do to learn how to start making games. Is there a preferable language or SDK I should learn/use.
Would I need to do a tertiary course or do you think i could learn it myself. Can you point me to
some cool beginner tutorials etc. Any feed back would be greatly appreciated, Cheers.....
Ipod And Duke University
It is a perfect solution to improve learning efficiency (4) I just learnt from a TV program that all Duke University students are using iPOD as a learning aid,
from taping lectures, listening preloaded lectures, download/uploading assignments etc. It is a
brilliant idea and it should be promoted to all universities in the States, and worldwide. Just
wonder if there is any Dukkies here at trap17 forum, I would like to suggest that you share your
information (if allowed) in your iPOD to some self-learning adults in the community. They might want
to learn from the lectures in your iPOD. If you could find a way to share, that's....
Your First Autoit
Learning To Code.. (4) Autoit is a simple, yet powerful programming language, it allowed the creation of the pangea
desktops, and the Remote Pc Control with a cell.. You can learn it too. Here is the first of several
lessons i will post inside of this topic. It is a 32 bit program, it doesnt work on windows 98, 95,
and i dont think (THINK) Windows ME Step 1: Download and install the latest version of autoit from
http://www.autoitscript.com i prefer that you use beta. Step 2: Right click somewhere on your
desktop or my documents, and mouseover new and click Autoit V3 Script Step 3 (optiona....
Remote Assistance Problem
Won't work (8) I have tried tons of times and i can not get it too work. I did't even know about this until
Paul from Trap 17 used it to help me with something on my site. Whenever i try it, it never
connects. I have tried all three ways. Email, MSN, and download the file and send it. Both computers
are connected to the internet. On microsoft's site they have a lot of people with the same
problem, but no one ever helps with it. They are all unanswered. Paul: If you read this i know you
know how to do it.....
Help Me In Learning Ms Dos !
(11) Hi buddies here is a topic where I want help from you. Infact , buddies I am using computer for
allmost last 3 years . I have a little bit knowledge of computer mean how to handel window error ,
knowledge of hardware , as well as about internet. The only thing where I want to learn some thing
is MS DOS . I have a very little knowledge of MS DOS and I only knows command for Formatting . I
wana to learn allmost the basics of MS DOS. Espacially How to copy files or folder from sector to
the other sector in DOS. How to delete files and folders in DOS. How to rename files and....
Detailed C Beginner Tut
basis for learning any application programming language (2) QUOTE The best way to learn programming is to dive right in and start writing real programs.
This way, concepts which would otherwise seem abstract make sense, and the positive feedback you get
from getting even a small program to work gives you a great incentive to improve it or write the
next one. Diving in with ``real'' programs right away has another advantage, if
only pragmatic: if you're using a conventional compiler, you can't run a fragment of a
program and see what it does; nothing will run until you have a complete (if tiny or trivi....
ASP Learning Book
(7) Hello Friends
Kindly send me basic elearning guide of ASP.
Regards
Zaidi....
Learning Mysql
pls guide (3) hello out there, i have already looked through on this tutorial forum.. and still can find any
topics which related to MySql basic.. i wanna learn about how to create MySql table and its
concept!! just basic.. i've no knowledge on MySql before nor any other database server
software.. but i do have littol konwledge on programming,scripting,html basic in concept.. pls dun
gave me so many links so as i can be blur for none about how to get start!! /laugh.gif'
border='0' style='vertical-align:middle' alt='laugh.gif' /> i can thou find from Googles sear....
Looking for learning, php, assistance
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for learning, php, assistance
*MORE FROM TRAP17.COM*
|
advertisement
|
|