All,
I have a web form that's using php to self submit. I want to use sql statements to pull in data from three different tables to create something that I call a "profile" to be entered into a fourth table called "profile".
I am able to use three tables successfully but when I would try to...
All:
I have setup the sample for the autofill drop down & xajax from this post: http://www.tek-tips.com/viewthread.cfm?qid=1466795.
This works fine without the need for database values. I can't generate values in any of the select boxes from the db table 'vehicles' that I created.
This is...
All:
I need to display checkbox values on my edit page, but what I have now displays all checkboxes checked, instead of reading the checkbox values saved in my database table.
Here's the code.
<div class="row">
<label>Event(s):</label>
<?php
while ($event =...
All:
I have one big mess that I don't know how to describe well but here it goes. I am having trouble displaying array data.
I have a record with the column name "eventid" filled with comma separated values. I need every array value matched with another table that has its name.
*NOTE: An id...
All:
This is what I want to happen:
1. When a user would fill out this form, they would first have to choose a company from a select menu preloaded with values.
2. Once the user has made a selection, somehow the form is generated with values from another table in the database based upon this...
All - I found this code from another forum and it works with MYSQL and PHP.
Could someone help with the conversion of this code for usage in PHP and MS ACCESS?
Thanks.
MYSQL QUERY TO GET ALL AVAILABLE OPTIONS
mysql_select_db($database_siteConn, $siteConn);
$query_rsGetfeatures = "SELECT...
Is there anyway to soft delete an entry. Let me further explain.
Add to one table and remove from another table.
Could this be done with one action or script?
Please assist if so.
Thank you.
All - I need to display "yes or no" selected values for a radio button option and have the ability to update an option back to the database.
Here is the code:
<?php
// create database connection
include("includes/connection.php");
$id= $_GET['id'];
$query = "SELECT * FROM...
All - I am trying to complete a simple task in passing an array of data to my MS Access database and then display this information in a list page. I searched this and other forums & tutorials and cannot come up with a complete answer to this issue.
Here is the code:
Form page snippet...
All,
I am using the Jolly Giant software for the mainframe.
I need to use a script to copy text to excel.
There's a list of functions to use but there is no function to just copy data to the clipboard. Only appendtodisk which is copy the screen text to a file.
I am a little lost. Please...
All - I want to create a word doc file from text pulled from my Access 2003 database.
Once figured out I also have a question on formatting this doc as well.
Can anyone help?
Thanks in advance,
BC
All -
If at all possible, is there a way to copy and format Mainframe text to Excel 2003?
I have a button that copies two rows of data from a single mainframe screen that is being copied into an excel file.
The problem is that once the text is copied, the text then splits into multiple cells...
All - I have searched and searched for help in the forums on this website and google and can't seem to find an answer.
What I want to do is insert multiple records in one table using one form with php, odbc, & access db.
The records that I am trying to add will have only one similar field...
All - Usually I use mysql databases, but i'm doing a special assignment in which i have to use an Access database using an odbc connection.
My Goal:
-have a select menu with options populated from the database
-when an option is selected, view only selected records
-have all of this on one page...
All - Usually I use mysql databases, but i'm doing a special assignment in which i have to use an Access database using an odbc connection.
My Goal:
-have a select menu with options populated from the database
-when an option is selected, view only selected records
-have all of this on one page...
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.