PHP - necesito editar un php es para un calculador..me puedn ayudar?

 
Vista:

necesito editar un php es para un calculador..me puedn ayudar?

Publicado por pakito (1 intervención) el 31/12/2016 08:51:32
1
2
3
4
5
6
7
8
9
10
11
function getPriceCalculator2( $atts ){
 
	global $post;
	global $current_user;
      get_currentuserinfo();
	$user_email = '';
	$user_email = $current_user->user_email;
	$user_roles = $current_user->roles;
 
	require("select_values.php");
	#the left side of each of these arrays will need to match the parameters that the javascript looks for.  The right side is only for the html display.  0 is the default for an error check to occur.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder
Imágen de perfil de xve
Val: 3.943
Oro
Ha mantenido su posición en PHP (en relación al último mes)
Gráfica de PHP

necesito editar un php es para un calculador..me puedn ayudar?

Publicado por xve (6935 intervenciones) el 31/12/2016 12:03:03
Hola Pakito, que necesitas exactamente?
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar