- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
60 Posted Topics
Re: 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 ? | |
Re: there are something wrong with ur admin.php script.. can you show me it's script | |
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.. | |
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 … | |
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 | |
Re: [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 … | |
[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 ? | |
Re: Try to remove .htaccess or htaccess.txt file, or rename it. | |
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] | |
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? | |
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: … | |
anyone can help mo to tell the algorithm how to make server uptime application like serveruptime.com? [url]http://www.duniaislam.site50.net[/url] | |
Re: <?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 … | |
Re: in logout code.. unregister and destroy your session and put shanti's code in top of your page admin code | |
Re: just use open source web forum like phpbb or smf forum | |
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. ![]() | |
range of datetime data type (show all records in between 2 dates. example: form 2008/10/01 to 2008./12/12). thanks | |
how to make a submit button with rollover image n that image use .png file that can't be render with IE6..? | |
[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" … | |
how to copyng data from another database postgre to mySQL database without cronjob with realtime... thanks | |
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.. … | |
how to copyng data from another database postgre to mySQL database without cronjob with realtime... php can do it..? thanks | |
how to make sorting field in table based on alphabetical sorting descending-ascending.. can anyone give a link tutorial that? | |
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 | |
Re: not spesifik... please with ur source code | |
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... | |
anyone can help me to show me how to make multiple search with multuple parameter? thanks, Ardy SH | |
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...? | |
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. | |
i have a code like : [code=html]<table width="242" cellpadding="0" cellspacing="0" class="Form"> <tr> <td width="11" class="leftTopForm small"> </td> <td width="174" class="centerTBForm small"> </td> <td width="55" class="rightTopForm small"> </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 … | |
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 | |
any software can make a report like crystal report for php ?? or convert it to pdf,word n excel...? Thanks all, Ardy Satria H | |
Re: 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? | |
Anyone can help me to tell me what the best accounting,payroll,inventory,andPOS open source software web based with php-mysql ? Thanks 4ll | |
Re: 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] | |
how to running apache and pws togther??? Thanks, Ardy SAtria | |
Re: what for u want pass string with url... its not secure | |
Re: Can you give me a database structure so i can help you.. thanks, Ardy Satria | |
Re: you must convert your data to pdf format before you print... | |
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< | |
Re: hello world: just write: <?php echo""Hello World'; ?> and save with extension file .php | |
Re: 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' "; | |
Re: 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 … | |
Re: [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 ? | |
Re: [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 |
The End.