| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) | ||||
| Resistance is Futile Join Date: Apr 2006 Location: Montreal, Canada
Posts: 1,094
![]() ![]() ![]() ![]() ![]() ![]() | |
| Quote: |
| Fatal error: Function name must be a string in /home/.auntie/borghunter/borgweb.com/shop/order2.php on line 33 |
| | #2 (permalink) |
| NamePros Member Join Date: May 2006
Posts: 160
![]() | 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. |
| |
| | THREAD STARTER #4 (permalink) |
| Resistance is Futile Join Date: Apr 2006 Location: Montreal, Canada
Posts: 1,094
![]() ![]() ![]() ![]() ![]() ![]() | lol, oops, ya I just noticed that ![]() O well.
__________________ Freelance Web Developer PHP, MySQL, XHTML, CSS, Javascript, jQuery, Wordpress Portfolio: www.bundy.ca |
| |