[PHP] MySQL PHP issue?

2005-04-27 Thread Dustin Wish
OK, I have check all the mysql doc and php docs on using exists in the query, but it seems I still can not get the query to work. Here it is: SELECT * FROM icisp.account WHERE id in (select oldaccountID from BillMax.account) Or Using sELECT * FROM icisp.account WHERE id exists(select oldaccou

RE: [PHP] MySQL PHP issue?

2005-04-27 Thread Dustin Wish
It is version 3.23.56 -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 2:44 PM To: php-general@lists.php.net Subject: Re: [PHP] MySQL PHP issue? Jay Blanchard wrote: > Asking a MySQL question on a PHP list? *slaps knee!* I bet you think

RE: [PHP] MySQL PHP issue?

2005-04-27 Thread Dustin Wish
SH^*&^t Thanks guys. Figured something like that. -Original Message- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 2:53 PM To: Dustin Wish; php-general@lists.php.net Subject: RE: [PHP] MySQL PHP issue? [snip] It is version 3.23.56 [/snip] Sub-que

[PHP] number format?

2005-05-10 Thread Dustin Wish
I have a number like -56.98 I need to convert it to -5698. I tried --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.859 / Virus Database: 585 - Release Date: 2/14/2005 -- PHP General Mailing List (http://www.php.net/) To unsu

[PHP] php works in IE not Firefox?

2005-05-13 Thread Dustin Wish
Anyone run across an issue where a php script works in IE and not Firefox? Christianboards.org is a PHP nuke site running on a Enism linux box that is having this issue. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.859 / Virus

RE: [PHP] php works in IE not Firefox?

2005-05-13 Thread Dustin Wish
: Dustin Wish Cc: php-general@lists.php.net Subject: Re: [PHP] php works in IE not Firefox? PHP does not work in Firefox. It doesn't work in IE either, or any browser for that matter. It works "in" Apache and can even work on the command line. PHP can generate web pages. The res

[PHP] stripping content and parsing returned pages?

2004-03-15 Thread Dustin Wish
I have been looking everywhere for any tips or tutorials on, posting to separate websites and parsing the return values for input into a mysql db. I understand the parsing or stripping of html content from a page, but not how to post to a form on a different site and once the values are returne

RE: [PHP] Secret Codes in Spam and PHP

2004-09-16 Thread Dustin Wish with INDCO Networks
We should make that the new X-files movie. "When good mail goes SPAM!" Dustin Wish System Engineer & Programmer INDCO Networks Pres. OSSRI Pres. WTA Arkansas "Do not go where the path may lead, go instead where there i

[PHP] csv inssue

2004-09-24 Thread Dustin Wish with INDCO Networks
m $counter: $color\n"; } ?> Dustin Wish System Engineer & Programmer INDCO Networks Pres. OSSRI Pres. WTA Arkansas "Do not go where the path may lead, go instead where there is no path and leave a trail."

RE: [PHP] csv inssue

2004-09-24 Thread Dustin Wish with INDCO Networks
Go it fixed. I used the same code to a degree, but use the array items as needed by just accessing $val[1], $val[2] etc. so if I need a custom select with in the loop I access the array Insert into mytable (item,product) values ($val[1],$val[2]); Dustin Wish System Engineer & Programmer I

[PHP] Multiple denial of service vulnerabilities in PHP

2005-04-07 Thread Dustin Wish with INDCO Networks
- Multiple denial of service vulnerabilities in PHP - Oxygen3 24h-365d, by Panda Software (http://www.pandasoftware.com) MADRID, April 7, 2005 - iDefense has reported multiple denial of service vulnerabilities in the PHP scripting language, which could allow an attacker to crash the sys

[PHP] PDF generator?

2004-06-17 Thread Dustin Wish with INDCO Networks
I have a PDF that I need to insert values into from a web form. I would like to input directly into the PDF from the web. Any pointers to the right direction? Dustin Wish System Engineer & Programmer INDCO Networks Pres. OSSRI Pres. WTA Arka

[PHP] Behind the scenes coding?

2004-03-14 Thread Dustin Wish with INDCO Networks
I have been looking everywhere for any tips or tutorials on posting to separate websites and parsing the return values for input into a mysql db. I understand parsing html pages, but not how to post to a form on a different site and once the values are returned parse and redirect. I have read alit

[PHP] behind the scenes coding?

2004-03-14 Thread Dustin Wish with INDCO Networks
I have been looking everywhere for any tips or tutorials on posting to separate websites and parsing the return values for input into a mysql db. I understand parsing html pages, but not how to post to a form on a different site and once the values are returned parse and redirect. I have read a

[PHP] loking for a item in string?

2004-11-06 Thread Dustin Wish with INDCO Networks
I am opening a file and then have to look for a value inside the string. Is there an easy way to do this? I need the value in this string for the var djLast = '45.11';

RE: [PHP] Re: php editor or php IDE for linux with autocompletion

2004-11-30 Thread Dustin Wish with INDCO Networks
Speaking of IDE's, does anyone know if Codeweavers has ported Dreamweaver to Linux? It is my favorite IDE for programming web apps. -Original Message- From: M. Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 9:38 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: php editor