janbro wrote:
Hello List
I've got the following little code:
$formCheck= $_GET['formCheck'];
$SollKombination = $_SESSION['zufall'];
echo "$SollKombination$formCheck";
print gettype($formCheck);
Yep, they are of the same length.
here they are:
$SollKombination
ZL0X~TT4PQ%0~R0OXPRUHY7E&!4~W337J71V4WDDI6$GS9480XP0TNP2I$1YX75S
$formCheck
ZL0X~TT4PQ%0~R0OXPRUHY7E&!4~W337J71V4WDDI6$GS9480XP0TNP2I$1YX75S
When creating the string on the form page only visible characters were allowed.
thanks bu
Hi JanBro:
Quick guess: are the strings the same length? I've been bitten many
times by string comparisons that appear to be identical but which fail due
to trailing spaces, other "invisible" (i.e., non-printing) characters, and
the like.
Hope this helps.
Jon
- Original Me
Hello List
I've got the following little code:
$formCheck= $_GET['formCheck'];
$SollKombination = $_SESSION['zufall'];
echo "$SollKombination$formCheck";
print gettype($formCheck);
Hi all:
I'm really new at PHP and will probably embarrass myself many times over
asking questions that have been asked gazillions of times before, so let this
serve as a blanket apology.
Now, to my question. Here's what I'm trying to do. I have a simple
database on my website that I
Happy New Year to all...
ChineseT: 新年快樂 ^.^
--
lch2003 ~ Lam Cheuk Hin
I have been trying with AD to traverse a tree... such as:
A - Company distribution list
\
B - Business Operations distribution list
/ \
CD- IT Operations distribution list
\
E - Visual Studio's
Here's one thought . ascii (97) is the letter "a" is it
possible that the ascii (65) "A" was interpreted as lowercase thus
creating a duplicate primary key? Or your DBMS doesn't make a
distinction between upper or lower case.
You are correct. I compiled mysql and php from source tar-bal
Sue wrote:
Hello -
I need to create a form that allows the user to select a Month, Day and
Year. I am also new to PHP and am wondering if there is a way for me to
display the contents of the Select list box (for the Day) based on the Month
that is selected (and Year), so that the valid numbe
Everyone is saying that imagecopyresampled() greatly improves resizing quality
due to resampling. However, I noticed that my thumbnails were very jagged and
pixelated, not smooth as thumbnails should be. Even the slightly smaller images
had a lot of jagged edges.
The $src image is a resource of an
Hello,
on 01/03/2006 06:41 PM Sue said the following:
I need to create a form that allows the user to select a Month, Day and
Year. I am also new to PHP and am wondering if there is a way for me to
display the contents of the Select list box (for the Day) based on the Month
that is selected (
Thanks for the info!
Manuel Lemos wrote:
Hello,
on 01/03/2006 06:52 PM Ray Hauge said the following:
I just wanted to see if anyone knew if there was any difference in
performance between using curl in an exec() statement and when using
the libCurl functions within PHP.
Executing a separ
> I need to create a form that allows the user to select a
> Month, Day and
> Year. I am also new to PHP and am wondering if there is a
> way for me to
> display the contents of the Select list box (for the Day)
> based on the Month
> that is selected (and Year), so that the valid number of
Hello -
I need to create a form that allows the user to select a Month, Day and
Year. I am also new to PHP and am wondering if there is a way for me to
display the contents of the Select list box (for the Day) based on the Month
that is selected (and Year), so that the valid number of days for
Hello,
on 01/03/2006 06:52 PM Ray Hauge said the following:
I just wanted to see if anyone knew if there was any difference in
performance between using curl in an exec() statement and when using the
libCurl functions within PHP.
Executing a separate program should be a little slower as it ad
Hello everyone,
I just wanted to see if anyone knew if there was any difference in
performance between using curl in an exec() statement and when using the
libCurl functions within PHP.
Thanks,
Ray
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
I have diagnosed a problem with sessions I am having. I'm don't believe
it's necessarily a PHP problem, but I thought someone must have seen
this before.
The first thing I do is a
session_start()
and then determine if (using session variables) whether the user has
logged in successfully usi
Hi all,
ok, when using the CGI binary for PHP execution, is there a way to send
it environment variables to set the admin values like you can in mod_php ???
For instance, when using the apache module, you might do something like
this :
php_admin_value session.save_path /some/path
I know th
hi
the subject is pretty much what the problem is.
if i use
$st1 = $sql->stmt_init(); // $sql is a mysqli obj/conn
$st1->prepare("select `num` from `activity` where `id` = ?");
$st1->bind_param('s', $myid);
$myid = '3f6d017d3e728b057bcc082a7db75a57'; // forcing value to check
$st1->execute();
$st1
I thought I was using session data and variables correctly, but I am
having some issues. I am using it to create a login but if I have
another user on a different machine my session data gets changed to who
last logged in. I had changed so it used https but changed it back and
it still seems to be
Hello,
on 01/03/2006 03:37 PM René Fournier said the following:
Actually, I can send the example messages but here is another
description of the same problem. (So PHPMailer is inserting line
breaks, not spaces—or something is...)
http://sourceforge.net/tracker/index.php?
func=detail&aid=12
LAMP Jobs Yahoo Group
http://groups.yahoo.com/group/LAMPjobs
This group is moderated and is spam-free.
Open Source Jobs Yahoo Group
http://groups.yahoo.com/group/opensourcejobs
This group is moderated and is spam-free.
Python, Zope, and Plone Jobs
http://groups.yahoo.com/group/pythonzopejobs
Actually, I can send the example messages but here is another
description of the same problem. (So PHPMailer is inserting line
breaks, not spaces—or something is...)
http://sourceforge.net/tracker/index.php?
func=detail&aid=1267539&group_id=26031&atid=385708
On 30-Dec-05, at 5:37 AM, Lam
I used phpMyAdmin to look at the stats for this mysql server.
http://www.2-bit-toys.com/db_info/server_status.html
What concerns me mainly are the stats at the top-right...'Failed
attempts' and 'Aborted.'
When would these situations occur? Is it normal to see these?
I'm using PHP's mysql_pc
Any Senior PHP/MySQL Developers in the Los Angeles area looking for work? If
so, send me your resume. I've got multiple clients. 70-100k range.
Thank you,
Beau Gould
www.superiorss.com
[EMAIL PROTECTED]
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.
PHP Superman wrote:
Hey everyone, i'm on a windows box with PHP 5 on Apache 2 and I have a
strange problem. When i try to access a page it seems to be blank, before it
always worked but now it sudenly stopped. I am not a big computer techy but
i cleared IE's cache and it still doesen't work.
yo
I haven't tried it, so I don't know if -d doesn't work with -u, but if
that is the case, you could change your URL to this:
curl -d "what=what" http://user:[EMAIL PROTECTED]/myApp.php
Ray:
Bingo -- that worked !
Now I can send data to a password protected folder without having to
expose the
tedd wrote:
I have png image with transparent background, and 1 jpg file.
I use imageCopyMerge to paste the png image on the jpg image.
the result image contain no transparent background mean the png file
have white background when its suppose to be transparent
what is the simple and best way
I have png image with transparent background, and 1 jpg file.
I use imageCopyMerge to paste the png image on the jpg image.
the result image contain no transparent background mean the png file
have white background when its suppose to be transparent
what is the simple and best way to make this
Hey everyone, i'm on a windows box with PHP 5 on Apache 2 and I have a
strange problem. When i try to access a page it seems to be blank, before it
always worked but now it sudenly stopped. I am not a big computer techy but
i cleared IE's cache and it still doesen't work.
Source Code in IE for re
I haven't tried it, so I don't know if -d doesn't work with -u, but if
that is the case, you could change your URL to this:
curl -d "what=what" http://user:[EMAIL PROTECTED]/myApp.php
or try this:
curl -u userID:password -d "what=what" --url
"http://www.mydomain.com/myApp.php";
HTH
Ray
> -
Mark wrote:
> Hi can any one show me how make another form appear below another once the
> 1st form has been submitted.
>
[not really a PHP solution...]
You can do like this: the 'SUBMIT' button of the first form only makes
visible the (hidden) DIV where the second form is, and only *that*
'SUBM
[snip]
Hi can any one show me how make another form appear below another once the
1st form has been submitted.
[/snip]
post to PHP_SELF and test for population of original form parts
if('' != $_POST['name'] etc.){
echo all of the other form parts;
}
--
PHP General Mailing List (http://www.ph
Hi can any one show me how make another form appear below another once the
1st form has been submitted.
ie:
name:
address:
country:
SUBMIT
then this form appears below after the submit button is clicked
blah:
blah:
blah:
SUBMIT
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Yes, sorry i forget send some example code. Here is:
$xml_parser = xml_parser_create();
// usa case-folding para que estemos seguros de encontrar la etiqueta
// en $map_array
xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, true);
xml_set_
Curt Zirzow wrote:
On Fri, Dec 30, 2005 at 12:34:35PM -0600, Richard Lynch wrote:
On Thu, December 29, 2005 5:37 pm, Michael Gross wrote:
...
If you can determine the number of bits on your system, you could use
a different number from 11 on the two systems to get the answer you
want.
if
Thanks!
-W
"M" <[EMAIL PROTECTED]> kirjoitti
viestissä:[EMAIL PROTECTED]
> It seems the upgrade was from Mysql 4.0. PASSWORD() function changed
> between 4.0 and 4.1, it uses longer hashes now. You can still use
> OLD_PASSWORD() function instead.
>
> William Stokes wrote:
>> Hello,
>>
>> My IS
It seems the upgrade was from Mysql 4.0. PASSWORD() function changed
between 4.0 and 4.1, it uses longer hashes now. You can still use
OLD_PASSWORD() function instead.
William Stokes wrote:
Hello,
My ISP updated their MySQL DB to 5.0.18 and that killed my login procedure
which was OK yesterd
On Jan 2, 2006, at 1:30 PM, Martin Zvarík wrote:
is it possible to upload a file and see the process of uploading
(before the file is uploaded, there is something showing from 0% to
100%) using PHP and Javascript ?
My main dig with using PHP[0] is that (AFAIK) there is no good way to
give the
Hello,
My ISP updated their MySQL DB to 5.0.18 and that killed my login procedure
which was OK yesterday. Any ideas how to start to debug this?
The login updates 2 fields in users table row where username and password
macthes. This is the code:
if (!$query = mysql_query("update tbl_users set
40 matches
Mail list logo