Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PHP echo displays in wrong place
Name: robber2 Date: February 6, 2009 at 13:40:29 Pacific OS: w xp home CPU/Ram: 2 gig celeron, 256 M Product: Dell / Dimension 2350 Subcategory: PHP
Comment:
Click "submit" without filling in any fields and you get a warning echo. The first page below displays the "warning text" where I want it, at the top of the rightcontent div. The second page displays it at the top of the page, above the header. I'd like the 2nd page to display the warning where the 1st page does, BELOW the header and menu bar. You'll probably need more in put from me, let me know...
Summary: There's no reason that putting PHP code there would do anything - assuming it is valid code. Have you verified that the include file is correctly identified and works properly? I do notice that you ar...
Summary: Thank you Shutat you have been great help. Tho I should mention that I needed to indicate to you that my select menus are actually htlm populated with PHP variables like bellow: <select onChange='a...
Summary: Greetingz! I've new to web development, and have made a submit an email form using the standard form in html scrpt. Sadly, I need to email with the users IP address. This is what I've come up with to ...