Basic PHP (14 February 2005)
Everything you can do with server-side includes you can also do with PHP...but with PHP you can do it better!
PHP is a programming language that you embed in your HTML pages, but which is processed on the server side (just like a server-side include). It can be used for a wide variety of things, including processing of form data, inclusion of files, and more.
The web programming class (539/739) covers PHP in great detail, including using PHP to access databases. Today we'll cover just the basics of PHP.
Excerpt: Link: http://www.rit.edu/~jms4144/409/phptest/test.php Today in class we quickly learned how to implement PHP onto a page, and set our own .htaccess and made our own test.php to first show the phpinfo, then used it to include a file into the php...
Read More: PHP Extensions
Excerpt: PHP was the topic of discussion today. Although I had some basic background with it before, and most of the exercises were routine, FEAR NOT! For I did learn that I could name my pages .php even though the server...
Read More: PHP
Excerpt: Today in class we learned how to make basic php pages. The first example simply calls the phpinfo method to display the php environmental variables. The second example includes an external file (example.txt) to display the content of the page....
Read More: Basic PHP Stuff
Excerpt: In class today I did a simple PHP exercise that displayed a line of text. I created my own .htaccess file so the server could read the PHP in my html. Here is thesite. We also created our own php...
Read More: Simple PHP exercise
Excerpt: Once again, that's not what it stands for, but I like making fun things like that. Anyways, today in class we learned about PHP which I was interested in. We did a few exercises, which I will list below: PHP...
Read More: Post-Hyper-Phonics (PHP)
Excerpt: OOOH we learned about some basic php today, lots of fun. This is what i've been waiting for for the past 9 weeks, so I'm glad we finally covered it. We did some examples using different commands in php, including...
Read More: PHP!
Excerpt: Grace only has PHP3 with no MySQL; Vega has PHP5 and MySQL. You can do everything with PHP that you can do with SSI, and you can do it better and more efficiently. PHP is embedded like SHTML, so the...
Read More: Basic PHP
Excerpt: Today in class we did some work with basic PHP. Here is a directory with lots of cool examples! Assignment PHP Examples...
Read More: PHP in the hizzle
Excerpt: In class today I did a simple PHP exercise that displayed a line of text. I created my own .htaccess file so the server could read the PHP in my html. Here is thesite. We also created our own php...
Read More: Basic PHP
Excerpt: I came to lecture today, and I was even on time for once! (yes!) But after a half an hour I felt really sick and had to leave. So, I will try to learn about PHP on my own. Wow...
Read More: PHP Lecture
(Trackback link: http://www.it.rit.edu/~ell/mt/mt-tb.cgi/1211)