Forum: JavaScript / DHTML / AJAX Sep 19th, 2009 |
| Replies: 0 Views: 251 Hi frnds...
I am new to AJAX....now i m trying to learn Prototype AJAX...
here i have a doubt, plz check this one....
new Ajax.Request("submit.php",
{
method: 'post', ... |
Forum: PHP Feb 28th, 2009 |
| Replies: 53 Views: 1,508 Hi thank u...
i got it....i will try to get more from net...thank u... |
Forum: PHP Feb 28th, 2009 |
| Replies: 53 Views: 1,508 hi cwarn..
It looks very good...
here u used $keyzz ....can u give more explanation about $keyzz..
This having any predefined varible or u declre manually...plz explian me ur good logic... |
Forum: PHP Feb 28th, 2009 |
| Replies: 3 Views: 334 Hi cwarn..
Thanks 4 ur quick reply.
in this way i got empty values....
i have another doubt....here i take only two values.in case i need to take more no.of values, how can i split values by... |
Forum: PHP Feb 28th, 2009 |
| Replies: 3 Views: 334 hi frnds..
var headline = document.getElementById("headline");
var content = document.getElementById("content");
var data = "headline=" + headline + "&content=" + content;
... |
Forum: PHP Feb 28th, 2009 |
| Replies: 53 Views: 1,508 Hi rohnni...
if u take 5 forms..
than i can do like this way...after completion of first page, u can insert data into your table...if first submit form succefully submitted, than form action give... |
Forum: PHP Feb 27th, 2009 |
| Replies: 2 Views: 756 plz solve my problem...... |
Forum: PHP Feb 27th, 2009 |
| Replies: 7 Views: 616 Hi I didnt get exactly ur problem..
try to do this...
get ur present url,
$url=$_SERVER['HTTP_REFERER'];
when u reloading the page then u need to give the link to $url; |
Forum: JavaScript / DHTML / AJAX Feb 27th, 2009 |
| Replies: 0 Views: 814 Hi frnds....
i am trying to do search like google....
my files r here......but it displays error.......plz check the code what the error?
error:
error:'window.google.ac' is null or not an... |
Forum: PHP Feb 27th, 2009 |
| Replies: 20 Views: 812 Can u send me ur full code..... |
Forum: PHP Feb 27th, 2009 |
| Replies: 13 Views: 965 <input type="text" name="" disabled > |
Forum: PHP Feb 27th, 2009 |
| Replies: 20 Views: 812 hi try to this..i think its right..
<?php echo nl2br(stripslashes($msg)); }}?> |
Forum: PHP Feb 27th, 2009 |
| Replies: 20 Views: 812 hi...
try to use this code instead of ur code.....i made some small changes....
<?php
define("ContactEmail", "highwebgeeta@gmail.com");
$error_msg = 'The following fields were left empty or... |
Forum: PHP Feb 27th, 2009 |
| Replies: 20 Views: 812 Hi ..
you have to close one if condition at last..
} |
Forum: PHP Feb 27th, 2009 |
| Replies: 2 Views: 756 Hi ...
here is a mistake in my above code..(spelling)
<div id="targetDiv" ><div></div></div>....
now i got some error message at the bottom(footer) of my page, when press a key...
... |
Forum: PHP Feb 27th, 2009 |
| Replies: 2 Views: 756 Hi frnds....
i am trying to do search like google....
my files r here......but it displays nothing....i mean no output and no error...plz check the code what the error?
eg: in a text box type... |
Forum: PHP Feb 26th, 2009 |
| Replies: 4 Views: 881 hi ..
I need AJAX login form...not php login form....plz send me if any body having..... |
Forum: PHP Feb 26th, 2009 |
| Replies: 4 Views: 881 Hi steve sir,
Thank u verymuch....tha above link notonly login form, its having great functionalities like captcha,registration,settins, activation link....
These all r very good to learn ... |
Forum: PHP Feb 26th, 2009 |
| Replies: 4 Views: 881 Hi frnds...
I am new to Ajax..i know some minimum basics about ajax.. i know some what php and mysql...
So, plz send me ajax login form and registration form....i am trying to learn ajax with... |