Forum: PHP Sep 17th, 2008 |
| Replies: 3 Views: 433 hi shanthi..
thanks 4 giving reply..
i tested in FTP.. |
Forum: PHP Sep 17th, 2008 |
| Replies: 3 Views: 433 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... |
Forum: PHP Sep 11th, 2008 |
| Replies: 12 Views: 1,132 Hi Shanthi..
Thank u....
now its working fine...
in that we take COURSES & SUBCOURSES r retriving same time..thats y error ...
now i take subcourses fetching in diff page..now its working fine..... |
Forum: PHP Sep 11th, 2008 |
| Replies: 12 Views: 1,132 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta... |
Forum: PHP Sep 11th, 2008 |
| Replies: 12 Views: 1,132 hi shanthi,
when i echo$r= "select * from course where course='".$course."'";
i am getting the output as
select * from course where course="
more over in the echo $course=$_get['course']; ... |
Forum: PHP Sep 11th, 2008 |
| Replies: 12 Views: 1,132 Hi Shanthi..
here the total code working properly...
the problem arises when i write where condition......
here
$course=$_GET['course'];
$query=("select * from course where... |
Forum: PHP Aug 22nd, 2008 |
| Replies: 4 Views: 469 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... |
Forum: PHP Aug 14th, 2008 |
| Replies: 2 Views: 482 Hi..
Thank You..
now i am going to use this.. |
Forum: PHP Aug 13th, 2008 |
| Replies: 2 Views: 482 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.. |
Forum: PHP Aug 13th, 2008 |
| Replies: 4 Views: 2,115 Hi frnds...
succesfully completed this query..
Thanks especially to Shanthi... |
Forum: PHP Aug 13th, 2008 |
| Replies: 4 Views: 2,115 Hi...
Thanks for giving reply..
Ok i know table creation..& also inserting data into table..
but i dont know about checkboxes..
thats the problem..
how to create table for checkboxes(array) in... |
Forum: PHP Aug 13th, 2008 |
| Replies: 4 Views: 2,115 Hi Frnds..
plz check below code & tell me how to create DB table,inserting values for checkboxes....
its urgent plz..
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: PHP Aug 8th, 2008 |
| Replies: 7 Views: 2,053 Hi Praveen..
Thanks for giving reply..
Its nice..
i will try to do this..
if any quiries i will ask u..
keep in touch..
Onceagain Thanks... |
Forum: PHP Aug 8th, 2008 |
| Replies: 2 Views: 459 Hi Shanthi..
for the same code ,,can u explain Autoreply confirmation to users...
plz...
Thanks in Advamce.. |
Forum: PHP Aug 8th, 2008 |
| Replies: 7 Views: 2,053 Hi Shanthi..
can u explain me how can i use that one....
there is no source code..
it just opens total website..
plz clarify this one asap..
Thanks in advance.. |
Forum: PHP Aug 7th, 2008 |
| Replies: 7 Views: 2,053 Hi..
is there anybody having free php source code..plz sned me..
its urgent plz....
thanks in advance.. |
Forum: PHP Aug 4th, 2008 |
| Replies: 3 Views: 727 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... |
Forum: PHP Aug 2nd, 2008 |
| Replies: 2 Views: 598 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... |
Forum: PHP Aug 2nd, 2008 |
| Replies: 5 Views: 972 PHP PAGE
<?
$artwork =@addslashes($_POST['service']);
$company=$_POST['company'];
$city=$_POST['city'];
$state=$_POST['state'];
$country=$_POST['country']; |
Forum: PHP Jul 31st, 2008 |
| Replies: 2 Views: 471 hi...........
plz send me URLS where we get free source code for developing CONTROLPANEL WEBHOSTINGMANAGEMENT asap..
plz reply asap..i am eagarly waiting 4 ur reply...
Thanking You... |
Forum: PHP Jul 31st, 2008 |
| Replies: 4 Views: 1,161 $dbhost = 'localhost';
$dbuser = 'root';
$dbpass = 'dbpassword';
$dbname = 'databasename';
$errorMessage = '';
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error... |
Forum: PHP Jul 31st, 2008 |
| Replies: 12 Views: 1,353 Hey..
U have to check this code.......i mean now u will get........... |
Forum: PHP Jul 31st, 2008 |
| Replies: 1 Views: 1,023 Where do i get Remote Access Key for WHM?
PLZ SEND ME ASAP.. |
Forum: PHP Jul 31st, 2008 |
| Replies: 2 Views: 419 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... |
Forum: PHP Jul 31st, 2008 |
| Replies: 4 Views: 623 <?php
// we must never forget to start the session
session_start();
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = '';
$dbname = 'urdbname';
$errorMessage = '';
if... |
Forum: PHP Jul 30th, 2008 |
| Replies: 1 Views: 2,314 just do that........
<?php
session_unset($_SESSION['$ss']);
session_destroy();
include "login.php";
?> |
Forum: PHP Jul 30th, 2008 |
| Replies: 11 Views: 2,369 Hi..
Try to do this....may be it will work..exactly i too dont know..
<form name=frm method =post> |
Forum: PHP Jul 29th, 2008 |
| Replies: 7 Views: 2,031 hey..
register.php
<!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>... |
Forum: PHP Jul 29th, 2008 |
| Replies: 3 Views: 445 Hi...
try to use this URL..
I hope its helpful to u....
http://hscripts.com/scripts/php/starrating.php |
Forum: PHP Jul 29th, 2008 |
| Replies: 3 Views: 473 Hi..
Thanks for giving fast reply..Its too good.
But..how can i download that..there only demo..no downlod option.plz tell me is there any chance to download that.
Thanking You...
Kishore |
Forum: PHP Jul 29th, 2008 |
| Replies: 2 Views: 471 hey, can some body help me with the CP web hosting services for windows in php...???
Control panel containing site management consisting of hosted domains, domain manager, FTP manager, file manager,... |
Forum: PHP Jul 29th, 2008 |
| Replies: 2 Views: 1,209 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... |
Forum: PHP Jul 29th, 2008 |
| Replies: 3 Views: 473 Hi frnds.......
This is kishore..
i need to develope Controlpanel Webhosting....
So,plz tell me... freedownload source code urls for CP WEBHOSTING...
Thanking You |
Forum: PHP Jul 28th, 2008 |
| Replies: 4 Views: 425 Hi..
i hope this is useful to u....
$selcount = "SELECT * FROM autoalto_mail ORDER BY primarykey column name DESC" ; |
Forum: PHP Jul 28th, 2008 |
| Replies: 3 Views: 347 Hi Shanthi
This is working fine............... |
Forum: PHP Jul 24th, 2008 |
| Replies: 2 Views: 349 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...
... |
Forum: PHP Jul 24th, 2008 |
| Replies: 3 Views: 881 ...Hai Praveen iam very thankfull to u.At the right time u helped me.thanks for fast response,its fine working.keep in touch....thanku once again. |
Forum: PHP Jul 24th, 2008 |
| Replies: 3 Views: 881 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... |
Forum: PHP Jul 23rd, 2008 |
| Replies: 3 Views: 1,461 Thank You vicky_rawat ...
i have code, but when i entered the submit button the result is showing in the next page..but i want to get result on same page...
please check the below... |