Re: [PHP-DB] Re: HTML layout and arrays (WAS : Brain not working, helpneeded :-). .

2005-08-29 Thread Edward Vermillion
Norland, Martin wrote: while ($row = mysql_fetch_array($sql_result) { $videos[] = array( 'id' => $row['id'], 'video_link' => $row['video_link'], 'video_thumbnail' => $row['video_thumbname'], 'video_title' => $row['video_titl

Re: [PHP-DB] Multiple query execution

2005-09-03 Thread Edward Vermillion
Alvaro Cobo wrote: Hi guys: I need to execute two insert/update queries within a single statement string from a PHP application, but it keeps giving me an error. For example, I have a listbox which has to insert or update two tables whithin the same submit action: INSERT INTO tbl_ISperson(Name

Re: [PHP-DB] PDF BLOB to Email

2006-05-11 Thread Edward Vermillion
On May 11, 2006, at 10:51 AM, JupiterHost.Net wrote: Most PHP folks have this image that since its so shiny its just the best which in fact is the opposite: the nice graphic designers that skin PHP projects do very well (images/css/html which are all independant of PHP), but its like dressi

Re: [PHP-DB] Sending filing attachments using PHP

2006-05-11 Thread Edward Vermillion
Ummm... dude... Zend Framework is NOT a "system wide binary"... besides is like way beta right now... fun to play with, sure, but they're not really recommending it for production yet. try phpmailer or some of the other mail classes Ed On May 11, 2006, at 5:57 PM, JupiterHost.Net wrote:

Re: [PHP-DB] PHP with a XML database

2007-01-26 Thread Edward Vermillion
I would imagine that parsing the XML file you get once a month and storing the information in *some* kind of "real" database, whether it's oracle, mysql, postgresql or whatever would give you better performance than parsing the XML on each page request. Unless the XML is of a trivial size o