Re: [php-list] invalid characters

2008-02-14 Thread Bruno Lustosa
On Wed, Feb 13, 2008 at 6:08 PM, Wade Smart [EMAIL PROTECTED] wrote: This is the meta header: meta http-equiv=content-type content=application/xhtml+xml; charset=ISO08859-1 / Ok, they seem to be using ISO8859-1 (I wonder why the extra 0). What is the URL you are fetching the data from? The

Re: [php-list] invalid characters

2008-02-14 Thread James Keeline
--- Wade Smart [EMAIL PROTECTED] wrote: Im importing data from another site and Im having a bit of a problem. I have what my browser calls: invalid characters. Its the degree symbol when used with 'F or 'C. There are others though too. I wrote a script to find chr(248) and change it to '

[php-list] Adding new function to a working script

2008-02-14 Thread Sinna Trade
I am a Newbie in Php :) I have a working pre-maid advertising script written in php. I want to ad a kind of shopping cart function to my script. When I start a search query, i get x results. I want to add a check box to all of my results to be able to insert some of them into an other table that

Re: [php-list] Adding new function to a working script

2008-02-14 Thread James Keeline
--- Sinna Trade [EMAIL PROTECTED] wrote: I am a Newbie in Php :) I have a working pre-maid advertising script written in php. I want to ad a kind of shopping cart function to my script. When I start a search query, i get x results. I want to add a check box to all of my results to be able to

[php-list] multi-table report creation

2008-02-14 Thread pallav bhargava
hi PHP experts, guys, i have a query, I have created a tool similar to PhpMyAdmin search a table. users can select fields to view, select criteria on different fields, sort order etc are same as PhpMyadmin. I have extended it for having aggregate functions (min, max, sum, avg, etc and some

Re: [php-list] How can PHP post to a PHP script just like an html form or an IPN hit does?

2008-02-14 Thread listgroups08
- Original Message - I am able to use an html form page to post to a PHP script. The html form hits a PHP file, which reads the $_POST variables and does various stuff. I need to do have a different PHP script do what the html form does: post the the PHP file. When I try the following