Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
55% Quality Score
Upvotes Received
13
Posts with Upvotes
12
Upvoting Members
10
Downvotes Received
13
Posts with Downvotes
13
Downvoting Members
6
1 Commented Post
0 Endorsements
Ranked #530
~67.9K People Reached
Favorite Forums
Favorite Tags

103 Posted Topics

Member Avatar for xuexue
Member Avatar for David_190
0
2K
Member Avatar for hno

[QUOTE=hno;1069905]HI I want to a make an entertainment web site . What kind of it is more popular now ? how about a game web site ? In my country there isn’t any online game web site and I want to make a online game web site . Can anyone …

Member Avatar for thomas88
-1
238
Member Avatar for rajabhaskar525

hi all, i want to send sms to mobile phones from web site . is there any solution for this ....... give me idea!!!!!!!!.......

Member Avatar for Bishnoi_1
1
2K
Member Avatar for Kparas

see [URL="http://www.daniweb.com/code/snippet236476.html"]this[/URL] thread. it will help you.

Member Avatar for rahulnamdev
0
487
Member Avatar for shishtawitch

[QUOTE=digital-ether;1053326]This it the embed code for that particular page: [CODE]<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/NMAYr709-9Y&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/NMAYr709-9Y&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>[/CODE] Notice the only unique thing is: NMAYr709-9Y hi, i tried above 2nd one but i am failed to get video. [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for Mark_24
0
502
Member Avatar for rajeesh_rsn

[QUOTE=rajeesh_rsn;828226]Hi i have created a website for my client using PHP and mysql . The client need to backup a table in database as excel file every day. Well he had no idea about coding and all ... He need to backup using a simple way. Please anyone let me …

Member Avatar for arslanqamar
0
799
Member Avatar for tryphy

first check current password using select query. if match current password with db value update that particular password with new password using update query in mysql.

Member Avatar for liza_1
0
2K
Member Avatar for Blacklister

by using ajax we can update date with out refreshing the page . see w3shools ajax tutorials.

Member Avatar for ketan_156
0
604
Member Avatar for super_noobie

[QUOTE=super_noobie;1064389]hey all I have a standard php form and I want a to add paypal purchasing action to it as well. is there an easy way to do this? thanks in advance[/QUOTE] post your code first. if is it has any modification , let me see your code.

Member Avatar for sheltonjb
0
211
Member Avatar for briandns1

[QUOTE=ardav;915041]I've used one recently called Help Desk 1.0 by Linux Web Shop. The live chat module is awesome (for free). It also has a ticket system and a knowledge base builder (a complete support package). Unfortunately I can't remember from where I downloaded it (I think it was sourceforge, but …

Member Avatar for diafol
0
388
Member Avatar for rajabhaskar525

hi all, i am new to php. i want know about how to import contacts from yahoomail,gmail, orkut, facebook, xing,..........like. if anybody know about these. help me. share with me. ........

Member Avatar for muralibobby2015
0
183
Member Avatar for star_lavender

[CODE]<td><table width='900' border='1'> <tr> <td><div align='center'><strong>No.</strong></div></td> <td><div align='center'><strong>Question</strong></div></td> <td><div align='center'><strong>Rating</strong></div></td> <td><div align='center'><strong>Amount</strong></div></td> <td><div align='center'><strong>Remark</strong></div></td> </tr> <?php while($row = mysql_fetch_array($result)) { <td width="350" align="center" width="20"><?php echo $i;?></td> <td width="350"><?php echo $row[question];?></td> <td align="center" width="500"> <input type="radio" name="rating<?=$i?>" value="1"/>1 <input type="radio" name="rating<?=$i?>" value="2"/>2 <input type="radio" name="rating<?=$i?>" value="3"/>3 <input type="radio" name="rating<?=$i?>" value="4"/>4 <input …

Member Avatar for star_lavender
0
3K
Member Avatar for andydeans

have a look at [URL="http://www.daniweb.com/forums/thread182333.html"]this [/URL] it will help you

Member Avatar for andydeans
0
778
Member Avatar for pedroteixeira07

[CODE]//connect //ordering the latitude $query="SELECT * FROM Position ORDER BY Latitude ASC"; $result=mysql_query($query); if (!$result) { echo 'Could not run query: ' . mysql_error(); exit; } while($row = mysql_fetch_row($result)) { echo $row['P_ID ']."<br>"; echo $row['Latitude ']."<br>"; echo $row['Longitude']; } //echo $row[1]; //echo $row[2];[/CODE] try like this

Member Avatar for conord
0
93
Member Avatar for cane23

use implode to store multiple values [CODE]if($_POST['coursecode_1']) { $store=implode(",",$_POST['coursecode_1']); }[/CODE] use explode to split the string. [CODE]$s=explode(",",$store); for($=0;$i<count($s);$i++) { echo $s[$i]; }[/CODE]

Member Avatar for rajabhaskar525
0
85
Member Avatar for ajithperuva

see this links [URL="http://in.search.yahoo.com/search;_ylt=A3llmkTSj49LY2kAqb67HAx.?p=.htaccess+url+rewrite&fr2=sb-top&fr=yfp-t-704&rd=r1&sao=1"]link[/URL] [URL="http://www.iwebtool.com/htaccess_url_rewrite"]link1[/URL] [URL="http://in.search.yahoo.com/search;_ylt=A3llmkTSj49LY2kAqb67HAx.?p=.htaccess+url+rewrite&fr2=sb-top&fr=yfp-t-704&rd=r1&sao=1"]link2[/URL]

Member Avatar for rajabhaskar525
0
93
Member Avatar for baseballfury
Member Avatar for Pooja J.

hi , first store the cities in database separeted with cammas(","); and check the multiful values are stored in database or not. [CODE]<?php $con=mysql_connect("localhost","root",""); $db=mysql_select_db('state'); $name=$_POST['name']; //$city=$_POST['city']; $abc=$_POST['city']; for ($i=0; $i<count($abc); $i++) { $city = $city.",".$abc[$i]; } $submit=$_POST['submit']; if(!empty($submit)) { $query=mysql_query("insert into city(name,city) values('$name','$city')"); } ?>[/CODE] and explode the cities …

Member Avatar for urtrivedi
0
111
Member Avatar for Pooja J.

[CODE]<? ob_start(); extract($_POST); extract($_REQUEST); session_start(); $con=mysql_connect('localhost','root',''); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("databasename", $con); if($_POST['username']!='' && $_POST['password']!='') { //echo $url;exit; $select=mysql_query("select * from user_registration where username='$username' and password='$password'"); $count=mysql_num_rows($select); if($count>0) { $fetch=mysql_fetch_array($select); $_SESSION['user_id']=$fetch['auto_id']; header("location:my_account.php"); } else { $exists=1; } } ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for Pooja J.
0
191
Member Avatar for tryingtofindout

[CODE]$num=mysql_num_rows($sql); if($num>0) { while($row=mysql_fetch_array($sql)) { echo"<table>"; } } else { echo "<table>"."no records here"; }[/CODE] try like this. i am not sure this is working or not.

Member Avatar for tryingtofindout
0
130
Member Avatar for dylank

try this [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> PHP Hardcoded Login Script! </title> <script language="javascript"> function checkvalid() { var name=document.formx.postUser.value; var pass=document.formx.postPass.value; if(name=="") { alert("enter user name"); document.formx.postUser.focus(); return false; } if(pass=="") { alert("enter user name"); document.formx.postPass.focus(); return false; } if((name=="admin")&&(pass=="pass")) { var st=document.getElementById('loginStatus'); …

Member Avatar for NettSite
0
159
Member Avatar for codeblock
Member Avatar for codeblock
0
185
Member Avatar for motters

[CODE] if($_SESSION['user_id']==1) { //put user links here. } if($_SESSION['user_id']==1) { //put admin links here. } [/CODE]

Member Avatar for motters
0
941
Member Avatar for kuteinheart

do like this. [CODE]<?php $start = new DateTime('08-06-1995 Europe/Copenhagen'); // DD-MM-YYYY $end = new DateTime('22-11-1968 Europe/Amsterdam'); if ($start < $end) { echo "Correct order"; } else { echo "Incorrect order, end date is before the starting date"; } ?>[/CODE] for refrence see this [URL="http://in2.php.net/manual/en/function.date-diff.php"]link[/URL] hope it will helps you.

Member Avatar for rajabhaskar525
0
243
Member Avatar for virspy

replace $start=$_GET['start']; with [CODE]$start=$_REQUEST['start'];[/CODE] put echo before $COND [CODE] echo $eu,$limit; $COND .= " hotel_id <> 0 AND is_futured='Y' AND status=1 order by hotel_name limit $eu,$limit";[/CODE] see the start & limit value you will find error. i hope it helps you.

Member Avatar for rajabhaskar525
0
110
Member Avatar for simondmeredith

[CODE] <?php $email = $_REQUEST['email'] ; $name = $_REQUEST['name'] ; mail( "Saamon@live.com", "Website Opt In Form Results", $message, "From: $email" ); echo"<script language='javascript'>newwindow('index.html');</script>"; ?>[/CODE] and javascript code in header of page [CODE]<script language="javascript"> function newwindow(url) { var url = url; window.open(url,'MyWin','resizable=yes,scrollbars=yes,width=200,height=200,left=400,top=250'); } </script>[/CODE] try like this

Member Avatar for saiprem
0
144
Member Avatar for vimal88
Re: php

post your correct question here . actualy what do you want .

Member Avatar for rajabhaskar525
-1
65
Member Avatar for tryphy

[QUOTE=tryphy;1132719]Hi I have this login page where user enters in and goes to main page, it has a button called enter form >> which on clicks go to a form submission page . The user enters the form and click submit, once he click submit the form is submitted and …

Member Avatar for tryphy
0
10K
Member Avatar for WickidGRAFX

hi, your javascript is not working. i mode some modification. replace your dropdown code with [CODE]<?php $result = mysql_query("SELECT id, book_name FROM iin_books"); ?> <select name="category" id="category" onchange="ajaxGetInfo(this.value);"> <option >Select a book title...</option> <?php if(mysql_num_rows($result)!=0){ ?> <?php while($nt=mysql_fetch_array($result)){ ?> <option value="<?=$nt['id']?>" > <?=$nt['book_name']?> </option> <?php } } ?> </select>[/CODE] and …

Member Avatar for WickidGRAFX
0
7K
Member Avatar for aryanmughal
Member Avatar for Addweb
Member Avatar for Cha0sBG

[CODE]<?php // Create a link to MSSQL $link = mssql_connect('servername', 'username', 'password'); // Select the database 'php' mssql_select_db('databasename', $link); ?> [/CODE] i think connect to sql server use above code. see this [URL="http://in2.php.net/manual/en/function.mssql-select-db.php"]link[/URL] for more information about microsoft sql server in php. hope this will helpful to you.

Member Avatar for rajabhaskar525
0
168
Member Avatar for srya

by usng now we can get the current date. compare this date with already stored date to expire the date or not [CODE]now();[/CODE]

Member Avatar for rajabhaskar525
0
65
Member Avatar for preetg
Member Avatar for ee12csvt
Member Avatar for sandipan.rcciit

[QUOTE=sandipan.rcciit;1133077]hello frnd, i want to integrate my web page with paypal service for shopping cart. for that purpose i use IPN (paypal notification service). i create a page name ipn.php to catch the paypal post and another page paypal.inc.php to describe all the variable and action to be done with …

Member Avatar for sandipan.rcciit
0
282
Member Avatar for tyrium

using arrays we can store multiple values. for array see w3school .com tutorial

Member Avatar for tyrium
0
156
Member Avatar for ryan311

in the database table set one field as primary key and set extra(this is coloumn in table ) field as auto_increment.

Member Avatar for muralibobby2015
0
2K
Member Avatar for virtualmisc

try below code [CODE]<script language="javascript"> function functionname() { var emailFormat = /^\w(\.?[\w-])*@\w(\.?[\w-])*\.[a-zA-Z]{2,6}(\.[a-zA-Z]{2})?$/i; var email=document.formname.emailfieldname.value; if(email=="") { alert("Please Enter The Email Id"); document.formname.emailfieldname.focus(); return false; } if(email!= "") { var eres=email.search(emailFormat); if(eres == -1) { alert("Please Enter Valid Email Id "); window.document.formname.emailfieldname.focus(); return false; } } else { return true; } …

Member Avatar for muralibobby2015
0
184
Member Avatar for ravi0703

use confirm()in java script. if you click ,submit the form and write insert query to insert the data into db , if you click cancel it will not do any thing

Member Avatar for diafol
0
89
Member Avatar for vishalonne

try like this [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script language="javascript"> function createsize() { s_count=document.getElementById('si_count').value; sz_count=document.getElementById('size_count').value; var tbl = document.getElementById('table2'); sz_count1=sz_count; if(s_count!=1) { //alert(sz_count); sz_count=parseInt(sz_count)+ parseInt(s_count)-1; //alert(sz_count); } var lastRow = tbl.rows.length; for(i=lastRow;i>s_count+1;i--) { tbl.deleteRow(i); } for(i=sz_count1;i<=sz_count;i++) { …

Member Avatar for vishalonne
0
158
Member Avatar for srya

[CODE]$Qselect= mysql_query("select * from tablename where tittle='$title(your titlename)' or title like '$title(your titlename)' "); $fetch=mysql_fetch_array($Qselect); echo $fetch['no of posts'];[/CODE] try like this.

Member Avatar for rajabhaskar525
0
121
Member Avatar for PHP4LIFE

use this [URL="http://www.w3schools.com/PHP/php_cookies.asp"]tutorial[/URL] it will helps you.

Member Avatar for rajabhaskar525
0
107
Member Avatar for jmercola

[CODE] $login_successful="1"; if ("$login_successful" == "1") { echo"<a href='http://www.icselect.com/login.php?logout=1'> Logout</a>" ; } else { echo"<a href='http://www.icselect.com/login.php'> Login</a>" ; } [/CODE] i tried like above i got correctly in my localhost. it prints 1 for logout o for login.

Member Avatar for vaultdweller123
0
139
Member Avatar for rajabhaskar525

hai all, i am working shopingcart project . i got one error[CODE]HTTP/1.1 200 OK Date: Fri, 12 Feb 2010 12:01:22 GMT Server: Apache/2.0.55 (Win32) PHP/5.1.4 X-Powered-By: PHP/5.1.4 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Keep-Alive: timeout=15, max=88 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: …

Member Avatar for whiteyoh
0
82
Member Avatar for mastia22

in php get values from url using REQUEST[]. [CODE]$id=$_REQUEST['id']; $postid=$_REQUEST['posid'];[/CODE]

Member Avatar for mastia22
0
157
Member Avatar for syarmil

[CODE]ob_start(); $con = mysql_connect("localhost","username","password"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("dbname", $con);[/CODE] try this one

Member Avatar for Stefano Mtangoo
0
421
Member Avatar for virspy
Member Avatar for saiprem
0
100
Member Avatar for anje
Member Avatar for vaultdweller123
-1
47
Member Avatar for whiteyoh

for first page start variable $s=0 ; from the second page onwords Get the start variable from URL[CODE] $s = $_GET['s'] ;[/CODE]

Member Avatar for whiteyoh
0
119

The End.