[PHP] Converting mySQL to PostgreSQL

2001-05-08 Thread Jason Beebe
Hi, I am in need a transfering an existing mySQL database to PostgreSQL. I have seen info on the converter. Before I get started I wanted to see info anyone has any insight or tips on converting these DBs (ie- is it problematic, inconsistent, etc). Thanks! -- PHP General Mailing List (http

RE: [PHP] Programming PHP in a modular way

2001-04-30 Thread Jason Beebe
---This is header.php My Site //this is the banner/header img //this is where the left navigation goes About Us // a link more links here end header.php--- ---start footer.php Footer Here, Copyright Etc. end footer.php - ---

[PHP] Counting Words In a String

2001-04-22 Thread Jason Beebe
Hi, I want to check a string and return the amount of words present in it. These strings could be quite large, some higher than 100,000 characters. I realize I could explode the string on the whitespace and count the number of values. However, I'm not sure this would be the most optimized way to

RE: [PHP] Export Linux Users and Password's to MYSQL database

2001-03-01 Thread Jason Beebe
Depends. say you are wanting to put the passwords from your servers passwd file, you would only be able to export the encrpypted passwords, since they are one-way encrypted. you will not be able to store plain text passwords in the db from your passwd file through importing it. if you want to do t

[PHP] Re: [PHP-DB] Autonomous Mass Mail List System (Broadcast Email)

2001-01-10 Thread Jason Beebe
well, the fact of the matter, is that we will not be sending the mail from the server, i only need something to handle bounces and discontinues when sent to a specific email address, which resides on the server. the resources are not available to use to send out that volume of custimized emails.

[PHP] Autonomous Mass Mail List System (Broadcast Email)

2001-01-10 Thread Jason Beebe
Hey Everyone, I'm working a project for one of the company's websites. they have a subscription mailing list that the user signs up their email address to receies periodical emailings. The email addresses are stored in a flat txt file. 1 email per line. I could also convert it to a coma delim

[PHP] Shopping Cart Schema - Sessions

2001-01-10 Thread Jason Beebe
Hey, I'm looking for little information from those who have coded their own shopping cart apps. what would you say the best way to setup a cart would be? more specificly, the method for adding items to the cart. say the user is broswing around. when they entered the website a new session was