Hi,
I have the following:
.....
document.write(hours + minutes + day + month + year)
jQuery(document).ready(function(){
jQuery('#purchase_order').val('xxxxxxxx');
....
I want to populate the xxxxxx with the result of the document.write
I.e. I am generating a variable which is time & date...
Hey,
Background: Standard mySQL database, on php with myphpAdmin running.
I have a field "urlPath", which contains a value, say "/example/imagexx.jpg"
I then have another field "urlPath2" which is blank at moment.
This second field needs to have the value based on the first, for example...
Hey,
I have two js scripts which seem to clash (i.e. when both running, they don't work).
They are for seperate functions...
I've narrowed the cause in script at to:
Array.prototype.call = function() {
var args = arguments;
this.each(function(f){ f.apply(this, args) });
}
and this is...
If you are connecting to the database with the Microsoft SQL Server Management Studio Express then you are using Microsoft SQL not MySQL. They are different products."
Is the language fully compatible? i.e. can I use data from the Microsift SQL with an appliction designed for mySQL?
Cheers
Hey,
I have a website powered by mySQL, written in .NET - with Microsoft SQL Server Management Studio Express as the SQL management software.
I am looking to develop an add on application for this website in PHP - so would make it on a seperate server (php) - but this new application will need...
Thanks very much for your reply
Hi, thought about doing it with a mid-tbl as this will populate the middle table with individual results.
However I still need the categories field in the Products table to be in the format categoryID,categoryID,categoryID (ie. each categoryID seperated with a...
Hi,
I have the following say;
tblProducts:
Name
Categories
Price
tblCategories:
Name
IDNumber
at the moment, no relationships built
tblProducts "categories" requires the IDNumbers of the categories in tblCategories - there are mutiple IDNumbers for each product, and they need to be...
Absolutly splendid, works a treat (after some tweaking to fit with the rest of me code!)
I used perluserpengo's, but thanks both of you...
The original script is a template from formmail script - i didnt write it myself, wouldnt know where to start!
so learning very slowly....
thanks again
a,x
Hi,
thanks very much for the reply :)
Below are the codes for the two forms, and the thankyou.cgi script...
First Form
<form method="post" action="/cgi-bin/thankyou.cgi">
<input type="hidden" name="Subject2" value="Order Enquiry from Website" />
<center>
<table...
Hi,
Thanks for the quick reply.
so...
The second form on thankyou.cgi currently reads;
<form method="post" action="/cgi-bin/thankyou.cgi">
<input type="hidden" name="Additional Order" value="Additional Order Enquiry from Website" />
<input type="hidden" name="name"...
Hi,
I have two forms, the second of which is in the html of the .cgi which results from the first form.
Ie they fill in the first form, which is on a .html file. Clicking submit sends me an email and takes them to thankyou.cgi.
This thankyou.cgi file has a second form on, through which the...
Ah ha, I thought I needed to put the $xxxx =~ s/\r\n/ /g; at each instance of the fields (i.e. print MAIL "To: $email =~s/\r /g"; for example)
Do i need the square brakets [] aswell?
Cheers for your help
Can't test it yet, but will try it later
amx
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.