Forum: PHP May 19th, 2009 |
| Replies: 4 Views: 286 Hello,
function dwos($title,$body,$rpcurl,$username,$password,$categories=array(1))
{
$categories = implode(",", $categories);
function here.
}
My question is, how can I put value to... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 579 Thats it :) Really thanks!... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 579 Nope :(
This is a bot that opens articles. It saves the content to database. I dont want to show (echo) anything in this scripts page. I open this php file, and It automatically write the article... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 579 Yeah, I want to put that table to full_story. But I cant do it please help me... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 579 Thanks, It worked now, but It doesnt save this
<table cellpadding=0 cellspacing=0 border=0>
<tr cellpadding=0 cellspacing=0>
<td cellpadding=0 cellspacing=0>
<input type=button... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 579 What I dont understand is, if I use this
$uzuncuk = $cummle." is easy to use. We suggest you to install ".$cummle." to your computer and view the features of the product. For your safety, please... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 579 Ok...
<?PHP
ini_set('max_execution_time',0);
$sayfa=(int)$_GET['sayfa'];
if($sayfa){
$site = "http://www.xxx.com/download".$sayfa.".html"; |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 579 I am using it in here
mysql_query("INSERT INTO dle_post (title,date,short_story,full_story,category,tags,autor,approve,alt_name) values ('$cummle','$zaman','$kisa','$uzuncuk','$category','$btags',... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 579 Hello coders, I have a script that saves the values to database. I have this value
$uzuncuk = $cummle." is easy to use. We suggest you to install ".$cummle." to your computer and view the features... |
Forum: PHP Jan 12th, 2009 |
| Replies: 7 Views: 1,527 Really thanks, but now I get this error
Parse error: syntax error, unexpected T_DNUMBER at line 25 :(
My full code is this
<?php
/*
Script by CasTex |
Forum: PHP Jan 12th, 2009 |
| Replies: 7 Views: 1,527 Ok, I use this;
$content = '<' . '?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?' . '>';
$content .= "<entry xmlns='http://purl.org/atom/ns#'>";
$content .= "<title mode='escaped'... |
Forum: PHP Jan 11th, 2009 |
| Replies: 7 Views: 1,527 I am getting error at the second line of the code, what is the problem :-/
$content = '<' . '?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?' . '>';
$content .= "<entry... |
Forum: PHP May 1st, 2008 |
| Replies: 2 Views: 2,240 Thanks a lot.
Can you please give me the full script ? |
Forum: PHP May 1st, 2008 |
| Replies: 1 Views: 806 $dosya = "index.php"; $fh = fopen($dosya, 'r');
$gercegi = "<? include("sfpg.php"); sfpg(); echo $data; ?>";
if ($dosya != $gercegi)
{
echo "olmaz";
}
I want to do this but I cant. I do... |
Forum: PHP May 1st, 2008 |
| Replies: 2 Views: 2,240 Hi everyone. I know how to make image in php, but I want to make url like this
... |
Forum: PHP Mar 31st, 2008 |
| Replies: 10 Views: 2,827 I tried it, but still it is a blank... |
Forum: PHP Mar 31st, 2008 |
| Replies: 10 Views: 2,827 Can someone tell me where is the problem ?
<script type="text/javascript" src="http://www.forumistan.net/analiz/analiz.php?site=http://www.forumistan.net"></script>
analiz.php
<?... |
Forum: PHP Mar 29th, 2008 |
| Replies: 1 Views: 2,941 Hi everyone,
I am successfully creating an image with php, but I want to make it hyperlinked. But I cant do it.
Here is my script:
... |