[PHP] Phasing HTML

2002-11-18 Thread Brian Lee
OK I am trying to take some content from another site (I have total consent) and convert all the prices on the site to 5% more. I can get all the content off the site and display it where I want. I can ereg_replace all the money to one price such as ($23.50) but I can’t change the price based on

[PHP] upload script problems.

2002-03-11 Thread Brian Lee
Hello, I am trying to fix a upload script that doesn't seem to be working anymore. I had it up an running for a few months but it broke last week. I don't think that there was anything changed on the server. I am using php 4.0.4pl1. Any help you could give me would be great. I get this erro

[PHP] MySQL to Excel with mutiple sheets

2001-11-28 Thread Brian Lee
I have a script that searches a MySQL DB and produces an Excel file from each table in the search. EX. You search 4 different tables for the “Seattle” you would come up with 4 different Excel files. Now I was wondering if it was possible to take the 4 different Excel files I just created and

[PHP] NEED HELP: select box repeat

2001-09-17 Thread Brian Lee
OK I am trying to write a script that will bring data out of a database into a select box. But what I need it to do is repeat 5 times or more depending on what it brings out. I can only get it to display one select box. Here is what I got so far: Flavors Select "> Please HE

[PHP] PHP & MySQL

2001-10-02 Thread Brian Lee
OK, I am working on my first shopping cart using PHP and MySQL and I am having a few problems. The first problems is I need to bring out of a database a group of Jam flavors. I can do that but when certain items come up there needs to be the same flavors but repeated mutiple times and I am no