Re: PHP/HTML
- From: Martin Jay <martin@xxxxxxxxxxxxxxxx>
- Date: Thu, 30 Mar 2006 12:31:04 +0100
In message <442bb9b7$0$10505$ba624c82@xxxxxxxxxxxxxxxxxxx>, Lau Lauritzen <lau@xxxxxxxxxx> writes
Hope there is someone out there how can help me.
I got a small problem, as you will properly see i'm a newbi.
I'm running php 5.1.2 and apacheserver 2.0.55 on a winxp installation.
The following code is not displaying anything in the browser:
<?php
if($form_errorlist): ?>
Please correct the following errors:<BR>
<UL>
<?php foreach($form_errors as $val): ?>
<LI><?=$val?> // Here is the problem
What's <?=$val?> suppose to do?
You'll probably find that your browser is trying to interpret it as an HTML tag, doesn't understand it, so just ignores it.
--
Martin Jay
.
- References:
- PHP/HTML
- From: Lau Lauritzen
- PHP/HTML
- Prev by Date: PHP/HTML
- Next by Date: Re: PHP/HTML
- Previous by thread: PHP/HTML
- Next by thread: Re: PHP/HTML
- Index(es):
Relevant Pages
|