On Fri, Apr 27, 2012 at 11:09 AM, Shawn McKenzie wrote:
> On 04/27/2012 10:56 AM, Chris Stinemetz wrote:
>> I still haven't been able to find a solution. Is there anyone out
>> there that knows how to keep the query string intact?
>>
>> Thank you,
>>
>> Chris
>
> urlencode($storerow['store_subject
On 27 Apr 2012 at 16:56, Chris Stinemetz wrote:
> On Thu, Apr 26, 2012 at 12:58 PM, Stuart Dallas wrote:
>> On 26 Apr 2012, at 18:37, Jim Giner wrote:
>>
>>> I"m no expert, but why would you expose a query to the world thru the use of
>>> a GET? Why not just collect the params and build the st
On 04/27/2012 10:56 AM, Chris Stinemetz wrote:
> I still haven't been able to find a solution. Is there anyone out
> there that knows how to keep the query string intact?
>
> Thank you,
>
> Chris
urlencode($storerow['store_subject'])
--
Thanks!
-Shawn
http://www.spidean.com
--
PHP General Ma
On Thu, Apr 26, 2012 at 12:58 PM, Stuart Dallas wrote:
> On 26 Apr 2012, at 18:37, Jim Giner wrote:
>
>> I"m no expert, but why would you expose a query to the world thru the use of
>> a GET? Why not just collect the params and build the string in your code?
>> That is how people hack into your d
On 26 Apr 2012, at 18:37, Jim Giner wrote:
> I"m no expert, but why would you expose a query to the world thru the use of
> a GET? Why not just collect the params and build the string in your code?
> That is how people hack into your database - via a re-formed query. You're
> giving someone a
I"m no expert, but why would you expose a query to the world thru the use of
a GET? Why not just collect the params and build the string in your code?
That is how people hack into your database - via a re-formed query. You're
giving someone an open invitation.
--
PHP General Mailing List
On 26 April 2012 22:27, Chris Stinemetz wrote:
> Hello list,
>
> I'm trying to pass a query string through $_GET but for some reason
> the array is being split on '&'. How may I avoid this so it stays
> intacted?
>
> user selection portion:
>
> while($storerow = mysql_fetch_assoc($storesresult))
Hello list,
I'm trying to pass a query string through $_GET but for some reason
the array is being split on '&'. How may I avoid this so it stays
intacted?
user selection portion:
while($storerow = mysql_fetch_assoc($storesresult))
echo ''
. $storerow['store_subject'] . ' at ' . date('m-d-Y h:i:
Hello,
I'm working on a site that cannot use PHP exactly, so I'm trying to work
around that limitation with remotely hosted scripting by tricking the server
into thinking the PHP content is actually javascript.
I've been able to do this before, but this time I'm having a few issues. I
need to be
June 10, 2002 4:41 PM
To: [EMAIL PROTECTED]
Subject: [PHP] url string
I am looking for a way to pass two variables in a url string to a php
script. I originally was using java script to acomplish this because once
the user is redirected they can not press the back button to get back to the
ori
I am looking for a way to pass two variables in a url string to a php script. I
originally was using java script to acomplish this because once the user is redirected
they can not press the back button to get back to the original page. It looks like
this:
?>
window.location = "somefile.php?u
11 matches
Mail list logo