[PHP-WIN] combo boxes

2003-07-22 Thread Raul IONESCU
Be more specific. Send HTML code. If it is what I think you ment then the problem is very easy solved through JavaScript and MySQL querryies (and PHP of course, but basically JavaScript is most important part). - Raul IONESCU

[PHP-WIN] Listing directory files in individual cells in a html table

2003-07-22 Thread Peter Houchin
Howdy I have a script that lists files from a directory. What I want to do is spilt the result up so that files are displayed into a html table that is 8 colums wide and how ever many rows are needed. ( my script is below ) Any help would be aprechiated Cheers Peter Heres my script $dir/

[PHP-WIN] Web pages not being displayed

2003-07-22 Thread Greg Whitehead
Hi All I could use some help. I have a problem with which I am not sure if its PHP4.3.2, MySQL4.0.13 or Apache2.0.46 all running on windows XP. The problem is I have a web page that shows a list of data (20 items) from MySQL database using PHP script and I get varying results when I view this page

[PHP-WIN] Re: Subject: xml trouble - Operator error : XML file not supplied

2003-07-22 Thread Neil Smith
1/ Is the XML file in the same directory as the script you are running ? 2/ You have not supplied your XML file, and a parse error is cause when an invalid XML file is read in. 3/ Do you have error_reporting(E_ALL) set in your script which would provide more diagnostic error information and an er

php-windows Digest 22 Jul 2003 21:16:30 -0000 Issue 1835

2003-07-22 Thread php-windows-digest-help
php-windows Digest 22 Jul 2003 21:16:30 - Issue 1835 Topics (messages 20858 through 20865): parse incoming emails 20858 by: Tobias Talltorp Re: adding dates 20859 by: sven yeee i finaly did it ;-) 20860 by: WebDevMagazine 20861 by: John Ellingsworth

[PHP-WIN] xml trouble under Apache

2003-07-22 Thread BlackZ
Just a script: It running well in console mode. But when I'm point my browser to one it says: "Error while parsing the document". Apache log says: "Error parsing xml-file" 1. DOMXML enabled under PHPINFO. 2. path to xml file is correct Please help !!! -- PHP Windows Mailing List (http://www.

[PHP-WIN] combo boxes

2003-07-22 Thread Isai Arasu
I have comboboxes filled dynamically using PHP scripts, when i change the selection all my form fields' values must be changed (pulled from database). How do i do that. I m using Apache. Isai. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design

RE: [PHP-WIN] yeeessss i finaly did it ;-)

2003-07-22 Thread John Ellingsworth
Yes Thanks, John Ellingsworth -Original Message- From: WebDevMagazine [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 9:20 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] yeee i finaly did it ;-) Are you using Apache and PHP ? Bogomil -- PHP Windows Mailing List (http

Re: [PHP-WIN] yeeessss i finaly did it ;-)

2003-07-22 Thread WebDevMagazine
Are you using Apache and PHP ? Bogomil -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] yeeessss i finaly did it ;-)

2003-07-22 Thread John Ellingsworth
Ok I need info please post here. Thanks, John Ellingsworth -Original Message- From: WebDevMagazine [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 9:14 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] yeee i finaly did it ;-) I just Run COM objects over Windows XP (with all perm

[PHP-WIN] yeeessss i finaly did it ;-)

2003-07-22 Thread WebDevMagazine
I just Run COM objects over Windows XP (with all permissions). IF anyone needs info post here! Bogomil Shopov WebDevMagazine http://webdevmagazine.co.uk/n/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: adding dates

2003-07-22 Thread sven
okay, there is nothing in the manual with the date in 20 days. but this could help you. ;-) $tomorrow = mktime(0, 0, 0, date("m"), date("d")+1, date("Y")); Isai Arasu wrote: > Hi > > how do I add dates??? > > for example, > > if the date from database is thursday, feb 12, 1996 > and i want to know

[PHP-WIN] parse incoming emails

2003-07-22 Thread Tobias Talltorp
I am in need of a utility to parse incoming emails. Preferably it would be a free email server for windows that has the ability to forward an email to PHP, which in turn parses it and adds it to a database. Is there something like this out there, or are there only the ones for Linux? Regards // T

php-windows Digest 22 Jul 2003 09:11:07 -0000 Issue 1834

2003-07-22 Thread php-windows-digest-help
php-windows Digest 22 Jul 2003 09:11:07 - Issue 1834 Topics (messages 20844 through 20857): Help With CGI Timeout 20844 by: Chris 20847 by: Chris 20848 by: Kit DeKat PHP/Mysql issue 20845 by: Nate Dawg Re: XmlRPC Extension in Apache 4.2.3 20846 by: s

Re: [PHP-WIN] http referer

2003-07-22 Thread Luis Ferro
You can't trust the referer info... It may not exist at all, it may be tampered... It isn't reliable... (both the servers and the browsers can ruin it). Cheers, Luis Ferro Jon Phipps wrote: I am having no end of bad luck getting the refering page returned, the issue may be that I am doing redir