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.3K People Reached
Member Avatar for jessa_lee

I've got a basic subscription list signup for a website, and a basic form to input the text for sending an email to the subscribers... but I need to know what steps I need to take to create an HTML email, place a different main topic in the newsletter each …

Member Avatar for smartedesigners
0
1K
Member Avatar for lordx78

auth.php [code=php] <?php // start session session_start(); // convert username and password from _POST or _SESSION if($_POST){ $_SESSION['username']=$_POST['username']; $_SESSION['password']=$_POST['password']; } // query for a user/pass match $result = mysql_query("SELECT * FROM users WHERE username='" . $_SESSION['username'] . "' and password='" . $_SESSION['password'] . "'"); // retrieve number of rows resulted …

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
172
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
213
Member Avatar for rich69

Hello ALL: New to the forum. I have run into a problem over the past 48 hours for which I can't seem to be able to resolve. I am running an Apache 2.0 Server, with PHP, and MySQL. All servers were working fine until 48 hours ago when all hell …

Member Avatar for omoabobade
-1
306
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
112
Member Avatar for Phil++

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
122
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
148
Member Avatar for chichi

hello All please help i have a website i got from Geodesic. but wen i try to log on to the backend /admin i get this error: The specified CGI application misbehaved by not returning a complete set of HTTP headers. please help anyone.

Member Avatar for AnDurugkar
0
212
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
95
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
148
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
163
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
109
Member Avatar for sarithak

Hi frns.. here i am going to do paging ... upto now i got correctly what i mentioned([B]previous & next [/B]) here... but i need to add [B]last[/B] and [B]first[/B] also.... plz see this code with patience.... reply me asap.... [CODE] <?php include("config.php"); $page_name="index.php"; $start=$_GET['start']; // To take care global …

Member Avatar for forzadraco
0
280
Member Avatar for punithapary

Hi I created one website with login form.In that form after login with username and password i entered into welcome page after that i clicked logout then my page gets logout then i clicked back option in my browser that time it shows well come page i want to avoid …

Member Avatar for Shanti C
0
119
Member Avatar for mark1993

Hello is there anyone here that is agreat forum creater I need your help please!! I just cant seem to make a great forum can someone help me create a forum?

Member Avatar for MVied
0
132
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
90
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
135
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
105
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
82
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
65
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
101
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
61
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
62
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
77
Member Avatar for jonnica

hi frnds, My problem is that i am having a form that makes selects various persons profile through check boxes. Now i want that in my mysql database , those selected gets stored against the login user on bookmark button click. Problem comes when the user again logins , if …

Member Avatar for forzadraco
0
99
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
83
Member Avatar for forzadraco

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

0
62
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
101