Welcome Guest!

If you do not have an account yet on The Web Squeeze forums, please Register! It’s FREE and there are many benefits:

  • Receive Fast Advice
  • Learn Programming Languages
  • Get Professional Website Reviews
  • Quick Troubleshooting Assistance
The Web Squeeze

> Small Job Phpmyadmin/phplist

This is a discussion on Small Job Phpmyadmin/phplist, within the Hire a Web Designer section. This forum and the thread "Small Job Phpmyadmin/phplist" are both part of the In The Market category.

 
Reply to this topicStart new topic
> Small Job Phpmyadmin/phplist
Jacob.R
post Aug 3 2008, 08:10 AM
Post #1


Rapid Squeezer
****

Posts: 146
Joined: 30-May 08
From: London


Both PhpMyadmin and PHPlist are running on my hosts server

I need someone to get them working together and to possible walk me through it, I don't know how they link to each other and my site. I try to do as much as I can with running my website but I am not a web person and need to hand this over to someone else! I am sure with some help I could get on with it.

If you can help please let me know your fees.

Jacob

jacob@capoeiracanal.co.uk
Go to the top of the page
 
+Quote Post
Jacob
post Aug 3 2008, 10:19 AM
Post #2


Co-Founder
Group Icon

Posts: 2,664
Joined: 13-February 08
From: On the forum!


I'm a little confused as to what you are requesting to have done. phpMyAdmin is a database management application, and phplist is a newsletter application. You said you have them configured and working correct, so what's left to do? Are you wanting to brand phplist to your design, or do you need help with the settings within phplist.....or are you unsure of what steps should be taken to setup phplist?


--------------------
Thanks,
Jacob
Go to the top of the page
 
+Quote Post
Jacob.R
post Aug 3 2008, 03:43 PM
Post #3


Rapid Squeezer
****

Posts: 146
Joined: 30-May 08
From: London


QUOTE (Jacob @ Aug 3 2008, 04:19 PM) *
I'm a little confused as to what you are requesting to have done. phpMyAdmin is a database management application, and phplist is a newsletter application. You said you have them configured and working correct, so what's left to do? Are you wanting to brand phplist to your design, or do you need help with the settings within phplist.....or are you unsure of what steps should be taken to setup phplist?


Ops!

So don't I need both programmes in order for people to join a mailing list on line and for them to be sent newsletters? I thought the programmes work together?

I think I can brand phplist to my design though I am not sure as to where the files sit/file extensions (hope you understand!)? I need help with the settings and setup.

I tried to create a new data base but it says no privileges, then I tried to import a csv file into an existing database and got stuck.

there is one data base that has tables from phplist if that makes sense? all the fields match.

This post has been edited by Jacob.R: Aug 3 2008, 03:56 PM
Go to the top of the page
 
+Quote Post
Jacob.R
post Aug 3 2008, 03:59 PM
Post #4


Rapid Squeezer
****

Posts: 146
Joined: 30-May 08
From: London


This is a screen shot of the data base.
Attached File(s)
Attached File  scr_shot_msql.jpg ( 352.82K ) Number of downloads: 8
 
Go to the top of the page
 
+Quote Post
holger
post Aug 4 2008, 06:13 AM
Post #5


Fresh Squeezed
**

Posts: 30
Joined: 6-March 08
From: Birmingham


QUOTE (Jacob.R @ Aug 3 2008, 09:43 PM) *
So don't I need both programmes in order for people to join a mailing list on line and for them to be sent newsletters? I thought the programmes work together?


No, you just need phplist.

phpMyAdmin is only needed if you want to perform low level operation on your database.

QUOTE (Jacob.R @ Aug 3 2008, 09:43 PM) *
I tried to create a new data base but it says no privileges, then I tried to import a csv file into an existing database and got stuck.


You don't need to create a new database. Judging by the image you attached you have the database already set up. And normally you don't need to import any data directly into the database either.

If you have an existing list of users, you should use the phplist interface for doing so. You can read http://docs.phplist.com/ImportUsersInfo
on how to do this.

QUOTE (Jacob.R @ Aug 3 2008, 09:43 PM) *
there is one data base that has tables from phplist if that makes sense? all the fields match.


That is the one that phplist created during setup. Don't touch it unless you know exactly what you are doing.
If you have already modified it and phplist is not working properly, I would suggest deleting all the tables and reinstalling phplist again.


--------------------
Viventic Web Design and Application Development
Go to the top of the page
 
+Quote Post
Jacob.R
post Aug 4 2008, 06:49 AM
Post #6


Rapid Squeezer
****

Posts: 146
Joined: 30-May 08
From: London


QUOTE
phpMyAdmin is only needed if you want to perform low level operation on your database.


what are these? so phplist is a data base

QUOTE
You don't need to create a new database. Judging by the image you attached you have the database already set up. And normally you don't need to import any data directly into the database either.


I want to send news letters to specific groups e.g. members and Parents. Don't I need to create separate data bases to do this?

QUOTE
That is the one that phplist created during setup.


How does it do that? do they speak to each other?
Go to the top of the page
 
+Quote Post
Jacob.R
post Aug 4 2008, 06:56 AM
Post #7


Rapid Squeezer
****

Posts: 146
Joined: 30-May 08
From: London


QUOTE
If you have an existing list of users, you should use the phplist interface for doing so. You can read http://docs.phplist.com/ImportUsersInfo
on how to do this.

Thanks a lot!
Go to the top of the page
 
+Quote Post
holger
post Aug 4 2008, 07:20 AM
Post #8


Fresh Squeezed
**

Posts: 30
Joined: 6-March 08
From: Birmingham


QUOTE (Jacob.R @ Aug 4 2008, 12:49 PM) *
what are these? so phplist is a data base

No, phplist is not a database. It creates a database using a database server.

There is a program called MySQL running on the server. MySQL is the software that actually manages the databases. phplist communicates with MySQL for everything concerned with the database.

phpMyAdmin is just a different program that also communicates with MySQL and provides you with low level access to the databases kept by MySQL. But phpMyAdmin doesn't own the databases.
In normal circumstances you don't need this low level access.

QUOTE (Jacob.R @ Aug 4 2008, 12:49 PM) *
I want to send news letters to specific groups e.g. members and Parents. Don't I need to create separate data bases to do this?


Again, no. phplist manages all that information for you. In phplist the groups are called lists. You can create lists and users can subscribe to different lists. So you can create lists called members and Parents and send newsletters to each of these lists individually.
Read here for a full documentation of phplist.

QUOTE (Jacob.R @ Aug 4 2008, 12:49 PM) *
How does it do that? do they speak to each other?


During setup phplist speaks to MySQL to initialize the database and put some configuration data into it.


--------------------
Viventic Web Design and Application Development
Go to the top of the page
 
+Quote Post
Jacob.R
post Aug 4 2008, 08:15 AM
Post #9


Rapid Squeezer
****

Posts: 146
Joined: 30-May 08
From: London


Cheers!
Go to the top of the page
 
+Quote Post
Jacob
post Aug 4 2008, 03:24 PM
Post #10


Co-Founder
Group Icon

Posts: 2,664
Joined: 13-February 08
From: On the forum!


If you still are having problems getting everything working, I'd be willing to help ya get things setup! Just send me a PM and I'll help you if you still don't have things working yet!


--------------------
Thanks,
Jacob
Go to the top of the page
 
+Quote Post
If you found The Web Squeeze to be helpful, please donate so we can keep this site FREE, FRESH, and fortified with Web Design & Development info!
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts   0 Jasontor 510 14th February 2008 - 12:34 AM
Last post by: Jasontor
No new   14 unitedcraig 537 1st July 2008 - 04:15 PM
Last post by: Vivara
No New Posts   4 gribble 284 26th November 2008 - 10:23 AM
Last post by: karinne
No New Posts   13 nameno 529 2nd December 2008 - 12:41 PM
Last post by: nameno
No New Posts   4 Simon88 164 5th January 2009 - 09:08 AM
Last post by: Simon88