Forum: PHP Jul 14th, 2009 |
| Replies: 2 Views: 344 Hi,
please check the following code;
<?
session_start();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> |
Forum: PHP May 10th, 2009 |
| Replies: 4 Views: 686 Thanks for your reply.
I dont know how to configure the mail server, as i have used the mail() function in the code and its giving warning to configure the mail server. I want to know exactly how... |
Forum: PHP May 9th, 2009 |
| Replies: 4 Views: 686 Hi,
I need to use mail function to send emails to the user provided e-mail address which he/she gave at the time of registration. Can any one please help me regarding this?
Thanks |
Forum: PHP Apr 30th, 2009 |
| Replies: 4 Views: 401 Does the following line specifies the location? if so then how can we specify a country of asia
map.setCenter(new GLatLng(37.4419, -122.1419), 13);
Thanks for your time |
Forum: PHP Apr 30th, 2009 |
| Replies: 4 Views: 401 Thanks for your reply. I have read that helping document but can't get the exact idea,so that's why posted question here. |
Forum: PHP Apr 30th, 2009 |
| Replies: 4 Views: 401 Hi,
Please guide me about embedding google map api in the site page.
I need to show map for different locations which are stored in DB. I got the API key but dont know how to implement it.
... |
Forum: PHP Apr 27th, 2009 |
| Replies: 1 Views: 442 Hi,
Can any one please guide me that is there any way in php to add all country names automatically in a list box rather then making a static list of <option>
Thanks for your time. |
Forum: PHP Apr 25th, 2009 |
| Replies: 4 Views: 382 Thanks for your reply. I am trying to make dynamic the following code:
http://www.ajaxdaddy.com/demo-ajax-carousel.html
please guide |
Forum: PHP Apr 25th, 2009 |
| Replies: 4 Views: 382 Thanks for your reply.
I am trying to use JavaScript image carousel. Please view this link:
http://www.ajaxdaddy.com/demo-ajax-carousel.html
It uses unordered list. Here the lists are static... |
Forum: PHP Apr 24th, 2009 |
| Replies: 4 Views: 382 Hi,
Please view the following link:
http://travel.yahoo.com/p-travelguide-191501619-beijing_vacations-i;_ylt=AiZdwxCyxFHHjdvlVEe4GeQyFWoL
Here can any one please guide me that how the... |
Forum: PHP Apr 20th, 2009 |
| Replies: 13 Views: 758 Thanks for your time and guidance. The problem was that I was not specifying the href property. Now it is resolved.
Thanks for your help. |
Forum: PHP Apr 20th, 2009 |
| Replies: 13 Views: 758 Thanks for your time and suggestion. |
Forum: PHP Apr 19th, 2009 |
| Replies: 13 Views: 758 I have tried your code but it is not giving the output, then I have corrected the script tag in mine code. Still the problem exists. |
Forum: PHP Apr 19th, 2009 |
| Replies: 13 Views: 758 The inner html of div is changed at state 4 but then vanishes at 1, why the states has sequence of 2,3,4 and then except of having the correct sequence of 1,2,3,4 |
Forum: PHP Apr 19th, 2009 |
| Replies: 13 Views: 758 Thanks for your help. Did you get the output of this code? |
Forum: PHP Apr 19th, 2009 |
| Replies: 13 Views: 758 Thanks for your time. I am posting the whole code, please guide about the mistakes.
<?
include "functions/mysql.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: PHP Apr 18th, 2009 |
| Replies: 13 Views: 758 Thanks for your reply.
Mine code was also working fine. I have checked by alert that it reaches on state 4 and displays data, but the data vanishes after state 4. First it shows state 2 then 3 ,... |
Forum: PHP Apr 18th, 2009 |
| Replies: 13 Views: 758 Hi,
I am trying to implement the following ajax code:
function create()
{
obj_t = new XMLHttpRequest(); |
Forum: PHP Apr 11th, 2009 |
| Replies: 7 Views: 555 Thanks for your reply. I got the same output but the problem is it just display fisrt pic after 5000 if I dont use cleartimeout(). And if I use it, it will not show any pic. I need to make visible... |
Forum: PHP Apr 11th, 2009 |
| Replies: 7 Views: 555 Thanks for your help. But it is still not working. |
Forum: PHP Apr 11th, 2009 |
| Replies: 7 Views: 555 Hi,
I am trying to display 5 pics named "pic1", "pic2"....."pic5" in one div.
I have settled that the div will be visible after 5000 ms, and then i have settled cleartimeout function to make the... |
Forum: PHP Apr 9th, 2009 |
| Replies: 6 Views: 770 Thanks for your reply.
Can you please tell me that how can I set to display a pic after some seconds? |
Forum: PHP Apr 7th, 2009 |
| Replies: 6 Views: 770 Hi,
I need to know about creating dynamic slide show or dynamic photo gallery in php. Can any one please help.
Thanks
Regards, |
Forum: PHP Mar 11th, 2009 |
| Replies: 1 Views: 974 Hi,
Can any one please guide me about exporting db with designer settings from phpmyadmin.
I need that all the tables and relations ships which I created in phpmyadmin designer should be added... |
Forum: PHP Feb 28th, 2009 |
| Replies: 13 Views: 966 Can you please tell me what is the error in the following code, why it is not showing value in the text box.
<form name="game" action="gcheck.php" method="post">
<table align="center"... |
Forum: PHP Feb 27th, 2009 |
| Replies: 13 Views: 966 |
Forum: PHP Feb 27th, 2009 |
| Replies: 13 Views: 966 Thanks for your help. Can you please explain me this line:
$value = isset($_POST['name']) ? $_POST['name']:"10";
if I place $_POST['name'] instead of 10 then will it be correct?
or it... |
Forum: PHP Feb 27th, 2009 |
| Replies: 13 Views: 966 <input type="text" name="ch1" disabled= "true" id="ch1"/>
<?
if( $_GET["e"] == 3 || $_GET["e"] == 4)
{
echo "<script>
{
document.getElementById('ch1').disabled = false;
... |
Forum: PHP Feb 27th, 2009 |
| Replies: 13 Views: 966 Thanks for your reply. The entered value disappears when I click the button, even if I make it readonly. I need to make the text box value read only after first click. |
Forum: PHP Feb 27th, 2009 |
| Replies: 13 Views: 966 Thanks for your reply.
But the disabled attribute does not show the value. I want that the value should not be disappered after user clicks submit button and also the value should be unchangable. |
Forum: PHP Feb 27th, 2009 |
| Replies: 13 Views: 966 Hi,
I need to set a text feild value unchangable after a user enter first time. I dont want to use it's "readOnly" attribute as it let's the user to select the text.
Thanks
Regards, |
Forum: PHP Feb 26th, 2009 |
| Replies: 12 Views: 684 What is the error in this code:
<input type="text" name="ch1" disabled= "true" id="ch1"
<?
if( $_GET["e"] == 3 || $_GET["e"] == 4)
{
echo "<script>{... |
Forum: PHP Feb 26th, 2009 |
| Replies: 12 Views: 684 Yes I have checked this option also quoted by w3schools, but it is not working. I have searched and some tutorials quoted that "disable" and "readonly" properties can only have one value same like... |
Forum: PHP Feb 26th, 2009 |
| Replies: 12 Views: 684 But the problem with java script is that it can be disabled by the user on browsers. There should be a way to implement it by php. |
Forum: PHP Feb 26th, 2009 |
| Replies: 12 Views: 684 I need to enable it by using php. |
Forum: PHP Feb 26th, 2009 |
| Replies: 12 Views: 684 Thanks for your reply. I need to enable a disabled text box as this text box will be disabled by default, so should i write:
<input type= "text" name ="ch1" <?php if(!S_GET['e'] == 3) {echo... |
Forum: PHP Feb 26th, 2009 |
| Replies: 12 Views: 684 Thanks for your reply. How it can be done, can you please guide? |
Forum: PHP Feb 25th, 2009 |
| Replies: 12 Views: 684 I need to enable a disabled text box through php.Please inform me about the errors in the following code:
<input type= "text" name ="ch1" disabled = "true"
<?
if ( $_GET["e"] == 3 )
echo... |
Forum: PHP Feb 25th, 2009 |
| Replies: 6 Views: 285 I didnot searched it's solution yet. |
Forum: PHP Feb 25th, 2009 |
| Replies: 6 Views: 285 It's ok. Thanks for your time. The problem is resolved. It will be:
<input type="text" name="ch1" <? if( $_GET["e"] == 1) echo 'disabled';?> /> |