show sidebar & content

Tag Archive for: php

Php ile in-un (iyelik eki) fonksiyonu

19 Tem 2010 / 0 Comments / in Genel, PHP

Örnek:
Ali’nin
Ayşe’nin
Cengiz‘in
Fatma’nın
Sistem de karakter problemi var, en kısa süre de çözerim herale.. (:

Read more →

PHP Script for Converting Relative to Absolute URL

18 Tem 2010 / 0 Comments / in Genel, PHP

This is a very simple PHP script to convert relative URL to its absolute path, given a base URL. e.g: converting lena.jpg to http://www.example.com/a/b/ali.jpg.

Read more →

File Path to file name for PHP functions

18 Tem 2010 / 0 Comments / in Genel

< ?php
$file = '/home/elvita/docs/my_paper.pdf';
echo basename($file);
/* will print: my_paper.pdf */
?>

Basic Php Functions

18 Tem 2010 / 0 Comments / in Genel