Odd Response in Multi-Table Search and Hijacking the Details Link

4 posts by 2 authors in: Forums > CMS Builder
Last Post: August 4, 2009   (RSS)

Re: [InHouse] Odd Response in Multi-Table Search and Hijacking the Details Link

By Dave - August 4, 2009

On the first part (the error) my guess is you have a PHP error in your <form action="...">. Can you view source and let us know what it says?
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Odd Response in Multi-Table Search and Hijacking the Details Link

By InHouse - August 4, 2009 - edited: August 4, 2009

Hi Dave,

You nailed it! There was an errant path that had crept into the PHP_SELF server var.

Question 1 resolved thanks to the ever-present 1st tier service at Interactive Tools!

J.

Re: [InHouse] Odd Response in Multi-Table Search and Hijacking the Details Link

By Dave - August 4, 2009

If you view source n your browser you'll see the error.

Try removing this part:
<form method="GET" action="<?php echo $_SERVER['css/PHP_SELF']; ?>" >

Let me know if that works for you.
Dave Edis - Senior Developer
interactivetools.com