[PHP] load the PHP script last on the page

2003-07-31 Thread DougD
I have a page with a particular PHP section that takes quite a time to load. Is there a way I can delay that script to run after everything else has loaded. I suppose it may need to use Javascript Thanks - appreciate your insights. -Doug -- PHP General Mailing List (http://www.php.net/)

[PHP] include() as last thing to execute on page

2003-07-31 Thread DougD
I have a PHP included page that takes quite a time to load. I would like to have the entire main page loaded and displayed and then the final include page executed. Is this possible? Thanks for your help - appreciate it. -Doug -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] load the PHP script last on the page

2003-07-31 Thread DougD
Sure. It is pretty basic stuff. I have the following ?php include (weather/block.php); ? inserted in the middle of an HTML document to pull in the current weather. It delays the loading of the rest of the page too much as it queries to www.msn.com to pull weather data and then complete the

[PHP] Re: include() as last thing to execute on page

2003-07-31 Thread DougD
My apologies - I just double posted this question ... Dougd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have a PHP included page that takes quite a time to load. I would like to have the entire main page loaded and displayed and then the final include page executed

[PHP] how to auto create a new page on the fly

2003-08-14 Thread DougD
I would like to create a new page on the fly - basically having the PHP file to export content into a new static HTML file and save it as content.php. Make sense? Appreciate your help and insights. -Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] mime_mail PEAR class with no access to server

2003-09-02 Thread DougD
My goal is to setup a PHP form that will send a JPG attachment. A send a picture to a friend script. Everything I see says I need additional PEAR classes. With only FTP access to the host server, is this possible? Are there easier solutions? Thanks! -Doug -- PHP General Mailing List

[PHP] auto 'jump' to link

2003-09-03 Thread DougD
I've seen this somewhere (or I've gone crazy), but a function in PHP that automatically forwards you to another web page. If want to do an 'if x=5 then jump to this other page on the site or an external site'. Could anyone help me out here? Thanks very much. -Doug -- PHP General Mailing List

[PHP] Thank you -- Re: auto 'jump' to link

2003-09-03 Thread DougD
exactly what I needed ... just couldn't get it searched out. Your help is greatly appreciated... Dougd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've seen this somewhere (or I've gone crazy), but a function in PHP that automatically forwards you to another web page. If want

[PHP] Do you really still pay for bandwidth?

2003-09-10 Thread DougD
Do you really still pay for bandwidth? Robert Cummings [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I believe the general posting guidelines discourage posting HTML to mailing lists, and to be quite honest many of us pay for our bandwidth and don't need your 8k image eating up

[PHP] sending internal auto email with attachment

2003-09-16 Thread DougD
I've searched and tried a variety of different things to send an attachment with an email that is triggered through a simple form. Any ideas? or obvious solutions. Thanks -Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] value contained within a variable contained within another variable

2003-09-17 Thread DougD
I may be way off track with what I am trying to do, but here is my scenario and I sure appreciate any insights. There is a string stored in $kk1_current and I want to pull from the array the variable name, add the $ and then retreive the string with the varialbe $kk1_current. This will allow to

[PHP] include statement giving me hives! - help

2003-07-16 Thread DougD
I am new to all this, but here is the basic code: $link_titles = file('links/master.txt'); $links_include = $link_titles[$point]; // path to directory include $links_include; If I echo the value of $links_include just prior to the include() function it contains what I would expect it to

[PHP] Re: include statement giving me hives! - help

2003-07-16 Thread DougD
an empty string for $links_include and include $links_include will not work. Regards, P.E. Baroiller Dougd [EMAIL PROTECTED] a écrit dans le message de news:[EMAIL PROTECTED] I am new to all this, but here is the basic code: $link_titles = file('links/master.txt'); $links_include

Re: [PHP] include statement giving me hives! - SOLVED

2003-07-17 Thread DougD
rtrim () solved the issue. There was a newline sitting at the end of the variable and messing it up! Thanks for all your help! Marek Kilimajer [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] DougD wrote: I am new to all this, but here is the basic code: $link_titles = file

[PHP] what is the best PHP editor?

2003-10-13 Thread DougD
I currently use EditPlus - and like it -- is there anything else out there that is better and still reasonably priced. Thanks. -Doug -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php