31 reputation
6
bio website madebylars.nl
location
age
visits member for 6 months
seen May 13 at 9:20
stats profile views 4

Apr
1
awarded  Tumbleweed
Mar
27
comment Passing multiple variables through url (php)
I've found another way, using areal-agro.nl/tool/?page_id=780&amp;user=<?php echo get_the_ID() . '.' . $current_aanvraag_id ;?> and $doorgekregenuser = $_GET['user']; if ($doorgekregenuser != ''){ $doorgekregeninfo = explode('.', $doorgekregenuser); update_usermeta( $current_user->id, 'current_user', get_the_title($doorgekregeninfo[0]) ); update_usermeta( $current_user->id, 'current_aanvraag', get_the_title($doorgekregeninfo[1]) ); }
Mar
27
comment Passing multiple variables through url (php)
It seems to be the problem that my variables are named incorrectly? The user variable works, but the aanvraag variable doesn't.. Still don't get it
Mar
27
comment Passing multiple variables through url (php)
What would it look like to declare custom variable 'aanvraag' and 'user'?
Mar
27
comment Passing multiple variables through url (php)
I am now passing only the post_ID, but that also fails: www.areal-agro.nl/tool/?page_id=780&user=724&aanvraag=725
Mar
27
accepted Passing multiple variables through url (php)
Mar
27
comment Passing multiple variables through url (php)
If I pass the right value directly in the variable, it does work. $doorgekregenaanvraag = 'aanvraag van Geling H. te Oploo op 6 februari 2013 om 11:16 op 14 maart 2013 om 11:17';
Mar
27
asked Passing multiple variables through url (php)
Mar
25
asked Looping through textfield submission and saving each element to the corresponding element
Mar
25
accepted best way to communicate between php and jquery/javascript
Mar
20
accepted Execute PHP code in Javascript onclick
Mar
19
comment Execute PHP code in Javascript onclick
Maybe it's easier to make a static php link with some kind of variable in the url and pass it through to the next page? Such as http:/www.areal-agro.nl/?page-id=740?aanvraag=15?aanvrager=6
Mar
19
comment Execute PHP code in Javascript onclick
Thanks, any hints on how to get started? Or are there any other possibilities of retrieving that value?
Mar
19
comment Execute PHP code in Javascript onclick
I've looked into AJAX but it seems to difficult for me as of yet. Are you saying that the onclick doesn't get the php values realtime?
Mar
19
asked Execute PHP code in Javascript onclick
Feb
26
comment best way to communicate between php and jquery/javascript
how should I build/format this url-to-script? Can you give a basic example. Thank you so far!
Feb
26
comment best way to communicate between php and jquery/javascript
okay, I'm new to ajax. What would be a basic setup?
Feb
26
comment best way to communicate between php and jquery/javascript
I know how to post the whole form. What I want to do, however, is the following. When the user has selected a value from the dropdown box, some calculations are made real-time.
Feb
26
asked best way to communicate between php and jquery/javascript
Feb
20
accepted PHP echoes value without the use of echo