Forum: Show Off your Projects Jun 27th, 2009 |
| Replies: 4 Views: 681 Thanks, I hope you like it... |
Forum: JavaScript / DHTML / AJAX Jun 21st, 2009 |
| Replies: 16 Views: 1,436 That works, but when you write another site and submit, its like
mysite.com/userssite1.com/userssite2.com/
:(
My page: http://www.downloadic.com/website-rank/index.php |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,436 Thanks... I am sorry if I get you busy. |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,436 Ok,
<form action="<? echo $_SERVER['PHP_SELF']; ?>" method="post" name="stats">
<TABLE border=0 bgcolor=#efefef align=center cellSpacing=0 cellPadding=0 border=0 width="750" bgcolor=#fbfbfd>
<TR... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,436 Thank you, but when I put this, it still go a page that only the button appears :S
http://www.downloadic.com/website-rank/index.php (my page) |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,436 Thanks but I don't understand what I should do.
I have a one text input, and the script you wrote. When user write site and submit, it should direct to mysite.com/userssite.com/ and if user write... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,436 Thanks, but, I tried that but the button doesnt appear on the page.... :S |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,436 I replace with my old submit button, but when you open the page, it opens a page that only the button appears. Here is my page
http://www.downloadic.com/website-rank/index.php |
Forum: C++ Jun 20th, 2009 |
| Replies: 6 Views: 3,680 |
Forum: Windows tips 'n' tweaks Jun 20th, 2009 |
| Replies: 12 Views: 5,124 Nice idea about quicklaunch, thanks... |
Forum: Database Design Jun 20th, 2009 |
| Replies: 5 Views: 23,871 Reservation Date
Arrival Date
Departure Date
RoomCategoryID
Status
TotalCost |
Forum: Perl Jun 20th, 2009 |
| Replies: 7 Views: 7,109 Thanks, really like this ebook... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 3 Views: 749 Thanks!. I was lookin something like that... |
Forum: JSP Jun 20th, 2009 |
| Replies: 12 Views: 11,555 |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 16 Views: 1,436 I will try this thanks a lot mate...
@Nish123,
I use it beacuse if user write site.com
mysite.com/stat/site.com
That doesnt works. My rewrite rule in htaccess doesnt accept this. So it is... |
Forum: JavaScript / DHTML / AJAX Jun 19th, 2009 |
| Replies: 16 Views: 1,436 Hello, I have a script that like;
<script language="JavaScript">
document.write('<input border=0 type=button value=\'\' ');
document.write(' onClick = "location.replace(');
document.write('... |
Forum: Show Off your Projects Jun 15th, 2009 |
| Replies: 4 Views: 681 Hello dear webmaster mates. I am very proud to share my new project, Website Rank. It gives nice detailed informations about the sites.
Preview:... |
Forum: PHP May 19th, 2009 |
| Replies: 4 Views: 275 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: 554 Thats it :) Really thanks!... |
Forum: PHP Jan 19th, 2009 |
| Replies: 14 Views: 554 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: 554 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: 554 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: 554 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: 554 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: 554 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: 554 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,466 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,466 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,466 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: HTML and CSS Nov 16th, 2008 |
| Replies: 2 Views: 1,215 Hello, how can I do this ?
http://img528.imageshack.us/img528/1996/ggg1mh2.jpg (http://imageshack.us)
The table is simple table, you can imagine that as a picture. But my point is, how to make... |
Forum: Website Reviews Oct 25th, 2008 |
| Replies: 2 Views: 632 Hello mates,
This is my new project. How do you find this website ?
[snipped link] |
Forum: Geeks' Lounge May 11th, 2008 |
| Replies: 2 Views: 526 Hi everyone. Is there anybody who travelled to Bodrum ?
I am planning to travel to Bodrum. But dont know how is there.
I checked Travel to bodrum... |
Forum: PHP May 1st, 2008 |
| Replies: 2 Views: 2,133 Thanks a lot.
Can you please give me the full script ? |
Forum: PHP May 1st, 2008 |
| Replies: 1 Views: 765 $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,133 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,667 I tried it, but still it is a blank... |
Forum: PHP Mar 31st, 2008 |
| Replies: 10 Views: 2,667 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,844 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:
... |