hi..is there a place for beginners plz!!?
Moderator: General Moderators
hi..is there a place for beginners plz!!?
hi..i have dicovered PHPDN just today afternoon..and i am really glad to be a member of this great online community.
i have only started learning PHP and other tools..so can i have a plce among you here please?
are there good tutorials that can help me?
is that easy to sort out thing alone (i learning myself and i have no tutor)
thank you very much and i am looking forward to hearing from you..
med vanlig hilsen
to28dk
i have only started learning PHP and other tools..so can i have a plce among you here please?
are there good tutorials that can help me?
is that easy to sort out thing alone (i learning myself and i have no tutor)
thank you very much and i am looking forward to hearing from you..
med vanlig hilsen
to28dk
-
kettle_drum
- DevNet Resident
- Posts: 1150
- Joined: Sun Jul 20, 2003 9:25 pm
- Location: West Yorkshire, England
First of, welcome to the world of PHP and enjoy!
There are a good set of tutorials all around these forums, and the internet in general, to be found. But PHP (any language really, but since this is mostly a PHP forum) is something that will require you to put down alot of effort yourself.
---
Take the following hints in consideration, and remember them as rules:
You should start here: viewtopic.php?t=8815 It would preferably also be bookmarked in this early stages in your learning time, as it contains a great set of thoughts you should be aware of.
Use the search.php (Search). Alot. Most likely, your issue have allready been asked and answered upon. I know asking a question is faster than searching the forum, but I really do help.
Bookmark http://www.php.net/ as most of the help you will get from any user here, will point you to the online manual. Not in a bad way, but to help you read more about the topic being discussed.
There are some other tricks, but the above are more than enough.
Oh, and try first, ask the question later. You allways get a better answer if you ask a question and can provide an example part of the code you are having issues with. Example:
[Edit: Moved the topic to a better place, as it contained nothing that really applied to the Tutorials section of the forum. The General part gets better attention to others wanting to reply. -- JAM ]
There are a good set of tutorials all around these forums, and the internet in general, to be found. But PHP (any language really, but since this is mostly a PHP forum) is something that will require you to put down alot of effort yourself.
---
Take the following hints in consideration, and remember them as rules:
You should start here: viewtopic.php?t=8815 It would preferably also be bookmarked in this early stages in your learning time, as it contains a great set of thoughts you should be aware of.
Use the search.php (Search). Alot. Most likely, your issue have allready been asked and answered upon. I know asking a question is faster than searching the forum, but I really do help.
Bookmark http://www.php.net/ as most of the help you will get from any user here, will point you to the online manual. Not in a bad way, but to help you read more about the topic being discussed.
There are some other tricks, but the above are more than enough.
Oh, and try first, ask the question later. You allways get a better answer if you ask a question and can provide an example part of the code you are having issues with. Example:
Have fun.kettle_drum wrote:Hi!
I'm having a problem with the variable $foo. I wont display properly. Here is my code sofar:Code: Select all
<?php $foo = 'bar'; echo $f0o; ?>
[Edit: Moved the topic to a better place, as it contained nothing that really applied to the Tutorials section of the forum. The General part gets better attention to others wanting to reply. -- JAM ]
Google is always your best friend in finding tutorials
Look at some scripts and take the command to php.net and read about it.
like for example:
I would go to php.net and type in "fopen" in the search function and read on it, and most of the time there is other examples provided there.
another tip
Look at some scripts and take the command to php.net and read about it.
like for example:
Code: Select all
<?php
$fp = fopen("file.txt","w");
?>another tip
Adding: http://www.php.net/tips.php
By using one of the many Quick Reference tips, you can make your browser the perfect manual-searcher available.
By using one of the many Quick Reference tips, you can make your browser the perfect manual-searcher available.
- harrisonad
- Forum Contributor
- Posts: 288
- Joined: Fri Oct 15, 2004 4:58 am
- Location: Philippines
- Contact:
-
makeup4brides
- Forum Newbie
- Posts: 1
- Joined: Tue Dec 14, 2004 9:05 am
- Location: Uk & Spain
Complete Novice on this PHP thingy !!!
I have set up a form and my server is compatible - where do I direct my submit button to ? can I direct it to an email so I can read the form ?
Thank you
Tracey-ann
x x x
Thank you
Tracey-ann
x x x