I am writing a tagging template for our company and have run into ome trouble printing a list of database balues in a single cell.
<?php
$itemidpass = $_GET['itemid'];
$username="test";
$password="tester";
$database="test";
mysql_connect(localhost,$username,$password)...
I am having trouble getting a result set to send via email. The email sends when I run the script through firefox and it displays the data contained in the result set but the email message does not show the data... just the number of rows in each result set.
Pass and Login edited out
<?php...
How can you set a variable to have a value based on a query that returns single values?
<?php
$conn = odbc_connect("HOMES", "", "");
$query = "SELECT DISTINCT sls_his_invc_no FROM sls_his where sls_his_item_id IN (SELECT item_id from item where item_vend_id = 'MONTAGE') and...
I want to be able to pass these two variables to the iframe so that they can be used in the Insert statement of the iframe source page and be written to the database tables.
Here are the codes:
getcustid5:
<?php
print('<iframe align="right"
src ="updnps1.php?billdate=' . $billdate ...
I have three PHP pages that post data to each consecutive page.
I would like the second page, the one with a pull down menu of customer ids, to spawn itself onto the next page so that the person using it would not have to click back to choose the next customer id.
Currently the first page...
Ok I am working on some PHP pages that use ODBC commands to connect and display data from my Pervasive Database.
So far connecting and getting the data is working fine but now I am trying to populate a pull down menu with some query data and I can't seem to do so.
Here is my script thus far...
Ok I am working on some PHP pages that use ODBC commands to connect and display data from my Pervasive Database.
So far connecting and getting the data is working fine but now I am trying to populate a pull down menu with some query data and I can't seem to do so.
Here is my script thus far...
Hello all!
First I would like to say thanks to everyone who has posted here because I have found quite a few answers that I needed here on this forum that I have not found anywhere else.
THANKS YOU ALL!!
Now to my question.
I have recently installed PHP on a seperate server than our...
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.