Formmail Code Needed
Need to get the form working on this page.
http://www.delahuntylaw.com/index-4.html
Figured PHP Form Mail will work.
http://www.tectite.com/formmailpage.php
Need to get the form working on this page.
http://www.delahuntylaw.com/index-4.html
Figured PHP Form Mail will work.
http://www.tectite.com/formmailpage.php
Working on a SHOUTcast project using sc_trans — have it running and can start / stop auto dj (sc_trans) via command line, I need someone to write a small php script to start and stop sc_trans, I think it would use exec()
— posted this yesterday and the guy claimed he could do it but never did.
Working on a SHOUTcast project using sc_trans — have it running and can start / stop auto dj (sc_trans) via command line, I need someone to write a small php script to start and stop sc_trans, I think it would use exec()
Basically I have a current working website php/mysql
and I need someone to tell me the code I need to add extra info to the summary sheet
Example; summary shows name of entry I may want the code to display time of entry (all stored in database)
$4 per working query ?
I need to come up with an embed code for the Most Recently Viewed Table of my site- http://jerkersworld.com this is a reality porn amateur porn site. I want to be able to embed this table in to other pages on my site that are not part of the chipbucket script… This is a quick and esay project
I need someone with HTML experience to complete the code on a form. The form is 90% done so this will only take a few minutes for an experienced person.
I need 2 text boxes, reset and submit buttons and the drop down menu with the states is empty and needs to be corrected. I’ll also need the verification box that has the weird looking text that the user has to type in.
The URL is www dot uniformityconsultation dot com then click on “about us”.
Please use PMB if you have questions.
Thank you,
Tommy
I need an expert .net programmer to take a sample HTML mockup and make the login, createuser wizard, forgot password and logout work using the .net membership and forms authentication work while sending out emails for registration, activation and forgot password.
the HTML mockup is using jquery and ibox, I want to use the same code as the mockup.
if you’re a .net expert then this shouldn’t take you but one hour as this should be simple to create the code for me.
I want a working sample to be delivered.
I only use escrow
I only work with programmers who have been rated
Need something very simple to do with using REGEX (Regular Expressions) in python done by an experienced python programmer. Should be a 5-10 minute job. Looking for this to be done ASAP. Payment via PayPal.
The only section of MQL code that I am looking for is the following.
When conditions are true for a Buy..CLOSE all open sell orders if any that have magic number (external variable). Verify all have been closed.
The code should send a buy with current symbol and external variable for lots and external Magic number variable.
Then it should verify that order was opened. When/if order hits external variable Take profit the half of the buy order should be closed and the other half is left open. NO OTHER BUYS get opened, even if there are NO open orders.
When SELL conditions are true then CLOSE all open buy orders with same magic number as above(should only be 1 if any). Verify all orders have been closed.
Then send a Sell with current symbol and external variable for lots and external Magic number variable.
Then it should verify that order was opened. When/if order hits external variable Take profit the half of the sell order should be closed and the other half is left open. NO OTHER SELLS get opened, even if there are NO open orders.
and it continues in both directions. Simple enough.
Open, confirm, close half if TP…close all and repeat in opposite
I am trying to display in my creloaded 6.3 header the code to show quantity of items and price of whats in the basket, i have tried old creloaded 6.1 code but this does not work,
I am offering $10 for this working code and I will also have regular work for you on our store.
Thanks
John
I’m trying to build a form where when you click a button a new window opens. There we choose an item and send the item code back to the parent page to populate a text field. After this is done the new window should close automatically. This is the code I’m working with at the moment. I think the head of the child file needs changing.
parent file (parts of it):
Code:
//head:
<script type=”text/javascript”>
targetElement = null;
function addProduct(frm, id) {
if(!frm || !id)
return;
targetElement = frm.elements[id];
var handle = window.open(‘find_product.php’);
}
</script>
//body:
<form id=”frm” name=”frm” action=”#”>
<input name=”code” type=”text” id=”code” size=”10″ />
<input name=”name” type=”text” id=”name” size=”32″ />
<input type=”button” value=”Add Item” onclick=”addProduct(this.form, ‘code’);” />
</form>
child file (parts of it):
Code:
//head:
<script type=”text/javascript”>
function addProduct(frm, id) {
if(!frm || !id)
return;
var elem = frm.elements[id];
if(!elem)
return;
var val = elem.options[elem.selectedIndex].value;
opener.targetElement.value = val;
this.close();
}
</script>
//body:
<form id=”frm” name=”frm” action=”#”>
<input name=”code” type=”hidden” value=”<?php echo $row_rsProducts['ProductID']; ?>” />
<input name=”name” type=”hidden” value=”<?php echo $row_rsProducts['ProductName']; ?>” />
<input type=”button” value=”Add Product” onclick=”addProduct(this.form, ‘code’);” />
</form>
Another thing that I’m not sure how to go round is that forms can’t be nested so after the field is filled in, how can I submit the value? I’d like to use this same field for another form.
Please bid only if you can solve both of these problems.
hi
we have a website that can be seen at naturalelements.co.uk
we need a simple tracking code to be inserted into the thank you confirmation page when an order has been processed – this is for affiliate marketing purposes
this is an easy task and should not take long too perform
queries please contact
I need some java code that when placed in a web page will make a page of my choice (currently http://headeradz.com/headeradz.htm ) show at the top of the page. currently the URL floats on top of the web page. I need the java code to make the page, (or any page I want) show at the top of the page, while pushing down the content of the page instead of layering on top of it. The current code allows drag and drop, but that isn’t necessary.
The code must work by putting it inside a page that’s already included so that by placing the code in one file, it will automatically work on all my websites.
If you have questions, please use the PMB.
I have a social network site where the default profile layouts looks like this: http://www.rateometer.com/social_mem_profile.php?scm_mem_id=8411
Members can find myspace layout codes from the internet and paste it in to change their profile design, example: http://www.rateometer.com/social_mem_profile.php?scm_mem_id=358
I’d like a custom layout code created to look more like this: http://www.rateometer.com/social_mem_profile.php?scm_mem_id=8411 (to have round corners and a cleaner look wit a few color themes)
IMPORTANT
If you have no feedback, you won’t be considered. Plus, you must be able to complete the project simply by registering and applying your code in the “edit profile” settings.
I want an app made that will display all sent and received sms messages.
It doesnt need to be pretty infact it can just be the bare compiled code and list all as plain text.