All posts under Tag : php

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

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

Your Ad Here

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

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

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

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

Qualirechner

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

tags :  php ,   Qualirechner

Captcha: Diferenciando automaticamente humanos de maquinas con PHP

Posted in : www.sebastiangomila.com.ar    Mon, Apr 21 2008, 09:02

Los CAPTCHA o Completely Automated Public Turing test to tell Computers and Humans Apart (Prueba de Turing pública y automática para diferenciar a máquinas y humanos) son aquellas imagen con caracteres que aparecen en los formularios para detectar cuand... http://www.sebastiangomila.com.ar/capt...

tags :  formulario ,   html ,   php ,   seguridad

Upload plików we Fleksie

Posted in : nobigwords.ntxt.net    Fri, Mar 28 2008, 13:30

Prosta sprawa, ale postanowiłem zacząć od Google. Znalazłem fajny, gotowy komponent do uploadu całej listy plików, ale... trochę nie działał. Przestudiowałem dokumentację, potem kilka forów i wreszcie na CodingCowboys: jest. Okazało się, że Flex ma błąd w uploadzie i... http://nobigwords.ntxt.net/?p=5

tags :  actionscript ,   flex ,   multi ,   php ,   Problem ,   upload

Cách Rewrite URL trong PHP

Posted in : blog.thegioiwebsite.net    Sat, Mar 22 2008, 23:36

Có bạn hỏi làm sao tạo được các đường dẫn đẹp (URL Rewrite) như các trang trên mạng. Mình cũng tìm hiểu qua và xung phong viết 1 bài về nó vậy. Trước tiên chúng ta tìm h... http://blog.thegioiwebsite.net/2008/03...

tags :  php ,   rewrite url ,   thiết kế web

|< << 1 2 3 >> >|

New Posts

Playing with art - Easy Origami Box ...

Posted in : articles.top501.nu

Easy Origami Box Instructions Get More from Ask-About-swicki.eurekster.com/Easy+Origami+Box+Inst... http://articles.top501.nu/2006/07/05/p...

My travels about - Medical Tourism T...

Posted in : articles.top501.nu

Medical Tourism Thailand Get More from Thailand-swicki.eurekster.com/medical+tourism+thailand H... http://articles.top501.nu/2005/07/05/m...

Playing with art - Easy Origami Animals

Posted in : articles.top501.nu

Easy Origami Animals Get More from Ask-About-swicki.eurekster.com/Easy+Origami+Animals Create y... http://articles.top501.nu/2006/07/05/p...

Playing with art - Easy Origami

Posted in : articles.top501.nu

Easy Origami Get More from Ask-About-swicki.eurekster.com/Easy+Origami This video provides you ... http://articles.top501.nu/2006/07/05/p...

My travels about - Thailand Travel

Posted in : articles.top501.nu

Thailand Travel Get More from Thailand-swicki.eurekster.com/thailand+travel The best cultures a... http://articles.top501.nu/2005/07/05/m...

Playing with art - Easy Free Instruc...

Posted in : articles.top501.nu

Easy Free Instructions For Origami Flowers Get More from Ask-About-swicki.eurekster.com/Easy+Fre... http://articles.top501.nu/2006/07/05/p...

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