PHP

PHP Find / Extract Substrings

by Vivek Gite on October 25, 2008 · 0 comments

Q. How do I find out if a string stored in a variable contains a particular substring using PHP? How do I find out (extract) first 5 character of a particular string using Apache and PHP?

{ 0 comments }

Q. How do I redirect with PHP script?

{ 45 comments }

PHP Print array

by Vivek Gite on April 13, 2008 · 0 comments

Q. How do I print array with PHP?

{ 0 comments }

I‘ve nicely written PHP script that I’d like to run as a cron job. I’m using CentOS 4.5 as server with Apache web server. How do I setup a PHP script as a cron job?

{ 10 comments }