All posts under Tag : php

Improved Error Messages in PHP 5

Posted in : www.amityadav.name    Thu, Jun 12 2008, 21:17

Sometimes its the little things that make a difference. If you run the this test program in PHP 4 (tested on 4.4.7): < ?php function test($arg) { echo "talk like a pirate."; } test(); ?> You get the following message:Warning: Missing a... http://www.amityadav.name/improved-err...

tags :  php

0 Comments Wow Hiss

what's AMFPHP ?

Posted in : blog.webcaker.com    Thu, Jun 12 2008, 05:25

AMFPHP is a free open-source PHP implementation of the Action Message Format(AMF). AMF allows for binary serialization of Action Script (AS2, AS3) native types and objects to be sent to server side services. AMFPHP is challenged with implementing the... http://blog.webcaker.com/2008/06/whats...

tags :  php

0 Comments Wow Hiss
Your Ad Here

Installing MSTTCOREFONTS on Linux

Posted in : blog.kapilchhabra.com    Tue, Jun 03 2008, 04:33

There are quite a few ways to install the MSTTCOREFONTS on a Linux based system but the following article provides a simple step by step installation process. I have tried it on Fedora Core and Debian systems and it works like a charm.Goto: http://co... http://blog.kapilchhabra.com/2008/01/i...

tags :  howto ,   Linux ,   php

0 Comments Wow Hiss

PHP's print_r equivalent in Javascript

Posted in : blog.kapilchhabra.com    Tue, Jun 03 2008, 04:33

Javascript does not provide any direct implementation to print the contents of an array object. Such an implementation is very useful in debugging. Here is my version of the PHP's print_r implementation:/** Function to print an associative array/obje... http://blog.kapilchhabra.com/2007/07/p...

tags :  javascript ,   php

0 Comments Wow Hiss

Fetching a random article from Wikipedia

Posted in : blog.kapilchhabra.com    Tue, Jun 03 2008, 04:33

Using the CURL class from my previous post, its very easy to fetch any webpage, a random article from Wikipedia for instance.Just use the following script and you are done.<?php include("myCURL.class.php"); $curl = new myCURL(); ... http://blog.kapilchhabra.com/2007/03/f...

tags :  curl ,   hacks ,   php

0 Comments Wow Hiss

Working with CURL in PHP

Posted in : blog.kapilchhabra.com    Tue, Jun 03 2008, 04:33

To make life very simple, I have written the following class "myCURL.class.php".<?phpclass myCURL {var $curlSession;function setCURLOpt($opt, $value){ global $curlSession; curl_setopt($curlSession, $opt, $value);}function req($method, $url, $vars,... http://blog.kapilchhabra.com/2007/03/w...

tags :  curl ,   howto ,   php

0 Comments Wow Hiss

PHP:passthru keeps waiting for the command to complete

Posted in : blog.kapilchhabra.com    Tue, Jun 03 2008, 04:33

I wanted to execute (in background) a shell script from a PHP program. I wrote the following code for the same:But unfortunately, the results were not what I had expected. The PHP script keeps running untill the script.sh exits.$> php -q try.phpStart... http://blog.kapilchhabra.com/2007/02/p...

tags :  howto ,   php

0 Comments Wow Hiss

A few new terms I stumbled upon while reading about Symfony

Posted in : blog.kapilchhabra.com    Tue, Jun 03 2008, 04:33

Magic MethodsRefering to PHP, these are methods that can be used to override the default behavior of classes without modifying the outside code. They are easy to recognize, because the names of the magic methods start with two underscores (__).For in... http://blog.kapilchhabra.com/2007/02/a...

tags :  php ,   symphony

0 Comments Wow Hiss

Apache FAQ: How to configure Apache to run PHP files.

Posted in : blog.kapilchhabra.com    Tue, Jun 03 2008, 04:33

Q: hey guys/gals can some one please help me out in running PHP file using apache i just installed apache for the first time on my system so wat to do next....?I have come across this questions many times. Even I had the same doubt when I installed A... http://blog.kapilchhabra.com/2007/02/a...

tags :  apache ,   howto ,   Linux ,   php

0 Comments Wow Hiss

PHP-Videotutorials (Crashkurs)

Posted in : www.oal-info.de    Sat, May 31 2008, 07:05

Über www.administrator.de bin ich auf folgende Videotutorials zur Programmiersprache PHP gestoßen: Teil1 Teil2 (Quelle) http://www.oal-info.de/programmieren/p...

tags :  php ,   Programmieren ,   tutorial ,   Videotutorial

0 Comments Wow Hiss
|< << 1 2 3 4 5 >> >|

New Posts

to all lovers of the world

Posted in : www.orangebentlee.com

поговорим о любви... О ней говорить не надо, ею надо жить. Если нет её, то ждать, если не идёт,... http://www.orangebentlee.com/www/?p=283

I hate to do this!

Posted in : www.84boxes.com

I hate to do this to everyone, but I'm moving my blog to wwwkarlhills.me and re-purposing 84boxe... http://www.84boxes.com/?p=71

Monique Wijnen ambassadeur van ‘Stic...

Posted in : www.medicalfacts.nl

Monique Wijnen, 31 jaar uit Gouda heeft vanavond de gouden  CAP AWARD gewonnen. De uit Gouda afk... http://www.medicalfacts.nl/?p=14596

SLIS ETS -- a must do for LIBR 240 s...

Posted in : senna.sjsu.edu

ALASC (American Library Association Student Chapter) at SJSU SLIS is holding an  Emerging Techno... http://senna.sjsu.edu/hebey/wordpress/...

Mi-am amintit cum era..

Posted in : i-am.addic7ed.com

Crazy In Love - Eminem [Intro] Tell myself that I was doing alright Theres nothing left to do t... http://i-am.addic7ed.com/2008/08/29/mi...

Aan talent geen gebrek: Uitreiking C...

Posted in : www.medicalfacts.nl

Liveshow met de uitreiking van de CAP Awards 2008. Winnaar van de gouden CAP award is Monique W... http://www.medicalfacts.nl/?p=14587

Copyright © TagALLY, 2007-2008. All Rights Reserved.