Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
6
Posts with Downvotes
5
Downvoting Members
5
1 Commented Post
1 Endorsement
Ranked #860
Ranked #2K
~9K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

22 Posted Topics

Member Avatar for cwarn23

[CODE] php header('location:www.google.com'); javascript : window.location = 'www.google.com'; [/CODE]

Member Avatar for coreyavis
4
2K
Member Avatar for shilu2
Member Avatar for eyeda

[http://rajeevphp2011.blogspot.in/2012/05/export-to-excel-from-php-mysql.html](http://rajeevphp2011.blogspot.in/2012/05/export-to-excel-from-php-mysql.html)

Member Avatar for eyeda
0
210
Member Avatar for GlenRogers
Member Avatar for naru vaishnaw

are you want mail with attechment [ please cick here](http://rajeevphp2011.blogspot.in/2012/03/mail-script-for-attach-file.html)

Member Avatar for pritaeas
0
156
Member Avatar for umcookeg

[ show how to call php function in javascript ](http://rajeevphp2011.blogspot.in/2012/03/call-php-function-into-javascript-using.html)

Member Avatar for rajeevphp2011
1
2K
Member Avatar for collinskawere

$result = mysql_query($query); in this line $result = mysql_query($query , $db);

Member Avatar for mohamedasif18
0
245
Member Avatar for rajeevphp2011

any one please explain me how to use cakephp framework or any MVC base framework . i have knowledge of php and WordPress

Member Avatar for rajeevphp2011
-2
442
Member Avatar for Ctechnology24

[CODE] <?php echo "<a href='ProfileDoctor.php' style='color:#33FF00;'>$dname</a>"; ?> [/CODE]

Member Avatar for Member #120589
0
143
Member Avatar for aianne

line no 103 to 106 [CODE] $result=mysql_query("UPDATE studentinfo_tbl SET ID='$ID', FirstName='$FN', LastName='$LN', Year='$Year', Course='$Course' WHERE ID='$ID'") or die(mysql_error()); //$result=mysql_query($query); if($result) // mysql_affected_row() { echo("<br>Record Updated!"); } else { echo("Failed to Update Record!"); }[/CODE]

Member Avatar for rajeevphp2011
0
331
Member Avatar for Member #900048

for better solution you store path (url) in database and image file in folder when you fetch record from database that time check url exis or not them check file exist or not it better solution

Member Avatar for rajeevphp2011
0
155
Member Avatar for patrick1981

you are also use join operation for solution [URL="http://rajeevphp2011.blogspot.in/2012/02/how-to-use-join-in-mysql_4806.html"]http://rajeevphp2011.blogspot.in/2012/02/how-to-use-join-in-mysql_4806.html[/URL]

Member Avatar for rajeevphp2011
0
210
Member Avatar for jonsman

html is client side scripting and for dynamic site need to server side language such as PHP ,ASP ,JSP etc or you use any CMS for this

Member Avatar for stultuske
0
105
Member Avatar for gopi17
Member Avatar for gopi17
0
95
Member Avatar for fire eaters
Member Avatar for hericles
0
135
Member Avatar for Gaurav Bindal

you are also use this condition and try in server not in localhost and use $header also if(mail($to, $subject, $message)) { echo 'Email successfully sent'; } else { echo 'Email is not successfully sent'; }

Member Avatar for Biiim
0
257
Member Avatar for trektrak

[CODE]<html> <body> <script type="text/javascript"> var d = new Date(); var time = d.getHours(); if (time == 10 ) { document.write("<b>Good morning</b>"); } </script> <p>This example demonstrates the If statement.</p> <p>If the time on your browser is less than 10, you will get a "Good morning" greeting.</p> </body> </html>[/CODE]

Member Avatar for Troy III
0
219
Member Avatar for drelix01

use this $_SESSION['myusername']=$myusername; in place of $_SESSION['myusername']==$myusername;

Member Avatar for rajeevphp2011
0
157
Member Avatar for whit89
Member Avatar for rajeevphp2011
-1
154
Member Avatar for maxxx2000

[URL="http://rajeevphp2011.blogspot.in/2012/02/mobile-number-validation-in-javascript_3393.html"] for mobile number validation [/URL]

Member Avatar for rajeevphp2011
0
102
Member Avatar for mtho

echo date('d-m-Y', strtotime($date)); for change date format in php

Member Avatar for rajeevphp2011
0
221
Member Avatar for rajeevphp2011

we are want to pass value in url when we click om menu in <?php wp_nav_menuservice(array('menu' => '27')); ?> function click on menu , current output in url: [url]http://localhost/daffodilsite/?page_id=540[/url] and we want in url: [url]http://localhost/daffodilsite/?page_id=540&cityid=3[/url] please help me how to pass cityid in url thanks Rajeev Dhar

Member Avatar for blocblue
0
113

The End.