/    Sign up×
Community /Pin to ProfileBookmark

display php html sequence

Hi,
I am using php html and mysql in astore web site. I am using Paypal code to send info to paypal.
I have described a form as a table for alignment. I create a string of form/table commands that are displayed as with a echo command. Then I have the paypal html code. But when it is displayed the paypal html code is displayed before the echo comand displays the form/table. How do I get to display the echo command firts.
jvandal

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@avaOct 05.2005 — So let me understand this correctly:

You're pussing some php code in a table with the echo command and then you try to insert paypal info and it comes out above the table as if you started with it?

Well, I noticed this kind of behaviour when you try to insert data in a table without putting in between <td> tags.

A base example:
[CODE]<table>
<tr>
<td>This row is a part of the table will be placed after the next one</td>
</tr>
<tr>
This row is not a part of the table will be printed before the table
</tr>
</table>[/CODE]


If that's not the reason, try giving some code; maybe I can do more with that.
×

Success!

Help @jvandal spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...