[PHP-WIN] Re: Need help with PHP -> Mail -> SMTP -> Windows Exchange

2004-07-31 Thread Manuel Lemos
Hello, On 07/31/2004 11:37 AM, Andrew English wrote: I am trying to get my web page ready for uploading when I ran into a snag. The person who supplied me with the php code for the contact page gave me the send mail code. I am wondering if anyone can help me out with converting the code so I can se

Re: [PHP-WIN] RE: Strange behaviour

2004-07-31 Thread Schalk Neethling
Justin Ok here is what is happening, the code is as follows: echo ''; echo ''; echo ''; ?> When I access the page with either FireFox 0.9 or IE 6.0 BLOCK TWO prints ../media/ads/001.jpg but, BLOCK ONE is totally skipped over. Justin Patrin wrote: On

Re: [PHP-WIN] RE: Question

2004-07-31 Thread Justin Patrin
On Sat, 31 Jul 2004 22:34:38 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: > Is the following line good/legal usage of PHP in an HTML page? > > vspace="5" border="1" /> > Sureit's not very readable, though. P.S. Please try to get rid of that awful message at the bottom of your mails.

Re: [PHP-WIN] RE: Strange behaviour

2004-07-31 Thread Justin Patrin
On Sat, 31 Jul 2004 15:15:33 -0700, Justin Patrin <[EMAIL PROTECTED]> wrote: > On Sat, 31 Jul 2004 22:13:49 +0200, Schalk Neethling > <[EMAIL PROTECTED]> wrote: > > > > > > Justin > > > > I copied your php string with the ; at the end and as before nothing :( > > When looking at the HTML source af

Re: [PHP-WIN] RE: Strange behaviour

2004-07-31 Thread Justin Patrin
On Sat, 31 Jul 2004 22:13:49 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: > > > Justin > > I copied your php string with the ; at the end and as before nothing :( > When looking at the HTML source after the page has been parsed the > following is there: > > so the tag is completely > s

[PHP-WIN] RE: Question

2004-07-31 Thread Schalk Neethling
Is the following line good/legal usage of PHP in an HTML page? -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:[EMAIL PROTECTED] web: www.vol

[PHP-WIN] RE: Strange behaviour

2004-07-31 Thread Schalk Neethling
Justin I copied your php string with the ; at the end and as before nothing :( When looking at the HTML source after the page has been parsed the following is there: so the tag is completely skipped. Justin Patrin wrote: On Sat, 31 Jul 2004 17:33:50 +0200, Schalk Neethling <[EMAIL PROTECTE

Re: [PHP-WIN] Need help with PHP -> Mail -> SMTP -> Windows Exchange

2004-07-31 Thread Justin Patrin
On Sat, 31 Jul 2004 10:37:53 -0400, Andrew English <[EMAIL PROTECTED]> wrote: > I am trying to get my web page ready for uploading when I ran into a snag. > The person who supplied me with the php code for the contact page gave me > the send mail code. I am wondering if anyone can help me out with

Re: [PHP-WIN] Strange behaviour

2004-07-31 Thread Justin Patrin
On Sat, 31 Jul 2004 17:33:50 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: > Hi there > > I have a line of PHP code that behaves very strangely, I was hoping > someone can shed some light on this. > > When the line reads as follows: > href="javascript:openWindow();">'.$row_ads['full_img'].'

[PHP-WIN] Need help with PHP -> Mail -> SMTP -> Windows Exchange

2004-07-31 Thread Andrew English
I am trying to get my web page ready for uploading when I ran into a snag. The person who supplied me with the php code for the contact page gave me the send mail code. I am wondering if anyone can help me out with converting the code so I can sent it via SMTP Auth? Here is what I got from the per

[PHP-WIN] Re: Run system command from PHP

2004-07-31 Thread Jed Hunsaker
Well, I got a ping to work by running the cmd.exe. All I had to do was give IUSR_MACHINE execution permissions to cmd.exe. Not very secure, but give that a try. Jed -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Strange behaviour

2004-07-31 Thread Jed Hunsaker
Well, what's the value of $row_ads['full_img']? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Hopefuly an easy one?

2004-07-31 Thread Jed Hunsaker
Or, just put a %20 in it's place. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] test

2004-07-31 Thread Andrew English
testing to see if my post shows up on this news group. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Strange behaviour

2004-07-31 Thread Schalk Neethling
Hi there I have a line of PHP code that behaves very strangely, I was hoping someone can shed some light on this. When the line reads as follows: '.$row_ads['full_img'].'' ?> it works find and the output is displayed. Now, when I change the line as follows no output is produced. ' ?> Any ideas

[PHP-WIN] Re: Hopefuly an easy one?

2004-07-31 Thread Jason Barnett
Yep... all you need is rawurlencode: http://www.php.net/rawurlencode -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Hopefuly an easy one?

2004-07-31 Thread Ross Honniball
Hi All, I'm just trying to link to a url with a parameter that contains spaces and other special characters. ie. http://localhost/apps/jc_areas.php?area=Arts Pol+His"> which of course doesn't work (space and + sign are problems). Can someone please point me in the right direction to what php func

[PHP-WIN] Re: WinXP PHP Install Problem

2004-07-31 Thread Jason Barnett
Hey Bruce, could you get it to work with the CLI version of PHP? The exact path is going to depend on where you installed PHP, but in my installation I use C:\php\php.exe. So the command to run your program would be something like: cd\php php -f C:\path\to\yourfile.php If that gives you "Hello

[PHP-WIN] Re: php_printer extension patch

2004-07-31 Thread Jason Barnett
Philippe Maes wrote: For my work, i needed the printer extension (for windows), and some problems appeared to me when i used it: - printer_draw_bmp function don't satisfy me because it not use printer resolution. I fixed it by adding 2 parameters (width and height). - printer_set_option doesn't