Jump to content

[SOLVED] Swap parameter for variable ?


andrew_ww

Recommended Posts

Hello,

 

I currently have this

 

GetSQLValueString($_POST['txt_textbox'], "text"),

 

I need to change the value contained here. I've done this okay and the result is a variable.

 

I now need to change the above line of code so that it inserts a variable instead.  I've tried this:

 

GetSQLValueString($_POST[$element], "text"),

 

but it does not work - Any suggestions.

Link to comment
https://forums.phpfreaks.com/topic/87736-solved-swap-parameter-for-variable/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.