Quantcast
Channel: Web Design Ideas » PHP
Browsing all 5 articles
Browse latest View live

Simple mail function in PHP

Here is a quick PHP email function. Just change the variables to your information and use it. <?php $toName = “To Name”; $toEmail = “toemail@domain.com”; $fromEmail = fromemail@domain.com; $subject...

View Article



Understanding Object Oriented Programming in PHP

Trying to understand Object oriented PHP programming. Found this good explanation with examples at http://us.php.net/oop. Here is the code sample: <?phpclass A {   function foo()     {       if...

View Article

Class Extension, Object Oriented Programming in PHP

Continuing to unravel the Object Oriented Programming in PHP. This is an example of class extension method. The complete explanation is at http://us.php.net/manual/en/ref.classobj.php. Here is the code...

View Article

Image may be NSFW.
Clik here to view.

A Great Resource for Ajax

Since Ajax is under constant development, it’s imperative to stay current on the latest and greatest Ajax news. One of the best, frequently updates sites about Ajax is Ajaxian. On their site you’ll...

View Article

Image may be NSFW.
Clik here to view.

Sourcecode planking

It’s never been done before, no geek has gone this far as to plank within the source code. Beat that my geekstas! After seeing David plank in his video I was curious what that was all about. I mean...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images