User Profile

Collapse

Profile Sidebar

Collapse
varunajani
varunajani
Last Activity: Jul 22 '11, 11:56 AM
Joined: Jul 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Magic method __call() like function for global scope

    If a call is made to an undefined method in a class, the magic method __call can intercept the call, so I could handle the situation as I see fit:
    http://www.php.net/manual/en/language.oop5.o verloading.php# language.oop5.o verloading.meth ods

    Is there any mechanism provided in php whereby I can do the same thing with functions in global scope.
    The point is best illustrated with code:

    Code:
    <?php
    ...
    See more | Go to post

  • How do I set up an email server on my laptop

    I have an old windows xp sp3 laptop; which i recently decided to convert to a server.

    I have xampp for windows installed.
    My internet provider blocks port 80, and my ip is assigned dynamically. So I reconfigured apache to port 6121 and my router to foward the port and also got a dyndns.com domain name which updates the ip dynamically.

    This all works fine.

    Now I want to be able to send email from...
    See more | Go to post
No activity results to display
Show More
Working...