what's school offers PHP programming / training?
what's school offers PHP programming / training?
you can try informatics or javasphere. But I were you, do a self study if you already have a computer/laptop. It's better to learn on your pacing, plus there's a lot of tutorials and ebooks online for you to use/download.
thanks bai. di ba pang web design mana siya gamit, right?
html ra man gud akong nahibaw an, nya basic ra based on self-study...
dili lng na cya pang webdesign bai, it's used in developing dynamic and database driven websites. If you know C/C++ programming, then learning PHP is going to be a breeze. Since you know HTML already, you will have to embed PHP codes inside your HTML. Take a look at a very basic sample below.
Code:<html> <head> <title>PHP Test</title> </head> <body> <h1 align="center">PHP Test</h1> <?php echo "<font color=red size=4 face=arial> This is parsed by PHP Interpreter and displayed in HTML Browser"; ?> </body> </html>
aw sayop diay ko, hehehe
downloadable ra ang PHP bai? i mean is it free to use?
yup nakoi knowledge ug Turbo C / C++ sa skul ra pud, not in actual work experience...
@cliff: head over to http://www.php.net to download the latest stable version of PHP.
If you are using Windows OS, you can download the installer from that site or better yet, download a third party package that has Apache and MySQL already so that you don't have to configure them to seamlessly integrate manually.
I suggest you download:
XAMPP - it has Apache/MySQL/PHP already configured once you install it in your system
thanks... i will begin my self study..
Similar Threads |
|