[PHP] Advice needed - general (GPS, databases, webs etc.)

2010-05-15 Thread SED
Hi, I'm in the search for resources for the next step in the information's age. I think smartphones with GPS and the internet will be THE BIG BUSINESS next years. Because this is hard business I'm not able to get overview and resources handly, except by selling my soul to the big

Re: [PHP] Advice needed: implementing custom fields in tables

2006-12-15 Thread Richard Lynch
On Tue, December 12, 2006 8:23 am, Denis Gerasimov wrote: I am in a need of implementing custom/used-defined fields mechanism. What I need is adding new fileds to a db table on-the-fly. There are 2 possible options I know: 1. Add a fixed set of text columns named custom_01, custom_02,

[PHP] Advice needed: implementing custom fields in tables

2006-12-12 Thread Denis Gerasimov
Hello list members, I am in a need of implementing custom/used-defined fields mechanism. What I need is adding new fileds to a db table on-the-fly. There are 2 possible options I know: 1. Add a fixed set of text columns named custom_01, custom_02, etc. 2. Alter db tables

Re: [PHP] Advice needed: implementing custom fields in tables

2006-12-12 Thread Jochem Maas
Denis Gerasimov wrote: Hello list members, I am in a need of implementing custom/used-defined fields mechanism. What I need is adding new fileds to a db table on-the-fly. There are 2 possible options I know: 1. Add a fixed set of text columns named custom_01, custom_02,

[PHP] Advice Needed for Klorofil Open Source PHP Platform

2005-11-28 Thread Reza Iqbal
Hi, I would like to give information about a new open source project named as Klorofil Collaboration Project (http://www.klorofil.org). As a new open source project, we will need many advice in order to make it success. Currently, in Klorofil Collaboration Project, we develop Klorofil Platform.

Re: [PHP] Advice Needed for Klorofil Open Source PHP Platform

2005-11-28 Thread Ahmed Saad
On 11/28/05, Reza Iqbal [EMAIL PROTECTED] wrote: As a new open source project, we will need many advice in order to make it success. ah an open source project with encoded source code?! how come? -ahmed

Re: [PHP] Advice Needed

2004-02-20 Thread Richard Davey
Hello daniel, Friday, February 20, 2004, 6:10:28 AM, you wrote: deo Hi there, i have finally built a project space for work, its a collaborate deo space for storing important key documents (not public), what is the best deo way to store these, outside the web directory or would it be safe within

RE: [PHP] Advice Needed

2004-02-20 Thread electroteque
] Subject: Re: [PHP] Advice Needed Hello daniel, Friday, February 20, 2004, 6:10:28 AM, you wrote: deo Hi there, i have finally built a project space for work, its a collaborate deo space for storing important key documents (not public), what is the best deo way to store these, outside the web

[PHP] Advice Needed

2004-02-19 Thread daniel
Hi there, i have finally built a project space for work, its a collaborate space for storing important key documents (not public), what is the best way to store these, outside the web directory or would it be safe within a htaccess protected directory ? Being that to access that directory i would

[PHP] Replicate MSAcces form with sub-forms to PHP? Advice needed.

2003-06-10 Thread Apollo (Carmel Entertainment)
I am trying to convert MSAccess form (that have sub-forms) to PHP and can't seem to figure out a solution. Anyone done anything like this before, the sub-queries/sub-forms with PHP? Any examples? Apolinaras Apollo Sinkevicius Carmel Music Entertainment, LLC web-site: http://carmelme.com

Re: [PHP] Advice needed

2002-07-13 Thread Mike Tuller
see a problem with this idea, let me know. I think this would work, but I haven't started coding yet. Mike - Original Message - From: Alberto Serra [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, July 12, 2002 10:35 PM Subject: Re: [PHP] Advice needed ðÒÉ×ÅÔ! Mike Tuller wrote

Re: [PHP] Advice needed

2002-07-13 Thread Analysis Solutions
On Sat, Jul 13, 2002 at 11:13:38AM -0500, Mike Tuller wrote: After much thought, I think I have figured out what I am going to do. I am going to create on the first page, a place to add the hardware type, and that will add a row to the database, and create the key I need. It will then go to

[PHP] Advice needed

2002-07-12 Thread Mike Tuller
I am trying to develop a front end to a database that will be used for entering information about the computer systems I take care of. It would be easy to do if it weren't for one problem. I want to list information about the drives that are in each system. There could be one, two, or 10

Re: [PHP] Advice needed

2002-07-12 Thread Alberto Serra
ðÒÉ×ÅÔ! Mike Tuller wrote: The hardwareID is created in MySql when the information entered for the hardware is submitted, which hasn't been done yet. You don't need it immediately. Just have a progressive key (like 1,2,3,4...) stored in a hidden field along with the new info you are

Re: [PHP] Advice needed

2002-07-12 Thread Mike Tuller
So I would have the progressive key inside the addvolume window? Can you explain how to go about doing this? - Original Message - From: Alberto Serra [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, July 12, 2002 8:56 PM Subject: Re: [PHP] Advice needed ðÒÉ×ÅÔ! Mike Tuller

Re: [PHP] Advice needed

2002-07-12 Thread Analysis Solutions
Mike: You MUST store the hardware information first so you can get the actual HardwareID determined by the hardware table's auto increment field. Any other way you do it you leave open the possibility for error. On your main hardware page, I'd make the Volume Information section have

Re: [PHP] Advice needed

2002-07-12 Thread Alberto Serra
ðÒÉ×ÅÔ! Mike Tuller wrote: So I would have the progressive key inside the addvolume window? Can you explain how to go about doing this? How you organize your HTML output should *never* interfere with the way you organize your data, they are two different things and must be kept well

[PHP] Advice Needed

2002-04-08 Thread pong-TC
Hello All We are planning to install Unix-Like system on our old PC. I don't know which one I should go among FreeBSD, Redhat, and Suse. I'd like a very easy installation, specially on a network configuration part. Which is good? Thank you. POng -- PHP General Mailing List

[PHP] Advice needed

2002-03-22 Thread James Newkid
Sorry couldn't think of a better subject for this email :( This has stumped 7 people so far. I'm not an expert with php, but any help would be great. I have the following $Quantity1 $Quantity2 $Quantity3 and $Price1 $Price2 $Price3 These variables will eventually make a chart/database with

Re: [PHP] Advice needed

2002-03-22 Thread Daniel Tryba
On Sat, Mar 23, 2002 at 05:19:05AM +, James Newkid wrote: so if $Quantity1 is 10 and $Price1 is $1.00 that means each unit is .10 so the output would be q1 q2 q3 q5 q10 q15 q20 q25 q50 q100 q300 q500 q600 q10 0 0 0 0 .10 .10 .10 .10 .10 .10 .10 .10 .10 .10 Now the

[PHP] Advice Needed

2001-11-13 Thread Joe Van Meer
Hi there. I have a small php app connected to sqlServer db. The app is used as a code library for various programming languages. Basically, a code repository. My problem is this, I would like to be able to insert the code for a function (the actual code) into the db. However, I keep running into