Jump to content

Recommended Posts

Hello,

 

This is my 1st post, so hi everybody. I have a problem, and as I am not a native english speaker, this could be mainly why I post here, you may understand what I want to do, but I cannot express it properly so that google can understand it... and help me out.

 

Therefore, my problem goes like this. I have a website, and since I don't have many orders (2-3 a week), I didn't get an automated program who could help me make faster invoices, so I do them manually in Dreamweaver.

 

So I have this html page, with alot of info, such as - tracking number, name and address of the buyer, name and address of the other person who's selling and I intermediate the sale for him, details of the merchandise, height, weight etcetera, very similar to a tracking number from a known transportation company such as UPS etc. There are many details, and it takes me almost 30 minutes to edit a page like that with Dreamweaver, and upload it on my site.

 

I think you got the picture. What I would like to know is wether there is any possibility to have forms, html or php, I don't know very well, and just fill them out, and the output to be shown in another html or php file? It's quite hard to explain myself, I would like some sort of a form to fill, and not having to use Dreamweaver every time. Thanks alot if you could point me in the right direction I would be very very grateful.

Thanks for the quick reply, I should have been more precise. Ok, so let's say I know where to put the forms, but I need to know how they can be output in a SAME html page, only that they should be filled in. All I see is that the "onsubmit" it can be mailed, or output in a php file with the answers filled in, but I need an output file with the exact html from the one I initially wrote.

 

So, I'm not looking for forms to be filled and submitted by the client, but by myself, to reduce the time spent in Dreamweaver every time I edit the same html, just to update some names, dates, etc.

 

If only I could express myself better in English... Sorry, but maybe someone may have some ideas, or shed some tips on what to search for, because I burnt google down and still haven't found what I want. THANKS

Thanks Scott, unfortunately, I don't have a DB, my site is quite simple, and with little trafic. For the moment I don't have a DB, thanks anyway. Any other ideas? I only have html pages, the only html with php page is the contact page.

 

 

LE: Ok, I will try to show what I would like to do. So here is the html page (txt now, but it is html with alot of graphics), so I underline the things I would like in forms, and would like to know what answer to put in "onsubmit" and "method"

 

Informations sur Reservation numero numero ici

 

Votre rôle dans la transaction: role

 

Nom et prenom: xxxx

Adresse: xxxx

Ville: xxxx

Code postal: xxxx

Pays: xxxx

 

Le courrier de l'autre personne: xxxx

 

L'origine de la transaction: Antiques Boutique D'Ivonne

 

Détails de transaction

Date/heure Status

date xxxx  heure xxxx message xxxx

date xxxx  heure xxxx  message xxxx

date xxxx heure xxxx  message xxxx

date xxxx  heure xxxx  message xxxx

date xxxx  heure xxxx  message xxxx

date xxxx  heure xxxx  message xxxx

 

 

 

ETC

 

You could store data in .txt files and read them when the page loads.  So your interface would open a text file and write to it with whatever you want to change.  Then when your page loads you read that file, and take certain lines out (need to come up with a system) that are called in with PHP.  A database would be much much easier and more versatile and organized.

 

This is the point of PHP and the power of dynamic web pages.  Where do you think these changes are going to be stored?  You have to read them in from somewhere.

You could store data in .txt files and read them when the page loads.  So your interface would open a text file and write to it with whatever you want to change.  Then when your page loads you read that file, and take certain lines out (need to come up with a system) that are called in with PHP.  A database would be much much easier and more versatile and organized.

 

This is the point of PHP and the power of dynamic web pages.  Where do you think these changes are going to be stored?  You have to read them in from somewhere.

 

Thanks Maq, but I guess I lost you with the text files. As for the DB, I also assume it would be easier, just that, I'm on a free hosting which does not support Databases. I'm poor, not affording to pay a monthly fee for a good one, but I guess I'll keep googling I might find some answers... THANKS ALOT FOR YOUR TRYINGS TO HELP. 

 

Cordialement,

DD

If your using php5 it should come with sqlite by default. sqlite is the perfect database for a small-medium site. In most cases its actually alot quicker than mysql.

 

Check phpinfo to see if it is enabled.

 

Thorpe, I have php enabled, but on my control panel I am not allowed to create databases, no phpmyadmin or msql. No other solutions?  ::) Thanks.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.