Re: [PHP] Suggestions of some good, simple file upload 'in progress' code?

2009-04-22 Thread scubak1w1
tedd tedd.sperl...@gmail.com wrote in message news:p0624080ac614d6bf9...@[192.168.1.101]... At 9:28 PM -0600 4/21/09, scubak1w1 wrote: Hello, Can someone pass on some suggestions of some good, simple file upload 'in progress' code? After all is said, you can pick anything you want from here

Re: [PHP] Suggestions of some good, simple file upload 'in progress' code?

2009-04-22 Thread scubak1w1
scubak1w1 sk...@spamcop.net wrote in message news:44.c6.33545.6747f...@pb1.pair.com... tedd tedd.sperl...@gmail.com wrote in message news:p0624080ac614d6bf9...@[192.168.1.101]... At 9:28 PM -0600 4/21/09, scubak1w1 wrote: Hello, Can someone pass on some suggestions of some good, simple

Re: [PHP] Logging out of a SSL / https:// site using PHP? (or JS?), Client Side Cache

2009-04-21 Thread scubak1w1
Michael A. Peters mpet...@mac.com wrote in message news:49e4d4ca.7060...@mac.com... scubak1w1 wrote: Michael A. Peters mpet...@mac.com wrote in message news:49e41267.5010...@mac.com... scubak1w1 wrote: I have a series of web sites which use https:// authentication (using AD integration

[PHP] Suggestions of some good, simple file upload 'in progress' code?

2009-04-21 Thread scubak1w1
Hello, Can someone pass on some suggestions of some good, simple file upload 'in progress' code? Maybe as simple as changing the cursor icon for the duration? I have am HTML form that gathers some data and allows for a file upload of up to 80Mb (on a secure site, and limited to *.zip files) -

[PHP] Re: Suggestions of some good, simple file upload 'in progress' code?

2009-04-21 Thread scubak1w1
scubak1w1 sk...@spamcop.net wrote in message news:cf.13.21597.2ee8e...@pb1.pair.com... Hello, Can someone pass on some suggestions of some good, simple file upload 'in progress' code? Maybe as simple as changing the cursor icon for the duration? [self snip!] http://www.johnboy.com/about

Re: [PHP] Unable to send mail from PHP to ATT e-mail address

2009-04-21 Thread scubak1w1
Edward Diener el...@tropicsoft.com wrote in message news:d9.64.21597.c829e...@pb1.pair.com... Chris wrote: kranthi wrote: of u are sure that the mail was not received as spam... check the log files of the mail server on the server to be sure that the mail actually reached the mail server

Re: [PHP] Logging out of a SSL / https:// site using PHP? (or JS?), Client Side Cache

2009-04-14 Thread scubak1w1
Michael A. Peters mpet...@mac.com wrote in message news:49e41267.5010...@mac.com... scubak1w1 wrote: I have a series of web sites which use https:// authentication (using AD integration to 'check the credentials' as it were) - all seems to be working well.. I have been Googling et al

[PHP] Logging out of a SSL / https:// site using PHP? (or JS?), Client Side Cache

2009-04-13 Thread scubak1w1
Hello, I have a series of web sites which use https:// authentication (using AD integration to 'check the credentials' as it were) - all seems to be working well.. I have been Googling et al. for a way to log the user off the site fully... I can do a series of things on the server side

[PHP] Re: PHP + IIS7 - 'weird stuff' with multiple sites on same server

2009-03-23 Thread scubak1w1
Shawn McKenzie nos...@mckenzies.net wrote in message news:b8.7e.55398.e12b2...@pb1.pair.com... [snip] I've never done this, but just scanning that link, did you do the Per-site PHP process pools steps? Found it! I was using a php.ini file, a little adjusted, from the test server on IIS5.1

[PHP] PHP + IIS7 - 'weird stuff' with multiple sites on same server

2009-03-19 Thread scubak1w1
Hello, I was/am using the excellent tutorial over at http://learn.iis.net/page.aspx/246/u...ons-on-iis-70/ to get PHP5.2.9 up and running on Server '08 and IIS7. All was working well, got my site migrated across, code was working, data coming and going out of PostgreSQL in the back end, etc,

Re: [PHP] PHP to create an ERD (sic) on the fly on a web page based on current DB records?

2009-03-19 Thread scubak1w1
haliphax halip...@gmail.com wrote in message news:952625160903130637q40fcd2a9pc662d51979d58...@mail.gmail.com... On Thu, Mar 12, 2009 at 7:47 PM, scubak1w1 sk...@spamcop.net wrote: Hello, Seeking some advice on how to create an ERD (sic) graphically on the page on the fly when the page

[PHP] Re: PHP to create an ERD (sic) on the fly on a web page based on current DB records?

2009-03-19 Thread scubak1w1
Ross McKay ro...@zeta.org.au wrote in message news:3l4kr4dp3hta7o1poi4bbsl0eqdmp0d...@4ax.com... On Thu, 12 Mar 2009 18:47:40 -0600, scubak1w1 wrote: Seeking some advice on how to create an ERD (sic) graphically on the page on the fly when the page is 'called'... [...] Maybe GraphViz

[PHP] Re: 2 forms, same page, 1st is file upload - works in IE, 'dies' in non-IE browsers

2009-03-19 Thread scubak1w1
Micah Gersten news.php@micahscomputing.com wrote in message news:3e.68.30999.cd50a...@pb1.pair.com... scubak1w1 wrote: Hello, Banging my head against this one... Briefly: - I have two forms on the same page - both forms are: action=?php print $_SERVER['PHP_SELF']; ? method=post

Re: [PHP] Re: 2 forms, same page, 1st is file upload - works inIE, 'dies' in non-IE browsers

2009-03-19 Thread scubak1w1
Ashley Sheridan a...@ashleysheridan.co.uk wrote in message news:1236930396.3525.4.ca...@localhost.localdomain... On Fri, 2009-03-13 at 02:06 -0500, Micah Gersten wrote: scubak1w1 wrote: Hello, Banging my head against this one... Briefly: - I have two forms on the same page

[PHP] Re: PHP + IIS7 - 'weird stuff' with multiple sites on same server

2009-03-19 Thread scubak1w1
Shawn McKenzie nos...@mckenzies.net wrote in message news:b8.7e.55398.e12b2...@pb1.pair.com... scubak1w1 wrote: Hello, I was/am using the excellent tutorial over at http://learn.iis.net/page.aspx/246/u...ons-on-iis-70/ to get PHP5.2.9 up and running on Server '08 and IIS7. All

[PHP] Re: 2 forms, same page, 1st is file upload - works in IE, 'dies' in non-IE browsers

2009-03-19 Thread scubak1w1
Ross McKay ro...@zeta.org.au wrote in message news:lv4kr4psfniltjns3p914aj4s7s6nna...@4ax.com... On Thu, 12 Mar 2009 18:39:38 -0600, scubak1w1 wrote: [...] In the non-IE browsers I have tried (Firefox, Chrome, Opera), the first form uploads the file properly, the 2nd form's submit is 'turned

Re: [PHP] Re: 2 forms, same page, 1st is file upload - works in IE, 'dies' in non-IE browsers

2009-03-19 Thread scubak1w1
haliphax halip...@gmail.com wrote in message news:952625160903130640l7c1a2f0bh8af2b6ffc447b...@mail.gmail.com... On Fri, Mar 13, 2009 at 3:18 AM, 9el le...@phpxperts.net wrote: It sounds like a script error rather than a PHP error. Use Firebug which will show you the HTML as it is updated by

[PHP] 2 forms, same page, 1st is file upload - works in IE, 'dies' in non-IE browsers

2009-03-13 Thread scubak1w1
Hello, Banging my head against this one... Briefly: - I have two forms on the same page - both forms are: action=?php print $_SERVER['PHP_SELF']; ? method=post - both forms gave unique ids - both forms have a hidden file of the type input type=hidden name=_add_new_module_details value=1 /

[PHP] PHP to create an ERD (sic) on the fly on a web page based on current DB records?

2009-03-13 Thread scubak1w1
Hello, Seeking some advice on how to create an ERD (sic) graphically on the page on the fly when the page is 'called'... That is, I have a backend PostgreSQL database that I am getting data from and putting data into via web page/s and PHP... I would like to be able to show graphically to the