|
Posted by Martin Jay on 05/31/06 23:07
Oh dear, lack of attribution again. Have you considered using another
newsreader, such as Forte Agent <http://www.forteinc.com/>? It has a
nice killfile feature. :)
In message <RQofg.232$Bd4.222@fe06.lga>, robert
<ab@no.spam-alama-ding-dong> writes
>| I don't see you referring to anyone else as "wart" or telling them to
>| "fuck off and die." Do you believe such things are appropriate in a
>| discussions forum such as alt.php?
>i don't see anyone else posting confusion as often as you. an op posts a
>question and you should try to post an answer...
This isn't a question and answer forum. This is a discussion newsgroup.
>| To me it appears that he simply forgot to 'echo' the contents of $preg,
>| which is what I suggested.
>don't go there!!! this is a stupid suggestion i wasn't going to bother
>with...but, since you insist! that line is FINE as-is. try it!
>
><?
> $preg = 'sometexthere';
> echo '<input type="hidden" name="preg1" value="' . $preg . '">';
>?>
Okay, fair enough, but Ivo posted HTML. You've taken that and wrapped
PHP around it.
This wasn't part of your initial solution. Having seconds thoughts now?
You've significantly changed what was posted. Now's who's "making shots
in the dark?"
>now, do you see why i think you're a moron? and don't go off about
>short-tags in the above to try and divert attention from your stupidity.
>AND, since that DOES work, it is an indication that you should have spent
>more time thinking about what the REAL problem was rather than suggesting
>the op waste his time with alternative means of echoing out the SAME
>INFO...amature!
I don't see anything being echoed in that part of the article. I see
this:
<form action="./correct.php" method="post">
(xxxxx) <input type="hidden" name="preg1" value="'. $preg .'">
<input submit.....>
</form>
Does MS Outlook Express show something different?
>| Now let's take a look at your response...
>|
>| Firstly, rather than respond to Ivo you replied to my article. Why?
>why not...you don't understand threaded posts? don't think the op does?
Of course I understand threading. What I don't understand is why you
responded to my article and not Ivo's.
>| Your solution is that you're quite happy with this:
>|
>| <input type="hidden" name="preg1" value="'. $preg .'">
>|
>| and believe the problem is that $preg does not have a value.
>yes, at least you can recant...you just don't grasp *why* this could be the
>REAL problem and not the shit you proposed!
$preg having no content could be a problem, but
<input type="hidden" name="preg1" value="'. $preg .'">
wouldn't pass it, anyway.
--
Martin Jay
Phone/SMS: +44 7740 191877
Fax: +44 870 915 2124
Navigation:
[Reply to this message]
|