Search:
Type: Posts; User: mayooresan
Search :
Search took 0.01 seconds.
Im trying to call a XML webservice via JQuery. but there is no responce?? What could be the reason. I searched online and couldnt' figure out the issue as I'm new to both JQuery and web dev.
var...
thank you verymuch :D
my bad :rolleyes:
I have been following a tutorial on net abt JQuery. I'm a newbie to this framework.
I've tried the following fading code but itz not working. can some one help me out???
Thankz in advance
...
above code was added and config file was saved.. still the problem continues.. :(
I have configured Apache, php, MySQL in my local machine.
Later I installed phpbb3 in a folder "forum"
When I point the browser to http://localhost/forum , the browser shows directory listing...
recently I moved my data to new server!@
later I changed the namespace also in godaddy (my domain registrar). Later I found that my browser always points to the old server not to the new server......
I think you guys didnt get my point!!
can you remember in wordpress, when you delete posts it'll show an command box asking 'are you sure you want to delete this post?' then we can click either...
:) anyway it's working..!
anyway you got it work..huh? thats the spirit!! good luck!
while($row = mysql_fetch_array($r))
{
?>
<?php
...
you need to check which text boxes are selected and then you can continue your process...
Remember that checkboxes with the same name work in a group, and the form will pass their value as an...
I'm not a expert in usablity issure..
but I think for a good tech related blog like yours.. you need to have good theme, a UNIQUE them!!!
<?php
if (isset($_REQUEST['email']))
//if "email" is filled out, send email
{
//send email
$email = $_REQUEST['email'] ;
$subject = $_REQUEST['subject'] ;
$message =...
Thanks alot.. this is wat i'm talking abt!!!
When I click a link, javascript should generate a command box asking "Are you sure you want to visit the link".
this command box should also have yes and no button.!!!
Some one please help me....
Seems ok, It should work now... check and tell me!
I replied there... wot is your problem there? reply in dat page... I"m waiting to help!
or else you can use a comment form to generate emails to your inbox!! :)
Enjoy da PHP!
I want to display the latest last entrd message as the first result, so I used the tag ORDER BY mesgID DESC
It's working perfectly all rite in query window..
when I intergrate it to PHP it...
select mesgID, title, content
from
mesgboard
ORDER BY mesgID DESC;
thanks it worked with this code!! :)
Wow.. it's working...
thanks alot shank!!
I'm using a table with mesg_id, Mesg
mesg_id is a auto increment field. I want to get the last message entered should come first.
for ex: if I have three rows then it may look like this..
...
thanks alot slaughters :)
can anyone point me a resource where I can find the following detail.
when user click the button in a form a script should check the form for empty fields and it should make a error mesg. if all...