Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for codemaker

Hi guys, I'm wondering if you guys can help me to perform on-demand javascript using AJAX? If you can help me with a simple example, I would really appreciated. my question is: how to get a javascript code from my server and execute it? Thanks for the help

Member Avatar for ShawnCplus
0
85
Member Avatar for codemaker

Hi guys, I'm trying to use the mail php function to send my subscribers emails like news, information, offers,etc. The problem is when I test it on my system (Fedora 11 box and sendmail is up and running without changing any settings) I usually receive the mails after 4 or …

Member Avatar for codemaker
0
78
Member Avatar for mrcniceguy

If any one have a script which can grab the yahoo,hotmail and gmail address book,i will appreciate to have it or Any suggestion on how to make me succeed in this. I wantto enable member in my site to import their address book directly from the site. Thankx.

Member Avatar for mrcniceguy
0
340
Member Avatar for codemaker

Hello guys, I actually have 2 questions:- 1- I'm using a form with a POST method. When I click the browser back button (the action of the form is the same page),I get a message from the broswer telling be that it should resend the data again. I'm trying that …

Member Avatar for codemaker
0
120
Member Avatar for navi17

which is the best php editor for linux ubunto? i m using komodo right now but it is very slow. pls suggest something?

Member Avatar for ShawnCplus
0
128
Member Avatar for codemaker

Hi guys, I'm wondering, web-sites like facebook and myspace, which MYSQL engines would be better to use?

Member Avatar for dsherwin
0
116
Member Avatar for codemaker

I find it hard to explain so I'm going to write down my code test.php [code=php]<?php if ($_GET['value']=="1") { $x='It is working fine'; exit(); } ?> <html lang="en"> <head> <script type="text/javascript" src="ajax.js"></script> </head> <body> <form method="post" action=""> <select name="s" onchange="makerequest('test.php?value='+ this.value)"> <option value="">Select One</option> <option value="1">One</option> </select><br/> <input type="text" id="res" …

Member Avatar for diafol
0
242
Member Avatar for codemaker

I have an html page. when you click a button, an AJAX function will call a php page (like register.php). That page contains a form. the URL is index.html and doesn't change to register.php because I called the PHP page through AJAX Now that problem is: when I click the …

Member Avatar for codemaker
0
118