Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
phpfiddle / fiddle_076659.php
Created February 21, 2017 10:00
[ Posted by Deepak Rajpal ] this is sample code
<?php
echo "abc";
?>
@phpfiddle
phpfiddle / fiddle_030842.php
Created February 16, 2017 05:52
[ Posted by Bilalsardar ] simple code for converting time to unix time
<?php
$timezone = "Asia/Karachi";
date_default_timezone_set($timezone);
$date = "2017-02-16";
$from_time = "8:00 AM";
$to_time = "10:00 AM";
$fr_time = date("H:i:s", strtotime($from_time));
$t_time = date("H:i:s", strtotime($to_time));
@phpfiddle
phpfiddle / fiddle_033929.php
Created February 12, 2017 14:40
[ Posted by Margaret ] Short Trip
<?php
class Vehicle{
var $Transportation_number;
var $Seat;
var $Baggage;
public function get_Transportation_number()
{
return ($this->Transportation_number);
}
public function get_Seat()
@phpfiddle
phpfiddle / fiddle_070401.php
Created February 11, 2017 02:57
[ Posted by Marcelo Bonifazio ] ver depois
<?php
$photo = [
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
[0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
@phpfiddle
phpfiddle / fiddle_071020.php
Created February 10, 2017 05:56
[ Posted by Fiddler ] Encode email address - Github
<?php
/**
* Encode email
*
*/
function encode_email($e) {
$output = '';
for ($i = 0; $i < strlen($e); $i++) { $output .= '&#'.ord($e[$i]).';'; }
return $output;
@phpfiddle
phpfiddle / fiddle_056983.php
Created January 29, 2017 10:55
[ Posted by Mohammad ] get all src tag img
<?php
$array = array();
$question_data = ' <img class="img-responsive" src="/uploads/images/questions/93_20161017102613.jpg" style="max-height:400px;" />
<img class="img-responsive" src="/uploads/images/questions/93_20161017102615.jpg" style="max-height:400px;" />';
$xml = new DOMDocument();
$xml->loadHTML($question_data);
@phpfiddle
phpfiddle / fiddle_097230.php
Created January 29, 2017 10:06
[ Posted by Mohammad ] Convert Tag img to array
<?php
/**
* Convert Tag img to array
* (src) OR (src|alt|class|...)
**/
$img_tag = '<img class="vote-up" src="/content/img/vote-arrow-up.png" alt="vote up" title="This was helpful (click again to undo)" />';
preg_match('/(src)=("[^"]*")/i',$img_tag, $src);
echo '<pre>';
@phpfiddle
phpfiddle / fiddle_059433.php
Created January 26, 2017 08:33
[ Posted by Jordi Xargay ] Prova de salvat
<?php
echo "prova";
?>
@phpfiddle
phpfiddle / fiddle_019023.php
Created January 24, 2017 22:12
[ Posted by Andreas Galazis ] pass my reference: a php proof of why java never passes by reference and what&#039;s the difference
<?php
function passMyreference(&$passedByReference, $other){
$passedByReference=$other;
}
$a=Array(1,2,3,4);
passMyReference($a,0);
echo $a;
?>
@phpfiddle
phpfiddle / fiddle_060381.php
Created January 23, 2017 11:31
[ Posted by Oath_sign ] v sharage skuchno
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<titlle> </titlle>
</head>
<body>
<table width="100%" border="1" align="center" cellspacing="0" cellpadding="10">
<tr bgcolor=""> <td colspan="4" height=""><center>Расчет индивидуального профиля питания и составление программы тренировок с собвстенным весом в домашних условия или на уличной площадке</center></td> </tr>