i change it into following but values is in html tags
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
function get_title($url)
{
$title = '';
$handle =...
Type: Posts; User: zodehala; Keyword(s):
i change it into following but values is in html tags
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
function get_title($url)
{
$title = '';
$handle =...
i can read remote tag but just one like following
function get_title($url)
{
$title = '';
$handle = @fopen("$url", "r");
if ($handle) {
when lasapp is dial and src = 110 and all billsec SUM and COUNT
lastapp is hungup and src = 110 and all billsec SUM and COUNT
lastapp is wait and src = 110 and all billsec SUM and...
http://divran.com/s/upload/images/9o0wt0bd90djct1inpz6_thumb.jpg
this is my db
how can i list following datas in one table at the same time
datas between two dates which are ( for example...
<?php
/*foreach ($_POST as $a=>$b){
echo $a.":".$b."<br/>";
}*/
include("config.php");
$from = $_POST["from"];
$to = $_POST["to"] ;
$sel = $_POST["select"];
is it possible to see object source code which created dynamically
Thanx jscheuer1. it is very helpful
i solved this problem using 2 sparate function like following
but how can i do it in 1 function ???
function ci(x){
var a = x.cellIndex;
document.getElementById("ci").innerHTML =...
why row index is undefined ??????????????
function ci(x){
var a = x.cellIndex;
var b = x.rowIndex;
document.getElementById("ci").innerHTML = a+" x "+b;
i am using following chained combo (like you know its values coming from js file)
http://www.dynamicdrive.com/dynamicindex16/chainedselects/index.htm
i am using this combo for my form. i can...
i am using chained select box in http://www.dynamicdrive.com/dynamicindex16/chainedselects/index.htm
i wanna send all three selectbox value to x2.php. But i can send just last one why ?
(my...