Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 04-29-2009, 02:22 PM I Need Help
Junior Talker

Posts: 2
Name: DEIRDRE
Trades: 0
Hello, I was able to get HTML form data with PHP using action/method,
When I try to use POST in an ajax program, am I still able to use the
action/method manner with the form in conjunction with the POST
in the ajax itself---I have been unable to get the form entries to
be "seen" by the PHP
deirdreod is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-29-2009, 03:27 PM Re: I Need Help
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
Post the code your having problems with (php, JavaScript and HTML) or at least a link to the problem. Otherwise your asking us to fix a problem without seeing it.

Adjust the title, if you describe the problem in the title, people are more likely to help you.
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 04-30-2009, 04:09 PM Re: I Need Help
Average Talker

Posts: 28
Name: Amit Soni
Trades: 0
add the following line to the code that needs to "see" the variables.
Code:
foreach($_POST as $key=>$value) {$$key=$value;} //double $$ is intentional. Keep it like that.
I really really want to know if my guess is right or not.
__________________
--Amit

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

amitsoni is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to I Need Help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.36778 seconds with 12 queries