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 only have 4 field in the main table I need to see all the information in my report.
I get nothing when I try to join all the tables. Some of the tables could have more then one contact for that state.
This is an example of what I am looking to get:
New York - New York Plan
State Contact...
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...
Also when you are doing the query if the field is a integer for example user_id = '$user_id' you don't need the single quotes.
user_id = $user_id
Good Luck,
[ponytails2]
MAO
Thanks again. I didn't set the database up I am working from some elses crappy design. In the database there is a entery term (eg. Fall 2002) that I am pulling from each students records that they entered and someone concatenated together. The fields are combined at present. I am displaying...
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">...
That sounds like a great idea. Can you give me directions or a webpage to learn more about it. I have used the odbc drivers when I did ASP in the past and when I did some VB programming with databases.
Thanks
What I am trying to do is include a different menu file depending on what section of my site people request.
I have serveral sections and one is admin another is faculty.
It looks like my question was answered and I made it worked.
Thanks for you assistance.
MAO
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...
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.