|
|
Subject:
PhP Codes needed
Category: Computers > Programming Asked by: branet-ga List Price: $4.00 |
Posted:
27 May 2005 14:26 PDT
Expires: 26 Jun 2005 14:26 PDT Question ID: 526455 |
I need the code source of an application php that does the following functions. - A page of form (php or html) where there are deposited information (for example, age, name, and other information) - A page php that receives this information and records them in it itself or on another page, in order that this information could be visualized after deposited. The idea is not to use Mysql or another program of data base. The visualization of the page that receives this information must be from any explorer of Internet. Obviously, if later I change the information with the form of origin, these changes must remain engraved on the page of reception, and must be able to visualize all the times one wants (and in remote form) Can anybody help me with this code? I am ready to pay for the obtain of the code or the pages. Thank you Cristian Perez Pezoa (P.D. My native language is the Spanish) |
|
There is no answer at this time. |
|
Subject:
Re: PhP Codes needed
From: goose_man-ga on 01 Jun 2005 12:32 PDT |
Can I ask why you do not want to use MySQL? Is there a specific reason? PHP 5 has a very lite database, which is a single file. At the end of the day, you will have to store the data on a file somewhere (be it database, text file etc). What about emailing the form submission? Is that sufficient - It means that you won't be able to look up the data on a web page at a later date. If you wish to avoid databases, that's the best way. Let me know. |
Subject:
Re: PhP Codes needed
From: adminsr-ga on 06 Jun 2005 13:18 PDT |
Hello, To my knowledge, there is no way to store large amounts of information without using some sort of database. I suggest MySQL, but if that truly is not possible, a CGI program that will mail them to you or even a simple mailto:myadress@myhost.com is your best bet. Sam |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |