Archive for June, 2009
Learn PHP Lesson 1
PHP is a great programming language
Learn PHP Today , It is Easy
Duration : 0:2:19
PHP Tutorials: Sending email (Part 2)
Using the mail function, I show you how to create a very basic script. With a little tweaking of our php.ini file, we can send an email from php very easily!
Duration : 0:6:58
What is a good program to simply make a php code and preview it in the program?
im just making my signature on a forum and there isnt enough room in the edit signature page.
visual studio would do
Does anyone know how to program a PHP based data entry table?
It's supposed to look like this: http:
http://img72.imageshack.us/img72/5306/picture1mp0.jpg
And I'm trying to add it to a form that others are supposed to fill out. Help would be very much appreciated!
Thanks in advance ![]()
Come out of PHP, use HTML within the php page and insert a form and text input fields
Google for these terms
How can i add a banner on mediawiki (php program)?
I've installed mediawiki on my server but i dont know how i can add a banner in the head of the page, & how can i change the program languge?
Adding the banner code to one of the skin files is probably the easiest way to do it.
See the help page about adding advertising at http://meta.wikimedia.org/wiki/Google_Ads_Monobook
PHP. Perl. Java. C++ C or any other programming languages.?
I wanna learn this programming languages. I know it won't be easy but I
m really into learning these kinds of programming languages. Can you tell me where I could start? What do I need to install? What is the most easiest Prog.Lang.? Thank you in advance ![]()
These are good languages to know.First of all I would recommend getting these books on amazon or half.com "complete reference to PHP","complete PHP","Complete reference to Perl", "Complete Perl" & so on.These are really good books.They will give you a strong foundation.Second of all I would learn Java first because its pretty wide language.Once you understand this language then C++ & C are quite similar as Java.Third of all you will be able to understand and manipulate PHP & Perl.Also consider Java Beans.
XAMPP 1.7.1 on Windows 7 RC2 Build 7100
As a php programmer I have become fond of the CakePHP framework. For this reason I have always used an easy installer for Apache, MySQL, and PHP.
XAMPP has become my favorite as it has matured over the years and works quite well under a windows platform.
When I decided to give the new Windows 7 a try I found a very strange problem. The Windows kernal is using port 80. Because of this when you go to install XAMPP apache will fail to load.
The simple fix for this is to run apache on port 8080.
To do this you go to your XAMPP directory in the apache configuration files.
c:\xampp\apache\conf
You will need to edit the file httpd.conf
In the file you will find the Listen section and you will need to change it to listen on the local host ip address 127.0.0.1 on port 8080
It should look like this:
LISTEN 127.0.0.1:8080
Then you need to scroll down and find the server name section. You will need to change it to Local Host and port 8080.
It should look like this:
ServerName localhost:8080
Save the file then restart your computer.
When you open XAMPP control panel you should see that your services are running.
PHP / MySQL Test Server Setup – Part 2
Mostly for students in my programming class.
Part 2 – This walks you through how to setup the software. nVU, Notepad++, PHP Designer are straight forward. WinLAMP has a few more options.
Duration : 0:9:53
How to program a Joomla! module
visit www.thenewboston.com for all my tutorials!