Posts
 
Reputation
Joined
Last Seen
Ranked #283
Strength to Increase Rep
+13
Strength to Decrease Rep
-3
79% Quality Score
Upvotes Received
76
Posts with Upvotes
72
Upvoting Members
51
Downvotes Received
31
Posts with Downvotes
31
Downvoting Members
6
44 Commented Posts
5 Endorsements
Ranked #340
Ranked #126
~549.89K People Reached
About Me

EverPeaceFuLL

Interests
Music , Painting & Planting ...
PC Specs
Microsoft Windows 7 Enterprise, AMD Athlon (tm) II X2 245 Processor 2.90 GHz,3 GB of RAM
Favorite Tags
Member Avatar for samaru
Member Avatar for The Dude
Member Avatar for Duki
Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for Q8iEnG

hello.. read the following: How to Disable 'View Source' [url]http://www.felgall.com/htmlt4.htm[/url] [url]http://www.encrypt-html.com/_disable_view_source.htm[/url] [url]http://en.allexperts.com/q/Javascript-1520/disable-view-source-1.htm[/url] [url]http://www.15seconds.com/howto/pg000916.htm[/url]

Member Avatar for π™ΉπšŠπšœπš–πš’πš—πšŽοΌˆγƒ€γƒΌγƒͺン)
1
14K
Member Avatar for LastMitch
Member Avatar for LoanHensley
6
6K
Member Avatar for php2sheik

helloo... see this link will help you... [url]http://php.bubble.ro/scripts/numbers-words.php[/url]

Member Avatar for Vinoth_7
0
4K
Member Avatar for manish812

this error will occur at the times of: 1.any space is there before the session_start(); function..Means it sholu be the first line of your application... 2.dont use session_start(); as twice (in your main application and in your included application)

Member Avatar for Steven_17
0
4K
Member Avatar for dharam_05

1.A NULL value represents the absence of a value for a record in a field (others softwares call it also a missing value). 2.An empty value is a "field-formatted" value with no significant data in it. 3.NULL isn't allocated any memory, the string with NUll value is just a pointer …

Member Avatar for jacks009
0
13K
Member Avatar for keanan

hello keanan... see this link, will help to solve your problem... [url]http://bestdeveloper.blogspot.com/2008/01/are-getting-spammed-while-sendig-emails.html[/url]

Member Avatar for swati_7
0
3K
Member Avatar for cy163

or try this: [code] SELECT t1.Name, SUM(t1.Salary + t2.Bonus) as Total From tb1 as t1, tb2 as t2 WHERE t1.Name = t2.Name group by t1.Name order by t1.Salary [/code]

Member Avatar for rpv_sen
0
11K
Member Avatar for xuexue

As i understood, see this code: [code] <script type="text/javascript"> function change_send(x) { //alert(x); window.href="page2.php?text="+x; } </script> <html> <p> <table> <tr> <td> Your full name:</td> <td> <input type="text" name="fullname" onChange="change_send(this.value);"></td> </tr> </table> </html> [/code] or come up with clear information.

Member Avatar for Manoj_16
0
15K
Member Avatar for chilly_peppers
Member Avatar for XP78USER
2
1K
Member Avatar for <M/>
Member Avatar for jephthah
Member Avatar for uselessninja

So much stuff is there in google.. Use better keywords. [url]http://www.google.co.in/search?source=ig&hl=en&rlz=&q=insert+form+data+into+mysql+using+php&aq=0&aqi=g7g-v3&aql=&oq=insert+form+data+[/url]

Member Avatar for diafol
0
301
Member Avatar for anupam_smart
Member Avatar for php2sheik

First you need to register with payment gate way service providers to make it work on your site..Then they will tell you the information for integration..which is not difficult : just send proper values to specified path which differs for different payment gateways..

Member Avatar for Sudhir_1
0
369
Member Avatar for debasisdas
Member Avatar for rajeesh_rsn

And also check for separate tables.. [url]http://www.bigresource.com/PHP-Import-Excel-file-into-MySQL-database-3GCFOrrb.html#r2WzqLkg[/url]

Member Avatar for arslanqamar
0
771
Member Avatar for Doctor Inferno
Member Avatar for sk8ndestroy14
Member Avatar for SgtMe
Member Avatar for anuj_sharma

For web development , dotNet is the best..... Java is heavily used throughout the industry. It is now open source so does not depend on Sun alone anymore. Advantage of Java is that it can run anywhere while Microsoft stuff only runs on MS systems.

Member Avatar for rumisa
0
338
Member Avatar for ldsc

see this link: [url]http://www.daniweb.com/forums/thread139562.html[/url] [url]http://www.pulasthi.info/2008/09/how-to-increase-pr-rank.html[/url] [url]http://www.articlesbase.com/seo-articles/increase-website-traffic-and-google-pr-by-back-links-543028.html[/url]

Member Avatar for jessicarobort
0
320
Member Avatar for divyakrishnan

After processing the POST page(db insertions), redirect the user to the same page. if you want check for duplicate record in your db table, then try this like: [code] $q=mysql_query("select id from login where username=".$user_name); $count=mysql_num_rows($q); if($count==0) { // your insert code } else { echo "already exists in database."; …

Member Avatar for Szabi Zsoldos
0
775
Member Avatar for akshit

Hello.. Try this code to update three or more fields in database: [code=php]$qur= "update `users` set `username`='".$_POST['username']."', `password`='".$_POST['password']."', `name`='".$_POST['name']."', `email`='".$_POST['emailid']."', `phone`='".$_POST['phoneno']."', `country`='".$_POST['country']."', `county`='".$_POST['county']."', `city`='".$_POST['city']."', `pincode`='".$_POST['zip']."', `shipping`='".$_POST['shipping']."', `billing`='".$_POST['billing']."', `organisation`='".$_POST['org']."', `fax`='".$_POST['fax']."' where id=".$_GET['id']; mysql_query( $qur) ;[/code] I think it will work properly after this... ShantI

Member Avatar for TomH.PG
0
8K
Member Avatar for Shanti C

Hi All, Im generating some output files(kind of reports) in my reportGenerator class.Acutally im creating then into hard disk and showing them in browser. But i want this scenario to be developed into my project : Want to return the generated file as stream to another class, and show that …

Member Avatar for JamesCherrill
0
142
Member Avatar for nish123

what to confused.. you can write.. [code] if($current_month==1) { $lastmonth=12; } else { $lastmonth=$current_month-1; } [/code]

Member Avatar for Webiswide
0
14K
Member Avatar for SWAT

hi happygeek, Greetings.. i want to change my username from Shanti Chepuru to Shanti C Please Change accordingly. Thanks in Advance.

Member Avatar for <M/>
0
1K