Forum: PHP Oct 20th, 2009 |
| Replies: 5 Views: 680 it's still not working, http://localhost/web/ardy redirect to http://localhost/web/artist.php?artist=artist
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^([a-z0-9-\s]+)... |
Forum: PHP Oct 16th, 2009 |
| Replies: 2 Views: 186 <?php
//check table
function checktable($tablename){
return mysql_query("select * from ".$tablename." limit 0,1");
}
$table="table_name_that_want_to_be_check";
if(checktable($table)){... |
Forum: PHP Oct 16th, 2009 |
| Replies: 1 Views: 396 how to detect ip that converted to a region name.. any free code? coz i found it's commercial code while i'm trying to googling..
thanks |
Forum: PHP Oct 16th, 2009 |
| Replies: 5 Views: 680 i have problem with rewrite url in .htaccess
Options +FollowSymLinks
RewriteEngine On
RewriteBase /web/
RewriteRule ^([^/]*)$ artist.php?artist=$1 [R] |
Forum: PHP Apr 2nd, 2009 |
| Replies: 4 Views: 750 mail($to,"Discount offer",$message,"From: noreply@bisnis-indonesia.biz\n MIME-Version: 1.0\n Content-type: text/html; charset=iso-8859-1 \n Reply-To: promo@bisnis-indonesia.biz\nX-Mailer: PHP/");
... |
Forum: PHP Feb 24th, 2009 |
| Replies: 1 Views: 226 please tell me the algorithm serveruptime.com and how ping and get ping result in php
http://www.kampanye-damai-pemilu-indonesia2009.comyr.com |
Forum: PHP Feb 16th, 2009 |
| Replies: 1 Views: 473 how algorithm of server uptime in php ? |
Forum: PHP Feb 12th, 2009 |
| Replies: 6 Views: 379 not like that.. iwant to remove all from <script> tag till </script> if match with the pattern..
the pattern from
<script .....>
... targetword1..
... targetword2..
... targetword3..
... |
Forum: PHP Feb 12th, 2009 |
| Replies: 6 Views: 379 yes remove all if get same pattern.. the problem is how to make regex pattern... |
Forum: PHP Feb 12th, 2009 |
| Replies: 6 Views: 379 anyone can help me to make regular expression
[code ]
$string="
xxxxx
xxxxx
<body border='0'>
<script language=javascript>
... |
Forum: PHP Feb 12th, 2009 |
| Replies: 2 Views: 577 [code] target.php:
xas xjahs dajdh ajdhjas da d xxxx na dh ada hd
[code] main.php:
<?php
// removal malicious script by forzadraco
$filename="target.php"; |
Forum: PHP Feb 9th, 2009 |
| Replies: 1 Views: 416 <?php
$items = array("red","yellow",
"pink","green",
"purple","blue",
"orange","opal",
"ruby","brown",
... |
Forum: PHP Feb 9th, 2009 |
| Replies: 2 Views: 363 anyone can help mo to tell the algorithm how to make server uptime application like serveruptime.com?
http://www.duniaislam.site50.net |
Forum: PHP Sep 11th, 2008 |
| Replies: 4 Views: 448 in logout code.. unregister and destroy your session and put shanti's code in top of your page admin code |
Forum: PHP Sep 11th, 2008 |
| Replies: 9 Views: 588 just use open source web forum like phpbb or smf forum |
Forum: PHP Aug 8th, 2008 |
| Replies: 5 Views: 558 |
Forum: PHP Aug 8th, 2008 |
| Replies: 1 Views: 1,078 i have a problem how to make a lock feature with ajax-php where a user view some file in the list file, another user will view lock message without refresh it page. |
Forum: PHP Jul 23rd, 2008 |
| Replies: 1 Views: 618 i have a problem: i want redirect everything page in url: ex: http://dracotech.biz to http://www.dracotech.biz . want to add www. in everything request from user.. maybe with mode rewrite in apache... |
Forum: PHP May 13th, 2008 |
| Replies: 1 Views: 465 how to copyng data from another database postgre to mySQL database without cronjob with realtime... php can do it..? thanks |
Forum: PHP Apr 29th, 2008 |
| Replies: 1 Views: 399 not spesifik... please with ur source code |
Forum: PHP Apr 29th, 2008 |
| Replies: 0 Views: 419 can anybody help me to show how to make multiple search with some listbox and ot's value have multiple calue and one of them have value 'any' which search all with PHP n MYSQL. Thanks... |
Forum: PHP Apr 28th, 2008 |
| Replies: 0 Views: 533 anyone can help me to show me how to make multiple search with multuple parameter?
thanks,
Ardy SH |
Forum: PHP Apr 25th, 2008 |
| Replies: 1 Views: 489 hyy... i hv aproblem.. iwant to make aplication thabt need some field database from other database(pg-sql) and want to copy it to other database(mysql). can that skrip make this happen auto... |
Forum: PHP Apr 10th, 2008 |
| Replies: 4 Views: 585 http://www.hotscripts.com/PHP/index.html |
Forum: PHP Apr 10th, 2008 |
| Replies: 4 Views: 585 |
Forum: PHP Mar 24th, 2008 |
| Replies: 1 Views: 540 any software can make a report like crystal report for php ?? or convert it to pdf,word n excel...?
Thanks all,
Ardy Satria H |
Forum: PHP Mar 23rd, 2008 |
| Replies: 1 Views: 543 |
Forum: PHP Mar 19th, 2008 |
| Replies: 3 Views: 2,330 Try to remove .htaccess or htaccess.txt file, or rename it. |
Forum: PHP Mar 18th, 2008 |
| Replies: 2 Views: 519 install xampp
if u use xampp..
u must to save file in folder htdocs/
or u use easyphp
u must to save file in folder www/ |
Forum: PHP Mar 18th, 2008 |
| Replies: 1 Views: 410 Anyone can help me to tell me what the best accounting,payroll,inventory,andPOS open source software web based with php-mysql ?
Thanks 4ll |
Forum: PHP Mar 18th, 2008 |
| Replies: 4 Views: 1,103 3. for ($i27 = 0; $i27 < =$numrows27; $i27++ )
must be for ($i27 = 0; $i27 <=$numrows27; $i27++ )
: true= '<=' not '< =' |
Forum: PHP Mar 18th, 2008 |
| Replies: 4 Views: 1,103 ur mistake:
1. line 55
echo "<b>Weekly task reports format</b>";
3/17/2008echo "<BR>";
true: echo "<b>Weekly task reports format</b>
3/17/2008 <BR>";
2. headerinfo1();
what for u you use... |
Forum: PHP Mar 18th, 2008 |
| Replies: 1 Views: 412 how to running apache and pws togther???
Thanks,
Ardy SAtria |
Forum: PHP Mar 13th, 2008 |
| Replies: 4 Views: 842 Can you give me a database structure so i can help you..
thanks,
Ardy Satria |
Forum: PHP Mar 13th, 2008 |
| Replies: 2 Views: 927 Anyone want to help me to show how make a search with multiple words and condition like or and not..
google search..
Thanks for read my thread..
Ardy Satria H
>email address snipped< |
Forum: PHP Mar 12th, 2008 |
| Replies: 3 Views: 874 you must convert your data to pdf format before you print... |
Forum: PHP Mar 12th, 2008 |
| Replies: 4 Views: 1,444 |
Forum: PHP Mar 12th, 2008 |
| Replies: 6 Views: 575 just set your id auto_increment.. |
Forum: PHP Mar 12th, 2008 |
| Replies: 4 Views: 1,444 what for u want pass string with url...
its not secure |
Forum: PHP Mar 12th, 2008 |
| Replies: 10 Views: 987 Sorry here the true code:
ndex.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Invoice System</title>
<meta http-equiv="Content-Type"... |