I was hoping someone could tell me why this doesn't work. It is a banner rotater.
----
<html>
<head><title>whats up</title>
<script LANGUAGE='JAVASCRIPT'>
<!-- Hide form old browsers
var banners = new...
I appreciate the help, but shortly after posting this question I discovered the problem. I don't however, have the solution for it.
My database has a customers table, a vehicle table, and an invoice table. The cutomer table and vehicle table are linked by the auto number primary key of the...
I have a report that should take the primary keys defined in a form and generate the report with that information. It works with the first two test records in the database, but anything after that doesn't work.
I have the report opened by a button on the form with the proper information, but...
I appreciate the responce, but I'm not sure I'm doing this right.
My database has tables that track customers, vehicles, and invoices for each. Each table has a primary ID of auto numbers, so each of the above fields are integers of that particular record. I have checked the text boxes, and...
I have a report that should take the primary keys defined in a form and generate the report with that information. It works with the first two test records in the database, but anything after that doesn't work.
I have the report opened by a button on the form with the proper information, but...
I have a report that should take the primary keys defined in for and generate the report with that information. It works with the first two test records in the database, but anything after that doesn't work.
I have the report opened by a button on the form with the proper information, but...
I don't remeber if I had tried this yet or not, I will give it a shot and post any problems, but I know the add a new record form doesn't specify and enctype and it works. Just one of those things, I guess.
Thanks guys. If this is the problem, I'm going to shoot myself for such a dumb...
As far as I can tell, no, the form isn't uploading the file, but its a copy of a form that does.
Here it is:
<---------------------------------code start
if(empty($_GET['idnum'])){
header("Location: editbook.php?msg=No%20IDnum%20Received");
} else {
$idnum=$_GET['idnum'];
}...
There is alot of truth to what these guys are saying, but I use dreamweaver to hand code. Use dreamweavers source code window to do your coing.
The reason for this is that dreamweaver color coordinates your code, and also keeps formatting indents line to line. It is a real time saver...
the only way I have found to do this is to set that field of the database to a variable - lets say its $tf.
Then in the html of the form object, i would write an if statement like:
<select name="tf">
<option value=T <? if($tf=="T"){ print "selected";} ?>>...
I have two forms, one to add information to a mysql database and one to edit information in the same db.
Both forms submit pages are almost identical, but on the add form set, it uploads images just fine, but on the edit book one (using the same code) no $_FILE variables are set. Its like...
I currently tried to place a button with this procedure on it, but it doesn't work
-----------------
Private Sub invoice_Click()
Dim stDocName As String
Dim criteria As String
Dim custid As String
Dim vehid As String
Dim invid As String
custid =...
Back to this again. Theis worked great, but now i need to have to open a report set up the same way. Almost the same way, i didn't do it with any subreports, but I guess I might have too.
How can I take this for-subfor-subsubform, and have it output it to a report.
Did that make any sence...
if this is the case, it may not be the best option, but you could try to explode the string into an array using the > as the separating character, giving you this
<a href=\"someplace.php\">aaaa</a>
turns into
$array[0]=<a href=\"someplace.php\"
$array[1]=aaaa</a
Then...
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.