| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) | |
| Resistance is Futile | I am trying to use a variable in my $_POST variable like so: PHP Code: Quote:
Thank You. | |
| |
| | #2 (permalink) |
| NamePros Member | OK, so what exactly are you trying to do there, anyway? It almost looks as though you're trying to access a POST parameter by the name of "whatever is in addinfo4". Is that right? Anyway, that particular message is coming from the fact that you're using: $_POST($addinfo4[1]) instead of: $_POST[ $addinfo4[1] ] Now, whether or not that's the only problem with the code, well, I don't know. |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |