Html in PHP variable

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ojsimon
Forum Newbie
Posts: 24
Joined: Sat Mar 31, 2007 5:01 am

Html in PHP variable

Post by ojsimon »

Sorry this is confusing me would it be easier to do a html form and set to variable like

<form action="myPage.php" method="post">
<input type="text" name="searchVar">
<input type="submit" name="findThis">
</form>

would i be able to use the variable in php

Thanks
mentor
Forum Contributor
Posts: 100
Joined: Sun Mar 11, 2007 11:10 am
Location: Pakistan

Post by mentor »

Yes, I have posted some links to explain form in your other thread.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Locked. This is a duplicate of another thread, which happens to be against our rules.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.
Post Reply