Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~12.7K People Reached
Favorite Tags

60 Posted Topics

Member Avatar for jessa_lee

mail($to,"Discount offer",$message,"From: [email]noreply@bisnis-indonesia.biz[/email]\n MIME-Version: 1.0\n Content-type: text/html; charset=iso-8859-1 \n Reply-To: [email]promo@bisnis-indonesia.biz[/email]\nX-Mailer: PHP/"); why is not didn't work www.bisnis-indonesia.biz ? server problem or code problem ?

Member Avatar for smartedesigners
0
1K
Member Avatar for lordx78

there are something wrong with ur admin.php script.. can you show me it's script

Member Avatar for markashworth
0
4K
Member Avatar for forzadraco

i have a problem: i want redirect everything page in url: ex: [url]http://dracotech.biz[/url] to [url]http://www.dracotech.biz[/url] . want to add www. in everything request from user.. maybe with mode rewrite in apache but i didn't find way how to do it..

Member Avatar for rsleventhal
0
173
Member Avatar for forzadraco

i have problem with rewrite url in .htaccess [CODE] Options +FollowSymLinks RewriteEngine On RewriteBase /web/ RewriteRule ^([^/]*)$ artist.php?artist=$1 [R] [/CODE] i'm used [R] because i can see that mistake.. if i'm type: [url]http://localhost/web/djardy[/url] but it's redirect to : [url]http://localhost/web/artist.php?artist=artist.php[/url] it's should be redirect to : [url]http://localhost/web/artist.php?artist=djardy[/url] and i change the …

Member Avatar for royalrai_p
0
215
Member Avatar for rich69
Member Avatar for forzadraco

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

Member Avatar for pritaeas
0
114
Member Avatar for Phil++

[QUOTE=Phil++;1015930]Hey, I'm working on a College project that means you have to re-do the database each time you work on your assignment. So, what I'm hoping to create is a file called "sql_connect.php" which will check if the table is there, if not.. It will run the function that creates …

Member Avatar for forzadraco
0
124
Member Avatar for forzadraco

[code]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/");[/code] why is not didn't work [url]www.bisnis-indonesia.biz[/url] ? server problem or code problem ?

Member Avatar for rm_daniweb
0
149
Member Avatar for chichi
Member Avatar for forzadraco

please tell me the algorithm serveruptime.com and how ping and get ping result in php [url]http://www.kampanye-damai-pemilu-indonesia2009.comyr.com[/url]

Member Avatar for cwarn23
0
97
Member Avatar for forzadraco
Member Avatar for forzadraco

anyone can help me to make regular expression [code ] $string=" xxxxx xxxxx <body border='0'> <script language=javascript> ... word1 ... word2 ... word3... word4 ... </script> "; i want to remove all word from that string if that string have minimal three word'x' preg_replace(); how to make that regex?

Member Avatar for nav33n
0
151
Member Avatar for forzadraco

target.php: xas xjahs dajdh ajdhjas da d xxxx na dh ada hd main.php: <?php // removal malicious script by forzadraco $filename="target.php"; $existfile=@fopen($filename,"w"); if($existfile){ echo "file berhasil dibaca \n\n"; }else{ echo "file gagal dibaca \n\n"; } if( false == ($str=file_get_contents( $filename ))) echo "Could not read file."; else echo "File contents: …

Member Avatar for cwarn23
0
167
Member Avatar for forzadraco

anyone can help mo to tell the algorithm how to make server uptime application like serveruptime.com? [url]http://www.duniaislam.site50.net[/url]

Member Avatar for BeachyUK
0
113
Member Avatar for sarithak

<?php $items = array("red","yellow", "pink","green", "purple","blue", "orange","opal", "ruby","brown", "bronze","copper", "ginger","tope", "orange","light blue", "light green","dark yellow", "grey","black", "white","gold", "silver"); $thispage = $PHP_SELF ; $num = count($items); // number of items in list $per_page = 2; // Number of items to show per page $showeachside = 5 // Number of items to …

Member Avatar for forzadraco
0
283
Member Avatar for punithapary

in logout code.. unregister and destroy your session and put shanti's code in top of your page admin code

Member Avatar for Shanti C
0
122
Member Avatar for mark1993
Member Avatar for forzadraco

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.

Member Avatar for langsor
0
92
Member Avatar for forzadraco

range of datetime data type (show all records in between 2 dates. example: form 2008/10/01 to 2008./12/12). thanks

Member Avatar for Shanti C
0
136
Member Avatar for forzadraco

how to make a submit button with rollover image n that image use .png file that can't be render with IE6..?

Member Avatar for macneato
0
106
Member Avatar for forzadraco

[code=javascript] <script language="JavaScript"> <!-- function cek(){ counter=0; for(i=1;i<10;i++){ // i=1; if(document.getElementById('a'+i).checked==true){ //alert('aaddd'); counter++; } } if(counter==2){ //alert('adadeh'); for(i=1;i<=10;i++){ if(document.getElementById('a'+i).checked==true){ continue; }else{ document.getElementById('a'+i).disabled=true; } } }/* }else{ for(i=1;i<=9;i++){ document.getElementById('a'+i).disabled=false; } }*/ } //--> </script>[/code] [code=html] <pre> <form NAME="formnya" action="script1.html" method="post"> 1.<input type="checkbox" id="a1" name="pilihan[]" value="satu" onclick="cek()">satu 2.<input type="checkbox" id="a2" name="pilihan[]" value="dua" …

Member Avatar for Luckychap
0
84
Member Avatar for forzadraco

how to copyng data from another database postgre to mySQL database without cronjob with realtime... thanks

Member Avatar for mwasif
0
66
Member Avatar for forzadraco

i have some checkbox: i.e: [code=html]<input type="checkbox" name="a" value="a" onclick="check(this)" />a <input type="checkbox" name="b" value="b" onclick="check(this)" />b <input type="checkbox" name="c" value="c" onclick="check(this)" />c <input type="checkbox" name="d" value="a" onclick="check(this)" />a[/code] if user select >= 2choices, the other checkbox become disable and < 2choices become enable.. so user max choose 2 choices.. …

Member Avatar for ardeezstyle
0
103
Member Avatar for forzadraco

how to copyng data from another database postgre to mySQL database without cronjob with realtime... php can do it..? thanks

Member Avatar for rgviza
0
63
Member Avatar for forzadraco

how to make sorting field in table based on alphabetical sorting descending-ascending.. can anyone give a link tutorial that?

Member Avatar for zarawebfx
0
64
Member Avatar for forzadraco

sorry i'm beginner in javascript. I've problem.. i have a listbox with some value. if i selected a value i.e:'success' so another listbox become visible. anyone can help me..? thanks all

Member Avatar for Luckychap
0
79
Member Avatar for jonnica
Member Avatar for forzadraco

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...

0
85
Member Avatar for forzadraco

anyone can help me to show me how to make multiple search with multuple parameter? thanks, Ardy SH

0
64
Member Avatar for forzadraco

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 copying...?

Member Avatar for AaronASterling
0
103
Member Avatar for forzadraco

Hello all, i get a problem: 1 have 1 database and want to move some field in tabel to other database automaticly, how to make this happen to auto copyning data everyday or every hour..? anyone can help me.. Thanks for read my thread, Ardy Satria.

Member Avatar for mwasif
0
52
Member Avatar for jino
Member Avatar for forzadraco

i have a code like : [code=html]<table width="242" cellpadding="0" cellspacing="0" class="Form"> <tr> <td width="11" class="leftTopForm small">&nbsp;</td> <td width="174" class="centerTBForm small">&nbsp;</td> <td width="55" class="rightTopForm small">&nbsp;</td> </tr> <tr> <td colspan="3" class="mainForm"><p>User :<br> <input type="text" name="textfield2"> </p> <p>Password: <input type="password" name="textfield3"> <br /> <br /> <a href="#"><img src="_images/submit.png" border="0"></a></p></td> </tr> <tr> <td class="leftbottomForm …

Member Avatar for forzadraco
0
87
Member Avatar for forzadraco

i hv problem which: i have 2 radio button with value 'yes' and 'no' and one textbox, my question is : default the texbox is disabled and when user choose radio button "yes" the texbox become enabled... anyone can help me? thanks

Member Avatar for Traicey
0
65
Member Avatar for forzadraco

any software can make a report like crystal report for php ?? or convert it to pdf,word n excel...? Thanks all, Ardy Satria H

Member Avatar for sDJh
0
52
Member Avatar for Getty
Member Avatar for arch123

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 headerinfo1 function? can show me the code?

Member Avatar for nav33n
0
132
Member Avatar for forzadraco

Anyone can help me to tell me what the best accounting,payroll,inventory,andPOS open source software web based with php-mysql ? Thanks 4ll

Member Avatar for Free_Man
0
48
Member Avatar for NickRoss

install xampp if u use xampp.. u must to save file in folder [B]htdocs/[/B] or u use easyphp u must to save file in folder [B]www/[/B]

Member Avatar for nav33n
0
59
Member Avatar for forzadraco
Member Avatar for silviuks
0
58
Member Avatar for joker40
Member Avatar for jino
Member Avatar for lordx78

Can you give me a database structure so i can help you.. thanks, Ardy Satria

Member Avatar for nav33n
0
74
Member Avatar for sagedavis
Member Avatar for sagedavis
0
106
Member Avatar for forzadraco

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<

Member Avatar for JeniF
0
126
Member Avatar for toadzky

hello world: just write: <?php echo""Hello World'; ?> and save with extension file .php

Member Avatar for toadzky
0
102
Member Avatar for stalk

you must try with join syntax did 2 table have a relation...? example in this, we have relation in noid between 2table $query="select albumy.* from albumy left join ciste_media on albumy.noid=ciste_media.noid where albumy.EAN_kod='$EAN_kod' ";

Member Avatar for stalk
0
98
Member Avatar for vijukumar

Here the code: ndex.php <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Invoice System</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="css/styles.css" rel="stylesheet" type="text/css"> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center"><br> <br> <br> <table width="36%" border="0" cellpadding="8" cellspacing="0" class="text"> <tr> <td align="center" class="logo"><img src="graphics/cr8invoice.gif" width="137" height="38"><br></td> </tr> <?php …

Member Avatar for vijukumar
0
115
Member Avatar for heshangho

[QUOTE=heshangho;557465]hey guys.i installed the xampp but when i start the apache it says there is a some issue with the port80...do u have any idea on this??[/QUOTE] have you already installed IIS on windows ?

Member Avatar for heshangho
0
97
Member Avatar for vijukumar

[QUOTE=vijukumar;557720]what will be the type for salary field? should i use decimal or integer? please let me know which is the appropriate one. float or double

Member Avatar for silviuks
0
93

The End.