No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
User clicks on a url, ie: example.com/AEQ438J When I perform this in the code below: [CODE] $referrer = $_GET['_url']; // echo $referrer displays the referrer ID contents correctly as "AEQ438J" if ( ! empty($referrer)) { $mysqli->query("UPDATE coming_soon_emails SET clicks = clicks + 1 WHERE code='" . $referrer ."'"); } // … | |
How can I perform the following with this API? Form is setup in PHP for registered user to enter domain name On submit.. Check if domain is available > - If NO > output to XML > run the loop again in 5 minutes - If YES > output to … | |
I have an example below from the registrar and when implemented (in a loop) it takes between 500ms to 1s between checks. I need it to run as quickly as possible, whether it be through curl or without. It seems curl takes forever between checks. I only need the script … | |
How would I be able to accomplish the attached image? I have seen ajax sliders around, however only 1 slider. Is it possible to include a 2nd slider to act as a "maximum" and the first slider as a "minimum"? If there are any examples I could look at, it … | |
Looking for an example to fit into a demo I am doing... I'd like the user to be able to enter text and click search using POST method Once the next page has loaded, display that variable using GET Only in AJAX please. Thanks in advance for your help. |
The End.