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
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
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.
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
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
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
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
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
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'].'
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo