Does anyone have examples of the use of PDF generation using only PHP (File_PDF)
I found and installed this pear package but needed a little more information on how this works
http://pear.php.net/package-info.php?package=File_PDF
Missi
I am looking for an Online Password Manager, programmed in php - this online application specially developed to help people store data securely online for multiple user. With this program, you should be able to safely store all your logins, passwords, PIN codes, credit card numbers, memos...
I have four table. The first table has three fields [planID] , [state] and [plan]. The next three tables are related to this one by [planID] field. What I want to do is a report where I get the information from the other tables where the [planID] matches in one report. I can do this for the...
I wanted to change my current query to a dynamic one. I am looking for a renewal date between date that I would like to user of the program to pick
This works but isnt dynamic:
Between #10/1/2002# And #10/31/2002#
This is what I tryed but it doent work. It does ask for the start date and end...
Hi,
I have a database with a field called entryTerm that contains for example Fall 2002, I put the value into a variable that I would like to split the value into two variables so I can do something like the code below. Any ideas?
I have to option boxes:
<select name="entryTerm">...
I am trying use a regular expression to determine which menus get displayed.
eregi("^/([a-z0-1_/~]+)/.*$", $REQUEST_URI, parsedRequest);
$menu = $parsedRequest[1];
How do I changes this to obtain "admin" from the url below
This is the $REQUEST_URI
as per looking at my...
Hi,
I keep read things about sending mail with asp code using CDONTS. Do I need to install something on my IIS server?
<%@ Language=VBScript %>
<% Option Explicit %>
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
</HEAD>
<BODY>
<%
Dim...
Hi,
I have a windows 2000 server installed IIS 5 all the documentation points to permission problems. Everyone has read/write/execute/script on the file and folders that our database is in. Could be a server setting? I am trying to access a database using asp code. This same code works on...
Hi,
I have a windows 2000 server installed IIS 5 all the documentation points to permission problems. Everyone has read/write/execute/script on the file and folders that our database is in. Could be a server setting? I am trying to access a database using asp code. This same code works on...
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
/RegisterUser1.asp, line 9
I keep getting this error when I am trying to update my access database user information.
I have a basic...
Hi,
I have a form called hours that I would like the field date to display the last typed date after the update button has been pressed.
What happens is you enter hours, date, ID number and then you press the update hours button that puts the data into a table. I want the last date that was...
Hi,
I am trying to search a file and increase a counter number in the file when a url is clicked on a page. The file is set up like this
url | title | description | 0
The 0 being the number I want to change when someone clicks on the url. I am passing the file name and url.
Thanks...
Hi,
I have a ODBC connection to one database and would like to make it two. I tryed but the first one stilll works but I error out on the second connection and statment handle.
Is the something I am forgetting and can someone show me an example
Thanks in advance!
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.