|
Posted by robert on 05/31/06 22:31
| 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...not add to their confusion.
hence, you are as helpful as a wart on an ass...just not a smart.
| >now, take a look at your suggestion to this op and tell me i'm wrong and
| >that your suggestion amounts to something useful for the op!!!
|
| Well, let's take a fresh look at it.
|
| Ivo posted a portion of a file containing this:
|
| <input type="hidden" name="preg1" value="'. $preg .'">
|
| And specifically asked "What can I do to make it works using $preg
| var??"
|
| 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 . '">';
?>
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!
| 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?
| 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!
Navigation:
[Reply to this message]
|