Steve,
Check your php.ini file. PHP uses cookies for maintaining your Web
client's unique ID, and unless you have use_trans_sid set, it will not
attempt to pass the unique ID on the URL for those who have cookies
disabled.
Chris
Steve Fatula wrote:
When you click on the link in the code, it
Karl --
Before you go "reinventing the wheel" , you might check
http://freshmeat.net ... of course there is nothing actually wrong with
"reinventing the wheel" *grin*
David Jackson
Karl James wrote:
Hello people
Im in need help with creating a system where it will let me
Add/drop players of
Hello people
Im in need help with creating a system where it will let me
Add/drop players off a web page..basically of a roster with salary cap
control
And I want to do trades as well
This is for a fantasy football page.
And I need to have username and passwords so my owners can login and
ther
These were all the same assumptions I made, thanks. I knew that it was
more of an "HTTP" thing than a "PHP" thing when it came to the "blind
faith" thing... I was just hoping that was something "better out
there." I'm not willing to use session management as blindly as it is
currently implemente
I posted this but not sure Google works, so using my own account as it
did not show up yet.
I am fairly new to PHP, and am running a shopping cart app written in
PHP. Most people using this cart do not have this issue, but I do!
I have boiled the program down to a few lines, and it doesn't work
I'm comparing the values of a check box, against another form field, and
it sort of works, but I don't understand why (A better solution? is
listed below it?
TIA,
David Jackson
---
And part of the HTML Form:
---
Account Type:
Asset
Liability
--
This is a great class, but NetGeo uses only whois
records, I think that the more accurate solutions also
use some sort of ip domain name analyisis to find city
location.
Thanks,
olinux
--- Jason Reid <[EMAIL PROTECTED]> wrote:
> http://www.phpclasses.org/netgeoclass
>
> that 'should' work fo
http://www.phpclasses.org/netgeoclass
that 'should' work for what you want... someone else suggested it a while
age for another project
Jason Reid
[EMAIL PROTECTED]
--
AC Host Canada
www.achost.ca
- Original Message -
From: "olinux" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Satur
Hi all,
I am looking for a way to determine the geographic
location based on IP address. I understand that 100%
accuracy is impossible.
Does anyone know of a good software or service
provider that provides quality geographic detection to
US state level based on IP of website visitors. I have
tri
I read from a template, insert data and save it as a new file with html
code...
i want to send that file that is the same as $out via mail embedded in it...
i do
$fifi = fopen ('/'.$cursada.$cuatrimestre.'/'.$registronro.'.htm', "w");
$fp = $fifi;
fputs ($fifi, $out . "");
fclose ($fifi);
mail("[
Hi guys,
I have typed a simple script to test the Sablotron module recently
installed.
I found out that the HTML is output all in one line, without newlines, which
is very annoying.
Anyone can tell me if this is a bug of the module, or I have to specify
something somewhere?
Here is the script on
I believe the path is of the correct format.
So for example, if
$user_dir = /home/sites/home/users/demodocs/web/userforum/user
and $user_dir exists, then
is_dir($user_dir) should = 1
however, if $user_dir doesn't exist, then
is_dir($user_dir) should = 0
Isn't this the correct logic?
Roger
-
what values of $user_dir are you passing to is_dir?
echo them out before the test, you might be sending paths which are most
certainly not directories... for example:
c:\windows
/home/blah
would be valid, but
c:\windows\win.com
/home/blah/myfile
http://somesite/somepath
ftp://someftpserver/incomin
php-general Digest 2 Nov 2002 19:07:18 - Issue 1681
Topics (messages 122503 through 122531):
Re: Problem with 4.2.3?
122503 by: Jason Wong
122526 by: Adam
Re: -How to do Mapping ?
122504 by: Jason Wong
Control Point of Access for certain pages.
122505 by: Mo
I'm having a problem with the is_dir function, or maybe I don't understand
how it supposed to work. I'm using the following code to check whether or
not a directory called $user_dir exists. If it exists, I am returned the
proper message. But if it doesn't exist, I get the following error message
When you run mysql_query, it just sends back a resource id to the result
set. To get the data, use something like mysql_fetch_array()
$sql = "SELECT * FROM `myDataBase.myTable`";
if ( $result = @mysql_query ( $sql ) ) {
while ( $data = @mysql_fetch_array ( $result, MYSQL_ASSOC ) ) {
print_r (
try this:
-js
";
printf('Delete',
$PHP_SELF, $myrow['id'] );
$q = ceil( 4/(int)date('n', strtotime($mydata['date']) ));
printf('%s%s%s',
'update-inv.php', $myrow['id'], $myrow['name'], $myrow['details'], $q);
}
?>
Jim Hatridge wrote:
> HI all,
>
> In the code below I'm trying to
I'm using a single php script to send files named upload.php,
here is the source code:
set_time_limit(500);
copy($userfile, "log\\$userfile_name");
echo "Uploading file...http://test.com/file_sent.html\";>Uploading
file...";
?>
I've tried to change the "time limit" because there's an error
HI all,
In the code below I'm trying to get the last column to show 1, 2, 3, or 4
according to which quarter of the year it is. But all it shows in that column
is " Resource ID # X". The X starts with #3 and goes to 18. There are (at the
moment) 15 items in the table. Any ideas what's wrong?
Tha
output buffering = off
This is already set to "off"
Any other suggestions?
-Adam
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:200211021451.44280.php-general@;gremlins.com.hk...
> On Saturday 02 November 2002 06:16, Adam Humphrey wrote:
> > I just upgraded my PHP from 4.2.2 to 4.2.3 an
Now it works.
I repeated the installation from scratch and now it finally creates the
libphp4.so file.
Daniele
"Daniele Baroncelli" <[EMAIL PROTECTED]> wrote in message
news:20021102130710.81040.qmail@;pb1.pair.com...
> > > I can't actually find out where the libphp4.so has been placed.
> >
>
www.php.net/eval I mean... duh! sorry...
---John Holmes...
> -Original Message-
> From: John W. Holmes [mailto:holmes072000@;charter.net]
> Sent: Saturday, November 02, 2002 9:24 AM
> To: 'Jackson Miller'; [EMAIL PROTECTED]
> Subject: RE: [PHP] Executing the value of a variable
>
> www.p
eval()
- Original Message -
From: "Jackson Miller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 02, 2002 7:02 AM
Subject: [PHP] Executing the value of a variable
I would like to store some code in a database and load/execute that code
based on a query.
Is it poss
You want to look at eval();
Jackson Miller wrote:
I would like to store some code in a database and load/execute that code
based on a query.
Is it possible to execute the value of a variable in a php script?
I am aware of several other ways to accomplish the same task, but I just
want to see i
www.php.net/exec
Make sure you read the entire page and are aware of the security
concerns of using this function.
---John Holmes...
> -Original Message-
> From: Jackson Miller [mailto:anything@;jaxn.org]
> Sent: Saturday, November 02, 2002 8:03 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP
Use method found in user comments on http://www.php.net/mysql_field_type
John Meyer wrote:
I've recently found out that mysql returns blob for both blobs and text
fields. Now, how do I distinguish between the two?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: h
I know how it works, I just want to know the error (or warning you get)
example:
*Warning*: Failed opening ... for inclusion
(include_path='.:/php/includes:/usr/share/php') in */var/www/... *on
line ...
Also check if your $_SERVER['DOCUMENT_ROOT'] really corresponds to real
filesystem path,
for
I would like to store some code in a database and load/execute that code
based on a query.
Is it possible to execute the value of a variable in a php script?
I am aware of several other ways to accomplish the same task, but I just
want to see if there is in fact a performance hit from storing cod
Hello,
On 11/02/2002 10:26 AM, Scott wrote:
Hi there
I wrote some php scripts that I want some friends to be able to use from
there php scripts. Some on my server under different domains and some on
other servers else where on the web
How could I enable them to embed and use my scripts from with
Hello all
I am new to programming I need a urgent help, I
recently installed PHP 4.2.3 ( ON win me , running
apache 1.3.22 ) from the install shield downloaded
from php.net.
Earlier my dbugger used to work but now it doesnt
work, the nupshere phped gives the following error --
-
Hi there
I wrote some php scripts that I want some friends to be able to use from
there php scripts. Some on my server under different domains and some on
other servers else where on the web
How could I enable them to embed and use my scripts from within there
php pages without them getting access
> > I can't actually find out where the libphp4.so has been placed.
>
> Assuming you have done 'make', 'make install', use 'find / -name
libphp4.so'
> to find where it is.
>
> Or just do 'make install' again and watch carefully to see where
libphp4.so is
> copied to.
The 'find / -name libphp4.so'
> I've created a class for handling session management across an
unlimited
> number of domains (without using cookies) however it has some inherent
> problems. In order to differentiate between users, it is using the IP
> Address. I realize this is completely inefficient, and I was hoping
> that
This is a known bug on the windows platform.
It has been fixed in CVS, and is most likly fixed in the current 4.3.0pre2
release.
I experience this problem a few weeks ago, but once I downloaded the lastest
CVS Snapshot it worked as expected.
hope this helps
Andrew
- Original Message -
Fro
I just started a service on my website, for free TopSite Hosting. It's had
great exposure from Hotscripts.com, in fact, my "Remote-Hosted Search
EWngine" service has taken off quite well. The only problem here is that
people just don't seem to take to it too well. I haven't had one person
sign
Thank you for reading my mail!
--
test
--
Joskey Liaus
[EMAIL PROTECTED]
--
PHP General Mailing List (htt
Still needing help
please help me
"Marcelo" <[EMAIL PROTECTED]> wrote in message
news:20021102001942.34689.qmail@;pb1.pair.com...
> Hi need some help please
>
> What is wrong with my code?
>
> it is supposed to upload 2 files but instead gives me this error
>
> Warning: Unable to open 'Array'
I am quite aware that IP's are not the way to go, and why. That is why
I asked about the internal ways PHP handles sessions. Thanks.
Creating a "jump page" as you call it does not answer the fundamental
question concerning the security of session management, and that is the
basis of what I want
first off: IP addresses are not the way to go about this AT ALL. Even if
they are behind a proxy, they would most likely be running on a private
subnet (say 10.0.0.x) and worse yet, if a company has multiple backbones
(like the one I consult at) traffic could go through one of 3 gateway
routes (dif
in the url pass two (GET) variables: hash and token
generate a md5 hash from a secret string and the token (like time())...
oh your page with links to pop ups:
On your popup page:
-js
Monty wrote:
> On a site that uses a popup window to display images, I want to prevent
> people from hotli
40 matches
Mail list logo