PHP launch

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
r2ks
Forum Newbie
Posts: 3
Joined: Wed Mar 25, 2009 1:20 pm

PHP launch

Post by r2ks »

I have a PHP form and a menu i would like to launch PHP code into a div on that form..

Code: Select all

<a href="pl_user.php"target="Div id">
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP launch

Post by requinix »

Okay? So? What's the problem?
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: PHP launch

Post by McInfo »

This sound like a job for AJAX.

Edit: This post was recovered from search engine cache.
Post Reply