473,563 Members | 2,805 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Looking for a php application/solution..

Hi, first time poster to this group looking for a little help.

Knowing that there are hundreds of php applications and solutions out there,
and I don't want to re invent the wheel, I am looking for something in php
that will provide a web based solution for me to add/edit/delete records in
a MySQL database/table that must include one BLOB (JPEG) image field.

It's a PEOPLE application that has details on the people that includes a
picture. So, must be able to add(upload) or delete a JPEG image as a BLOB
field to the Table.

(the Table already exists with some 20+ records and most if not all have a
BLOB {jpeg} field included.)

Perhaps there's something out there already that will simply read and
examine an existing table and fields, then generate a simple data
entry/update type page.

Or maybe someone else out there has something like this, or knows of
something like this in GPL, open source, or other?

Any and all assistance much appreciated and accepted with gratitude.

Thank you,

Ed Cox

ec**@bigpond.co m

P.S. If this is not the correct group to post this type of question please
assist by pointing me in the correct direction. :-)

Jul 17 '05 #1
4 2292
Hi Ed!

On Thu, 23 Oct 2003 00:36:41 GMT, Ed Cox <ec**@bigpond.c om> wrote:
Hi, first time poster to this group looking for a little help.

Knowing that there are hundreds of php applications and solutions out there,
and I don't want to re invent the wheel, I am looking for something in php
that will provide a web based solution for me to add/edit/delete records in
a MySQL database/table that must include one BLOB (JPEG) image field.

It's a PEOPLE application that has details on the people that includes a
picture. So, must be able to add(upload) or delete a JPEG image as a BLOB
field to the Table.

(the Table already exists with some 20+ records and most if not all have a
BLOB {jpeg} field included.)

Perhaps there's something out there already that will simply read and
examine an existing table and fields, then generate a simple data
entry/update type page.

Or maybe someone else out there has something like this, or knows of
something like this in GPL, open source, or other?
I have produced something like that. It doesn't do picture upload out
of the box, but I can dig out the attached functions for that. Have a
look at the project in the signature.

Any and all assistance much appreciated and accepted with gratitude.


HTH, Jochen
--
Jochen Daum - CANS Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/
Jul 17 '05 #2
Hi Jochen,

Thank you - just checking you project out now - looks good as long as there
is the ability to deal with JPEGs in a BLOB field.

Please let me know if you have time to dig up/modify/add the appropriate
added functions to deal with that.. All I can offer is my sincere gratitude
and appreciation in return.

Regards,

Ed.

On 23/10/03 10:46 AM, in article r5************* *************** ****@4ax.com,
"Jochen Daum" <jo*********@ca ns.co.nz> wrote:
Hi Ed!

On Thu, 23 Oct 2003 00:36:41 GMT, Ed Cox <ec**@bigpond.c om> wrote:
Hi, first time poster to this group looking for a little help.

Knowing that there are hundreds of php applications and solutions out there,
and I don't want to re invent the wheel, I am looking for something in php
that will provide a web based solution for me to add/edit/delete records in
a MySQL database/table that must include one BLOB (JPEG) image field.

It's a PEOPLE application that has details on the people that includes a
picture. So, must be able to add(upload) or delete a JPEG image as a BLOB
field to the Table.

(the Table already exists with some 20+ records and most if not all have a
BLOB {jpeg} field included.)

Perhaps there's something out there already that will simply read and
examine an existing table and fields, then generate a simple data
entry/update type page.

Or maybe someone else out there has something like this, or knows of
something like this in GPL, open source, or other?


I have produced something like that. It doesn't do picture upload out
of the box, but I can dig out the attached functions for that. Have a
look at the project in the signature.

Any and all assistance much appreciated and accepted with gratitude.


HTH, Jochen


Jul 17 '05 #3
Hi Ed!

On Thu, 23 Oct 2003 01:29:37 GMT, Ed Cox <ec**@bigpond.c om> wrote:
Hi Jochen,

Thank you - just checking you project out now - looks good as long as there
is the ability to deal with JPEGs in a BLOB field.
The trick is that you don't need additional abilities for that. Only
something that handles the <file> html tag.

Please let me know if you have time to dig up/modify/add the appropriate
added functions to deal with that.. All I can offer is my sincere gratitude
and appreciation in return.

Not a problem, it wouldn't be an open source project otherwise.
Jochen
Regards,

Ed.

On 23/10/03 10:46 AM, in article r5************* *************** ****@4ax.com,
"Jochen Daum" <jo*********@ca ns.co.nz> wrote:
Hi Ed!

On Thu, 23 Oct 2003 00:36:41 GMT, Ed Cox <ec**@bigpond.c om> wrote:
Hi, first time poster to this group looking for a little help.

Knowing that there are hundreds of php applications and solutions out there,
and I don't want to re invent the wheel, I am looking for something in php
that will provide a web based solution for me to add/edit/delete records in
a MySQL database/table that must include one BLOB (JPEG) image field.

It's a PEOPLE application that has details on the people that includes a
picture. So, must be able to add(upload) or delete a JPEG image as a BLOB
field to the Table.

(the Table already exists with some 20+ records and most if not all have a
BLOB {jpeg} field included.)

Perhaps there's something out there already that will simply read and
examine an existing table and fields, then generate a simple data
entry/update type page.

Or maybe someone else out there has something like this, or knows of
something like this in GPL, open source, or other?


I have produced something like that. It doesn't do picture upload out
of the box, but I can dig out the attached functions for that. Have a
look at the project in the signature.

Any and all assistance much appreciated and accepted with gratitude.


HTH, Jochen


--
Jochen Daum - CANS Ltd.
PHP DB Edit Toolkit -- PHP scripts for building
database editing interfaces.
http://sourceforge.net/projects/phpdbedittk/
Jul 17 '05 #4
I noticed that Message-ID: <BB************ ****@bigpond.co m> from Ed Cox
contained the following:

Thank you - just checking you project out now - looks good as long as there
is the ability to deal with JPEGs in a BLOB field.

I have just written a script which uploads images, resizes them if they
are too big, creates a thumbnail image and stores details in a database.
Only I didn't mess around with blobs.

All you really need in the database is the location of the image.

If I get time I'll see if I can tidy it up enough for public consumption
later today...;-)
--
Geoff Berrow
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #5

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

Similar topics

1
2429
by: Angie | last post by:
Hello, My name is Angela Mastrodonato. I'm a web designer who would like the assistance of a php programmer. Some of my clients have requested more dynamic web sites, and I am in the beginning phases of learning php. When it comes to common services, such as shopping carts, I have found ways to modify existing scripts. However, I have...
9
1467
by: crispy | last post by:
I am looking for a free (or inexpensive) script to list the book and journal publications created within a college department and be able to sort them by author and year of publication. I've searched http://www.hotscripts.com/ and a couple of other sites with no luck yet. Do you have any suggestions? What would you think a script like that...
1
2570
by: Johann Blake | last post by:
I am looking for a good solution on how to implement data access in an application so that there is a clean separation between the data access layer, the business layer and the GUI layer. I am looking for a robust solution for a major application. Almost every developer seems to come up with a completely different solution. While many of them...
8
1275
by: rviray | last post by:
I am just looking for opinions about this project that I am working on. Background: Windows Application built under Delphi. The application uses 4-5 (depending on drill down avenue) deep modal windows to get information (viewing and editing). Basically, you 1) Search for information, say person by First & Last Name...get list 2) Drill...
13
3094
by: Alan Silver | last post by:
Hello, MSDN (amongst other places) is full of helpful advice on ways to do data access, but they all seem geared to wards enterprise applications. Maybe I'm in a minority, but I don't have those sorts of clients. Mine are all small businesses whose sites will never reach those sorts of scales. I deal with businesses whose sites get maybe a...
0
1984
by: AMDRIT | last post by:
I am looking for better concrete examples, as I am a bit dense, on design patterns that facilitate my goals. I have been out to the code project, planet source code, and microsoft's patterns and practices site and it just isn't sinking in all that clearly to me. Currently we have code in production and it all works well, however it is...
0
7665
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7888
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7642
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6255
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5484
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3643
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3626
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2082
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1200
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.