admin flat line
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html
TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/login_basics.html
http://www.wysiwygwebbuilder.com/login_tools.html
TIP:
A lot of information about the login tools can be found in the help/manual.
Also checkout the demo template that is include with the software.
admin flat line
I made a register page with a series of custom fields.
If I go into Admin it show the basic stuff user name etc.
If I click on the edit it shows all the fields filled in etc, great so far but how do I download the information?
Cheers,
Lasa
If I go into Admin it show the basic stuff user name etc.
If I click on the edit it shows all the fields filled in etc, great so far but how do I download the information?
Cheers,
Lasa
Re: admin flat line
You cannot 'download' the information, but you can export the data from the database. This requires some MySQL knowledge.
Re: admin flat line
I would need the MySql to download the entered info, even if it flat line...?
Lasa
Lasa
Re: admin flat line
I assume you mean 'flat file'?
No, in that case you can download the database file directly from the server.
No, in that case you can download the database file directly from the server.
Re: admin flat line
Just enter the location of the file in the browser.
For example:
http://www.yourwebsite.com/usersdb.php
For example:
http://www.yourwebsite.com/usersdb.php
Re: admin flat line
Thanks Pedro, I was able to retrieve it but its pretty much unusable "as-is"
Is there anyway to have it issued to a csv format?
Cheers,
Lasa
Is there anyway to have it issued to a csv format?
Cheers,
Lasa
Re: admin flat line
The flat database is in CSV format.
However, it is not meant to be manually edited.
However, it is not meant to be manually edited.
Re: admin flat line
Do you know of any way to get the input data in a usable csv form? or another bit of software that might help me?
Does MySQL help?
Thanks,
Lasa
Does MySQL help?
Thanks,
Lasa
Re: admin flat line
What exactly do you want to do with the data?
Re: admin flat line
Just need to retrieve the data in a traditional way to feed a csv file for use with blanket email to send invitations to members.
Right now the information isn't very friendly...
Cheers,
Lasa
Right now the information isn't very friendly...
Cheers,
Lasa
Re: admin flat line
The database was not designed to be used this way. The purpose of the flat file is to store usernames/passwords so it can be easily read by the scripts.
If you have different requirements then you can implement this yourself.
If you have different requirements then you can implement this yourself.
Re: admin flat line
Thanks pablo,
any suggestions?
Cheers,
Lasa
any suggestions?
Cheers,
Lasa
Re: admin flat line
I'm sorry, I cannot help you customization the code.
Re: admin flat line
Lasa,
It sounds like you need a tool which will take the file and output what you need. It doesn't sound that hard to make.
If it's a CSV file, can you read it into Excel? I don't have one, so I don't know.
Alan
It sounds like you need a tool which will take the file and output what you need. It doesn't sound that hard to make.
If it's a CSV file, can you read it into Excel? I don't have one, so I don't know.
Alan