473,400 Members | 2,145 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,400 software developers and data experts.

Listing Directory Contents For a User

This is my task and I'd like some direction please:
1. Print company that houses user PDF files

2. User logs in and is brought to his own area

3. Dynamic customer inventory page is displayed based on PDF files in
a home directory (It would be nice if the MetaTag in a PDF file could
be used here)

4. Inventory page is also "order" page that allows for the ordering of
cases of printed items

5. Each inventory item will have a place for entering a number of
cases to be ordered

6. Order is submitted and emailed to owner of company who inputs
manually into billing system
Please point me in the right direction,

Derrick

May 11 '07 #1
4 1598
On May 11, 10:22 am, dnferti...@yahoo.com wrote:
This is my task and I'd like some direction please:

1. Print company that houses user PDF files

2. User logs in and is brought to his own area

3. Dynamic customer inventory page is displayed based on PDF files in
a home directory (It would be nice if the MetaTag in a PDF file could
be used here)

4. Inventory page is also "order" page that allows for the ordering of
cases of printed items

5. Each inventory item will have a place for entering a number of
cases to be ordered

6. Order is submitted and emailed to owner of company who inputs
manually into billing system

Please point me in the right direction,

Derrick
Are you a PHP programmer? Or are you asking what you should be paying
people to do?

If you are the programmer, check out PHP's PDF functions, which I
think you can use to grab some meta data:
http://php.net/pdf

Have you ever developed a PHP website before? Are you asking
specifically how to lay out your code?

-Mike PII

May 11 '07 #2
dn********@yahoo.com wrote:
This is my task and I'd like some direction please:
1. Print company that houses user PDF files
echo $companyName;

But not knowing where the company name is stored maxes further
discussion impossible.
2. User logs in and is brought to his own area
No biggie - keep user id and password where you can access it, and save
appropriate info in the session.
3. Dynamic customer inventory page is displayed based on PDF files in
a home directory (It would be nice if the MetaTag in a PDF file could
be used here)
PDF metatags don't normally contain this information. And it's very
difficult to parse a PDF file for this info if you don't have the exact
format of the PDF in the first place. XML is the typical way to go here.

4. Inventory page is also "order" page that allows for the ordering of
cases of printed items
No problem - if you can get the inventory.
5. Each inventory item will have a place for entering a number of
cases to be ordered
Easy enough.
6. Order is submitted and emailed to owner of company who inputs
manually into billing system
No real problem - although automatically entering it would be better.
>
Please point me in the right direction,

Derrick
Way too broad to cover in a newsgroup. You need to at least get the
basic design down. Or pay someone to do it for you.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
May 12 '07 #3
On May 11, 10:11 pm, Jerry Stuckle <jstuck...@attglobal.netwrote:
dnferti...@yahoo.com wrote:
This is my task and I'd like some direction please:
1. Print company that houses user PDF files

echo $companyName;

But not knowing where the company name is stored maxes further
discussion impossible.
2. User logs in and is brought to his own area

No biggie - keep user id and password where you can access it, and save
appropriate info in the session.
3. Dynamic customer inventory page is displayed based on PDF files in
a home directory (It would be nice if the MetaTag in a PDF file could
be used here)

PDF metatags don't normally contain this information. And it's very
difficult to parse a PDF file for this info if you don't have the exact
format of the PDF in the first place. XML is the typical way to go here.
4. Inventory page is also "order" page that allows for the ordering of
cases of printed items

No problem - if you can get the inventory.
5. Each inventory item will have a place for entering a number of
cases to be ordered

Easy enough.
6. Order is submitted and emailed to owner of company who inputs
manually into billing system

No real problem - although automatically entering it would be better.
Please point me in the right direction,
Derrick

Way too broad to cover in a newsgroup. You need to at least get the
basic design down. Or pay someone to do it for you.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Thank you for the replies.

I am COMPLETELY new to php.

I was giving a broad overview of my task and asking for direction
because I need a starting point. I don't even know how to search
properly because I don't know the php jargon to use as keywords.

I have a little more to go on now - thanks to you guys.

Derrick

May 13 '07 #4
On May 13, 12:42 pm, dnferti...@yahoo.com wrote:
Thank you for the replies.

I am COMPLETELY new to php.

I was giving a broad overview of my task and asking for direction
because I need a starting point. I don't even know how to search
properly because I don't know the php jargon to use as keywords.

I have a little more to go on now - thanks to you guys.

Derrick
In that case, here are some relevant tutorials:

MySQL database to save data
http://www.freewebmasterhelp.com/tutorials/phpmysql

PHP sessions to remember that the user is logged in
http://www.tizag.com/phpT/phpsessions.php

Sending email in PHP (SMTP)
http://php.net/manual/en/function.mail

Submitting HTML forms to PHP
http://www.tizag.com/phpT/forms.php

-Mike PII

May 13 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Paweł Gałecki | last post by:
I used following code to scan & list directory contents (including all subdirectories). It turns out that subdirectories are NOT recognized as directories when the function is called in a recursive...
1
by: Gema Gema | last post by:
I have a large collection of directories full of various files and am looking to create custom text files for the contents of each directory. Here is the situation: The directories are named...
5
by: Michael C | last post by:
....on a remote machine? Thanks, Michael C.
8
by: gil | last post by:
Is it possible to prevent a browser from listing the entire contents of a folder? The site, is hosted on my ISP with the following layout- site/ "user name from ISP" pagefile (dir)...
8
by: dougawells | last post by:
Hi - I'm hoping for help with the auto-generation of a hyperlinked listing of all files in a directory. The server I use does not auto-generate this. So, when someone comes to this directory and...
7
by: epikto | last post by:
I have a mapped share that I am trying to get a listing of all the files that it contains. I use the following code to access the contents String files = Directory.GetFiles(path); I can then...
4
by: techusky | last post by:
I have a *very* simple script written that displays the directory listing of the current working directory, but I am having some difficulty when I try to change folders. Basically, I have my $dir...
2
by: Jesse.Aufiero | last post by:
Hello, I'd like my asp.net page to display a list of hyperlinks representing the files contained in a specific directory. The contents of this directory will change, but the directory does...
1
by: mocolvin | last post by:
I am looking for a Perl script that will do a cleaner job of listing the contents of a directory than what Apache does on its own. I would like the script to create a list of links to enable files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.