I would guess that the '&' in $_GET['formCheck'] will cause problems...
Trying your code without the ampersand as in:
$_GET['formCheck'] =
'ZL0X~TT4PQ%0~R0OXPRUHY7E!4~W337J71V4WDDI6$GS9480XP0TNP2I$1YX75S'
It works just fine.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
Can I have some breast enlarger please?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jeez! You'd hate to work on a project with me then! All those cycles
I'd waste! Har har ;)
On 19/11/05, Robert Cummings <[EMAIL PROTECTED]> wrote:
> On Sat, 2005-11-19 at 03:35, Raz wrote:
> > Or " "
>
> Oh no, don't interpolate your space... th
Or " "
On 19/11/05, Raz <[EMAIL PROTECTED]> wrote:
> Try
>
> On 19/11/05, Alex Alfonso <[EMAIL PROTECTED]> wrote:
> > Can you please tell me how to make a space in php. I know that is a
> > new line and is a new paragraph. But I just can
Try
On 19/11/05, Alex Alfonso <[EMAIL PROTECTED]> wrote:
> Can you please tell me how to make a space in php. I know that is a
> new line and is a new paragraph. But I just can't figure out what an
> earth a space is. Eg
> echo "Television viewers who turned to";
> echo "";
> echo $_POST['wor
http://uk2.php.net/manual/en/migration5.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> "->". I know that all is the manual, but before that anyone nows, a website
> or a simple tutorial or explained samples, in order that the transition from
> PHP4 and PHP5 were easiest as possible.
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
One definite thing to look out for is multiple submission of forms...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[snip]
> http://newbieclub.com/?hands_on
[/snip]
Great site that, never need that php list ever again!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
;
margin-top: -(tableHeight/2)px;
}
.
1
2
3
4
HTH
Raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
or some other way to look at what is being
returned by the sql statement?
Peel back the layers...
raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
u can find anomalies...
raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
David
>but it does not seem to be working.
Might be helpful for folks if you describe the nature of the fault
i.e. what you get back when you run this - at this stage there are a
multitude of possibilities...
raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: h
Have you tested to make sure that php is actually working yet?
Raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Martin
Using Apache? Check out
http://httpd.apache.org/docs/1.3/misc/rewriteguide.html - all about
rewriting URLs...good luck!
HTH
Raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> opencms.org or something like that.
It is http://www.opensourcecms.com/
Raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Whilst I'm in 'comedy' mode...
> See, isn't bottom-posting cleaner? ;)
I'm sure bottom-posting is a banned practice in some parts of the
world you know...
Raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> I want to delete an element behind of array?, what function What Can I use?
Do you mean remove the last member of an array? If so check out
array_pop() at www.php.net
raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
oesn't work? PHP manual -> google ->
bookand...
...if then you don't understand, come back and ask - least it shows an
ounce of initiative which is what most on this list would like to see
;)
Raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
er, $addpass etc. Why not take the
advice of Mark Rees and echo the $sqlstmt etc and show us the output?
Raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> You can put the value in a hidden form field and submit it with
> JavaScript, but it's still not truly hidden, as it is still sent in a
> cleartext HTTP request.
Not to mention being visible upon viewing the page source...
Raz
--
PHP General Mailing List (http://www.php.net/)
Joey,
Take a look at how to use sessions on the php web site...
Raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If you really want to do it, you're gonna have to get your hands
dirty, I'm afraid...;)
...off with the gloves...!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Are you trying to turn, for example
Some text here.
into
Some text here.
?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Take a look at http://uk.php.net/manual/en/ref.pcre.php - plenty of
useful functions for this sort of thing...
raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Bruce,
looks like
>mysql_pconnect ($mysql_host, $mysql_user, $mysql_password);
wants to read
$success = mysql_pconnect ($mysql_host, $mysql_user, $mysql_password);
Raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Yaron,
You could store a 'logged in/out' status flag in a db...then reference
it upon login, and use a chron job to tidy up any loose sessions every
so often.
raz
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
28 matches
Mail list logo