No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
27 Posted Topics
Hi Frnds.. plz check below code & tell me how to create DB table,inserting values for checkboxes.... its urgent plz.. [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=utf-8" /> <title>shopping</title> </head> <body class="bg"> <table width="780" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> <tr> <td> </td> </tr> … | |
Hi.. is there anybody having free php source code..plz sned me.. its urgent plz.... thanks in advance.. | |
Hi frnds..... i have small doubt.. here i am copying code..plz see once.. till the table ends..it works fine..the page moves to thanku page....but the feed back is not moving to the mail(mail function )........ [B][U]feedback.php[/U][/B] [CODE]<? $contact_name=$_POST['contact_name']; $contact_phone=$_POST['contact_phone']; $contact_email=$_POST['contact_email']; $contact_comments=$_POST['contact_comments']; $mail_body='<style type=text/css><!--td {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}--></style> … | |
Re: Hi Shanthi.. here the total code working properly... the problem arises when i write where condition...... here [CODE] $course=$_GET['course']; $query=("select * from course where course='".$course."' ) or die(mysql_error()); while($result=mysql_fetch_array($query)) { } [/CODE] This is the part of the code where i m getting an error. Error:mysql_fetch_array(); supplied arguement is not … | |
Hi frnds.. Here i am developing a portal like orkut.. i want to display recently visited users of my profile...whats the procedure... Is there anybody having code plz send me... Thanks in Advance... | |
Re: [QUOTE=osman85;656688]i need to be able to aquire the info from my form and send it to my email but i think i have some thing wrong here, if anyone could help it would be appreciated. thanks. [code] <?php /* Subject and Email Variables */ $emailSubject = 'Crazy PHP Scripting!'; $webMaster … | |
Re: [QUOTE=Tom Tolleson;661098]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 … | |
Hi.. anybody help plz.. diff ..between mozilla & IE. here some pages r differ(alignment) from mozilla to IE.. plz solve this problem..how can i rectify.. Thanks in Advance.. | |
Re: [QUOTE=Shanti Chepuru;665474]you have to use another mailid in the headers only... [code] $mailheader .= 'BCc:some@some.com' . "\r\n"; [/code] and use one mail id in $sendto....[/QUOTE] Hi Shanthi.. for the same code ,,can u explain Autoreply confirmation to users... plz... Thanks in Advamce.. | |
Hi frnds... If u have loginpage code by using sessions...plz send me.. Html+php code total... plz its urgent.. uptonow i used normal login page but,now i require by using sessions.. its urgent..plz send me.....asap... thanks in advance.. kishore | |
Re: [code] $dbhost = 'localhost'; $dbuser = 'root'; $dbpass = 'dbpassword'; $dbname = 'databasename'; $errorMessage = ''; $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error connecting to mysql'); mysql_select_db($dbname); $sql = " [B]QUERY [/B] "; $result = mysql_query($sql) or die('Query failed. ' . mysql_error()); ?> [/code] Hi.. once try to do this.....may … | |
Re: [QUOTE=Shanti Chepuru;661382]Hello Mr.Rakesh... Please go through this attachment... let me know if any problem....[/QUOTE] Thanks madam.. it is useful to me also.... it is working fine..but small changes require in database(i mean variables) ...thats not a big problem.. thanks for giving very accurate & fast reply...KEEP IT UP | |
Where do i get Remote Access Key for WHM? PLZ SEND ME ASAP.. | |
Re: Hi.. Try to do this....may be it will work..exactly i too dont know.. <form name=frm method =post> | |
hey, can some body help me with the CP web hosting services for windows in php...??? Control panel containing [B]site management[/B] consisting of hosted domains, domain manager, FTP manager, file manager, and [B]E-mail options[/B] consisting of E-mail manager, webmail, e-mail fwding. | |
Re: [code] <?php // we must never forget to start the session session_start(); $dbhost = 'localhost'; $dbuser = 'root'; $dbpass = ''; $dbname = 'urdbname'; $errorMessage = ''; if (isset($_POST['txtUserId']) && isset($_POST['txtPassword'])) { $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error connecting to mysql'); mysql_select_db($dbname); $userId = $_POST['txtUserId']; $password = $_POST['txtPassword']; // … | |
Re: <!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=utf-8" /> <title>Untitled Document</title> <style type="text/css"> <!-- .style12 {font-family: Verdana, Arial, Helvetica, sans-serif} .style28 {color: #FF0000} .style29 {font-family: Arial, Helvetica, sans-serif} --> </style> </head> <body> <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> </td> </tr> <tr> <td> </td> … | |
Hey, i need a help from u... when ever one of my users registered into my website,,,,then automaticaly conformation mail send to users email... plz send me asap....its urgent... | |
Re: Hi... try to use this URL.. I hope its helpful to u.... [U][url]http://hscripts.com/scripts/php/starrating.php[/url][/U] | |
Re: [QUOTE=prashanth18;659213]i need it urgently[/QUOTE] just do that........ [code=php]<?php session_unset($_SESSION['$ss']); session_destroy(); include "login.php"; ?>[/code] | |
Hi frnds....... This is kishore.. i need to develope Controlpanel Webhosting.... So,plz tell me... freedownload source code urls for CP WEBHOSTING... Thanking You | |
Re: Hi.. insert BUTTON where u want... and it place with in the form(including all textboxes which u want to clear).. after select button & go to properties..choose RESET radio button..... i hope its working... | |
Re: Hi.. i hope this is useful to u.... $selcount = "SELECT * FROM autoalto_mail ORDER BY primarykey column name DESC" ; | |
Hi frnds.. This is Kishore.. i want to know something about Controlpanel WebHosting.. whats the procedure to create cp-hosting in php. plz provide some screen shots to get some idea... Thanking You.. Kishore | |
Hi frnds.. This is Kishore,i need the code of posting the values of selected checkbox to the mail. So,plz send the code asap. here i am attaching the two files plz verify it and send the correct code without bugs. File Names: 1.request.php 2.requestsubmit.php Thanking You... Kishore | |
Hi . This is kishore i want to know how to create Alpha numeric Verification code in php..in same page... plz help me asap.. Thanks Kishore |
The End.