Forum: PHP 3 Days Ago |
| Replies: 5 Views: 176 i have changed query according to my database table and field u have to enter your table name and field.....also include your file which i removed because i haven't those file .... |
Forum: PHP 3 Days Ago |
| Replies: 5 Views: 176 check these code working fine on my pc.i have made some little changes include javascript,,, only one form there ...apply it
<?php
require_once('config.php');
?>
<!DOCTYPE html PUBLIC... |
Forum: PHP 3 Days Ago |
| Replies: 5 Views: 176 there is one thing, you have two form in your code due to whick in
deleteadministratorexe.php the value of str is not comming.. write only one form tag..... |
Forum: PHP 3 Days Ago |
| Replies: 5 Views: 176 i think query has to change...
in deleteadministratorexe.php
$qry = "delete from `users_table` where cust_id='$str'";
$qry = "delete from `users_table` where cust_id=$str"; |
Forum: PHP 11 Days Ago |
| Replies: 17 Views: 632 var i=1;
var strLen = tv.length;
tv = tv.slice(0,strLen-1);
document.form.query.value="update p set "+tv+" where id=\'"+i+'\'';
where i is your id |
Forum: PHP 12 Days Ago |
| Replies: 11 Views: 373 <!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... |
Forum: PHP 12 Days Ago |
| Replies: 17 Views: 632 <!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... |
Forum: PHP 13 Days Ago |
| Replies: 17 Views: 632 <!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... |
Forum: PHP Aug 11th, 2009 |
| Replies: 0 Views: 195 hi all,
i have problem i am fetching meta data information of web page so that on the basis of those information i can put search option to my site.i have populate.php which fetch metadata... |
Forum: PHP Jul 17th, 2009 |
| Replies: 2 Views: 322 hey dude ,
i have not much idea about php Aggregator.any other way to do this?? |
Forum: PHP Jul 17th, 2009 |
| Replies: 2 Views: 322 hi all
i want to display news from other website and display them to my site using php & mysql.how to achive step wise??? |
Forum: PHP Mar 13th, 2009 |
| Replies: 12 Views: 1,078 i did as u told me in last thred,i insert a recode but when i see column Registration_date it shows 0000-00-00 00:00:00? |
Forum: PHP Mar 12th, 2009 |
| Replies: 12 Views: 1,078 actually i have a table user_register_mobile in mysql. [Email,MobileNumber,Registratinon_date... are some filed there.] in this table i have a field registration_date.i want to keep date so that i... |
Forum: PHP Mar 12th, 2009 |
| Replies: 12 Views: 1,078 hi all,
Donn't know much php...........
i want that when user register,his registration date store in db.i want to use server date not his system date in db.
thankx in adva... |
Forum: PHP Jan 17th, 2009 |
| Replies: 1 Views: 311 hi all
new to php .....
how to protecte links on userpage when he login successfully.
i want that out side user who not logged in ,can not see page after copy those links in browser.any... |
Forum: PHP Jan 2nd, 2009 |
| Replies: 3 Views: 1,092 i want only his mail id and verification code which he submited during registration time. not mobile number..................sms to mobile number wchic he entered in registration form. |
Forum: PHP Jan 2nd, 2009 |
| Replies: 3 Views: 1,092 hi
i am working on a mobile verification code wher user can enter his email and his mobile number.then code has to be send to his mobile number,by that code user can login to site.
how... |
Forum: PHP Nov 26th, 2008 |
| Replies: 7 Views: 674 i think same name textbox have to display there value.i tried some code [php].they are executing well.if u have still proble... then use id for controls.below code working good.............
... |
Forum: PHP Nov 11th, 2008 |
| Replies: 1 Views: 459 hi all,
i am fetching recods from mysql in a combobox.but only one record display .... i want all record display in combobox ......................i write query below and need help how to sote fetch... |
Forum: PHP Nov 5th, 2008 |
| Replies: 1 Views: 368 hi all,
i made two commbox in my page cropcat,subcat.my coding is below.when i select a item form cropcat related subcat fetch from database mysql and displayed.but my problem here... |
Forum: PHP Oct 20th, 2008 |
| Replies: 3 Views: 1,115 i think on window u have to stop IIS and then start your xampp or wamp |
Forum: PHP Oct 20th, 2008 |
| Replies: 4 Views: 1,003 just put ; at the end in your code at echo <echo "<br />" will give u result |
Forum: PHP Oct 16th, 2008 |
| Replies: 2 Views: 424 if u are using combobox for region, province, and city then oneach selection of regiion and province u have to refresh page.
in php u can use <? echo $_SERVER['PHP_SELF']?> |
Forum: PHP Oct 13th, 2008 |
| Replies: 6 Views: 584 how can i get report id ? i am little bit confuse because there are approximate 6 query in my page for generating report. |
Forum: PHP Oct 13th, 2008 |
| Replies: 6 Views: 584 actually there is two button in my page one is for show report and second is for cummulative report.is there any way that my report when i click show button it display in other page not in same page. |
Forum: PHP Oct 10th, 2008 |
| Replies: 6 Views: 584 hi all ,the code i write below display report on selection of some field below it.my problem is that i want to print this report but controls are also printing with report.i want that only report... |
Forum: PHP Sep 23rd, 2008 |
| Replies: 2 Views: 1,568 new to this php..
i have a login page.
<form name="form" id="form" action="aa.php" method="post">
...
<input name="txtusername" id="txtusername" type="text"... |
Forum: PHP Sep 19th, 2008 |
| Replies: 1 Views: 406 new in coding.....
i have a login page.when user enter his name and password he transfer to second page and URL of Browers is http://localhost/PS/GPWDP/add/add_ps2.php?name=abc.i pass his name in... |
Forum: PHP Sep 9th, 2008 |
| Replies: 3 Views: 3,445 i have two combox in my page.first is for division and second for gp.when user selecte division corresponding value shoud me fill from mysql in second combox with out submit my form data.any help..
... |