Does anybody know of a way to redirect to another page once you have already
outputted html to the screen. In other words, I want to output some text to
the screen for 10 secs and then re-direct to another page.
Thanks,
Dale
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vis
"Bob Strasser" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I'm building a database visualization tool using SVG. Is it possibe to
send
> information from a form on one html page to another html page with a SVG
> graphic enbedded in the page and have the php generated SVG graphic
I'm building a database visualization tool using SVG. Is it possibe to send
information from a form on one html page to another html page with a SVG
graphic enbedded in the page and have the php generated SVG graphic receive
the post information. I have been able to do it when the receiving page i
php-general Digest 7 Jun 2003 02:50:12 - Issue 2102
Topics (messages 150496 through 150559):
Re: How easy is this idea?
150496 by: Maxim Maletsky
Linux vs. Windows
150497 by: AzFLSite
150502 by: Maxim Maletsky
150504 by: John W. Holmes
150536 by: DvDm
On Fri, 2003-06-06 at 18:45, Lars Torben Wilson wrote:
[snip]
> while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) {
> echo "
> {$row['time_stamp']}{$row['heading']}\n";
> }
Whoops...replace 'time_stamp' with 'added' and 'heading' with 'q40',
of course. :)
Sorry,
Torben
--
Torbe
On Fri, 2003-06-06 at 14:32, Gloria L. McMillan wrote:
> Hi, again!
>
> I did not see my question as yet so I will repost it.
>
> I have had help writing HTML code to display the results of my PHP--> McSQL actions.
>
> But when I attempt to show the DATE and q40 (comments) with the HTML code bel
> I got one suggestion but it did not work for displaying the results
from a
> 40 item poll.
>
> I only want to display item 40: long answer.
>
> My php is cluttered with somebody's select routine that I am not
using.
>
> Here is that poll: http://DakotaCom.net/~glomc/forms/Adj03.html
>
> All
Gloria,
Glad to help, but I'd need to see the code that failing.
Hugh
- Original Message -
From: "Gloria L. McMillan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 06, 2003 4:53 PM
Subject: [PHP] Problem Display of data
> Hi, again.
>
> I got one suggestion but it did no
Hi, again.
I got one suggestion but it did not work for displaying the results from a 40 item
poll.
I only want to display item 40: long answer.
My php is cluttered with somebody's select routine that I am not using.
Here is that poll: http://DakotaCom.net/~glomc/forms/Adj03.html
All I get f
I will send my whole php file to anybpody willing to help me display this one long
answer
question.
Some previous helpers added some stuff that isn't being used, but I don't know how to
get
rid of it.
Gloria
"Gloria L. McMillan" wrote:
> Hi, again!
>
> I did not see my question as yet so I wi
chances are, if it's possible it'd be a plugin or script on the PGP homepage. try
there. or maybe try http://php.resourceindex.com/ they may have something of use to
you
-Ryan
>>> Ben Cheng<[EMAIL PROTECTED]> 06/06/03 08:54AM >>>
Any way in PHP to grab form info and then encrypt it wi
Hi, I'm currently setting up a form for CC processing. At the moment I
am able to send the required flags to authorize the CC transaction, but
then I do not know how I go about parsing the returned headers.
After processing the transaction the merchant returns either HTTP 200
(ok) along with valu
I know there is a lot of expertise on running web servers in this group. So,
I'm going to ask a couple of questions.
I am currently a public web server with an iptables firewall. A security
consultant has suggested that we buy a separate firewall for the firewall
instead of running iptables. He re
Hi, again!
I did not see my question as yet so I will repost it.
I have had help writing HTML code to display the results of my PHP--> McSQL actions.
But when I attempt to show the DATE and q40 (comments) with the HTML code below,
all I see on screen is: ]in the upper left corn
> From: Adriaan Nel [mailto:[EMAIL PROTECTED]
>
> How do I open a new window from php?
Click on File and then New. That will open a new text window for you to
type PHP code.
Or are you asking an HTML/Javascript question on a PHP list??
---John W. Holmes...
Amazon Wishlist: http://www.amazon.c
How about:
echo "Link";
Well, I guess that is really HTML, but with the idea that PHP is server
side only you would need a client side method of opening windows. So,
HTML, Javascript, pick your method
-Brad
Adriaan Nel wrote:
> Hi all,
>
> How do I open a new window from php?
>
> Thanks
>
I would recommend using your .htaccess file, or ini_set, or something
else to set your include_path variable
Thanks Joel, that worked nicely.
Steven J. Walker
Walker Effects
www.walkereffects.com
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.
Hi all,
How do I open a new window from php?
Thanks
Adriaan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks, this sorta draws my intrest now... Also, I'm a bit outdated on the
microsoft front... Has windows gone opensource?
"Azflsite" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> Thanks everyone for your replies.
>
> I did test on the same server. I had .NET installed
> and te
Thanks everyone for your replies.
I did test on the same server. I had .NET installed
and tested. Then installed Linux on same box. The box
is a p4 1.7 gig with 512 ddr with a 30 gig 7200rpm hdd
Im going to drop to win2k and see the results. I will
post results here if anyone cares.
Silly
--- Dv
[snip]
> > I have a file named billed.crm.php and it fopen throws the error "no
> > such file or directory". It seems to have something to do with the
> > multiple "." in the file name. Does anyone know why?
>
> It should make no difference. I hate to ask this but you're
> absolutely 100% certa
On Fri, 6 Jun 2003, Jay Blanchard wrote:
> [snip]
> > I have a file named billed.crm.php and it fopen throws the error "no
> > such file or directory". It seems to have something to do with the
> > multiple "." in the file name. Does anyone know why?
>
> It should make no difference. I hate to
At 2003-04-12 16:33 -0400, Jack Dempsey wrote:
>you can also make a copy of the file with a .phps extension, and if you have
>it configured, the source code will show up, nicely colorized, etc...
Before I read about the .phps extension (which
probably stands for php source), I used:
ln -s mysourc
why not just make the 'id' field in the table auto_increment?
tyler
- Original Message -
From: "Steve Marquez" <[EMAIL PROTECTED]>
To: "MySQL List" <[EMAIL PROTECTED]>
Cc: "PHP eMail List" <[EMAIL PROTECTED]>
Sent: Friday, June 06, 2003 2:40 PM
Subject: [PHP] Duplicate records
> Hello.
It's quite suprising how fast my PHP (and Perl) is under WinME/Apache
1.3.27/PHP 4.3.2... It's unstable as F though so not way to recommended...
I was intrested in your server specs? How much RAM? And so on... And was the
tests on the same server or did I missunderstand something?
"Azflsite" <[EMA
[snip]
> I have a file named billed.crm.php and it fopen throws the error "no
> such file or directory". It seems to have something to do with the
> multiple "." in the file name. Does anyone know why?
It should make no difference. I hate to ask this but you're absolutely
100% certain the path
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 06, 2003 1:13 PM
Subject: [PHP] Question about fopen
> I have a file named billed.crm.php and it fopen throws the error "no
> such file or directory". It seems to have something to d
$_SERVER['REQUEST_URI']
Miranda, Joel Louie M wrote:
Can I use php to be apache's error directive?
I mean, im trying to change apache's error directive
But at the same time I can only change the page and couldn't see what error
it was, I can send it only to a page with an error saying 404, etc bu
I have a file named billed.crm.php and it fopen throws the error "no
such file or directory". It seems to have something to do with the
multiple "." in the file name. Does anyone know why?
Thanks!
jay
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
ok when i try to start apache2 (on redhat 8, php 4.2.2) i get this:
Starting httpd: Syntax error on line 176 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: libssl.so.4: cannot open shared
object file: No such file or directory
[FAILED]
line 176 of the htt
Can I use php to be apache's error directive?
I mean, im trying to change apache's error directive
But at the same time I can only change the page and couldn't see what error
it was, I can send it only to a page with an error saying 404, etc but I
can't add what file did he type in the url.
Any su
On Fri, Jun 06, 2003 at 10:19:10AM -0700, Steven Walker wrote:
> I get it... so instead I should use:
>
> include("/usr/home/sites/www.walkereffects.com/web/test/include.php")
I would recommend using your .htaccess file, or ini_set, or something
else to set your include_path variable to contain
'
Or you can just escape out of PHP like so:
This is a test of the emergency broadcasting system. If this had been
an actual emergency, you would have been instructed to
read from the chapters of Matthew, Mark, Luke and DUCK!!
--- Sparky Kopetzky <[EMAIL PROTECTED]> wrote:
> I did figure a way a
I'm not sure what you are trying to do but what reason can you possibly have to store
the password of a user in his cookie?
Usually the username is also not something you need in the cookie.
Are you sure the cookies are set at all?
can you show some code? specially the one you set the cookies wit
I have this login page, if the login is correct, i create 3 cookies:
- user = $login
- password = $pass
- seepage = 1
on the other pages, i placed a condition:
if $seepage != 1
go to login page
else
show page
It works fine to some people (works fine for me), but there are other people
who
Ah, well that's a useful bit of info ;--)
Didn't run across that in php.net's description of fopen()
Thanks, Jason -- I'll switch to relative paths..
--Noah
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Saturday 07 June 2003 03:25, CF High wrote:
>
> >
Hi,
Friday, June 6, 2003, 9:21:23 AM, you wrote:
DH> Hello,
DH> My question concerns the php function 'imageline' and 'imagearc'. I am =
DH> using them to create tables with rounded borders. I thouroughly =
DH> examined the specs for these methods and have come to the conclusion =
DH> that it i
Hey,
I got it.
2 types of cookies
1) session cookies - expire at the end of the session
2) persistent cookies - do not expire at the end of the session
Thanks,
Louie
-Original Message-
From: Miranda, Joel Louie M
Sent: Friday, June 06, 2003 8:39 AM
To: [EMAIL PROTECTED]
Subject: [PHP]
On Friday 06 June 2003 23:53, Ryan Vennell wrote:
> a little help?
Perhaps a little (more) info would help?
> >>> Ryan Vennell<[EMAIL PROTECTED]> 06/05/03 09:36AM >>>
>
> ok, when i compile php i dont get libphp4.so. i'm not a linux Newb or
> anything but i'm not an extremely advanced user eithe
On Saturday 07 June 2003 03:25, CF High wrote:
> Still no luck though with the file path on windows; e.g. file path is
> http://192.168.1.2/dev_files/drop_down.js
>
> So, when I open the file for writing: $fw = fopen($file_path, "wb") an
> error results ("can't open file")
>
You can't open an HTT
Hello,
Im quite confused on how things work here.
Is session a cookie also? Cookie stores data
On your harddrive, does session stores also?
--
Thanks,
Louie
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Is there any body who have experience with the flags in mysql_connect() in
php >= 4.3 . Especially the MYSQL_CLIENT_COMPRESS flag.
Give it sense, to use this feature if both, apache/php and the mysql server
reside on the same machine?
Thanks,
Armand
--
PHP General Mailing List (http://ww
> I mean if someone is into programming/php they will have enough
> brains (most of the time) to do that much right?
By that logic they'd also have enough brains to look at the documentation
before asking questions on the mailing list, or to not reply to spam on the
list, etc., etc. and we all kno
Title: About php_hostconnect failure
Any information about causes for php_hostconnect failure would be highly appreciated!
(This happened with the following source code: fopen ("http://httpd.apache.org/", "r")).
The warning message says:
Failed to open steam: Bad file descriptor
Thanks
I get it... so instead I should use:
include("/usr/home/sites/www.walkereffects.com/web/test/include.php")
Thank you,
Steven J. Walker
Walker Effects
www.walkereffects.com
[EMAIL PROTECTED]
On Friday, June 6, 2003, at 10:08 AM, Rasmus Lerdorf wrote:
Uh, http://www.walkereffects.com/test/include
Uh, http://www.walkereffects.com/test/include.php is not a "full path
name", that is a URL. That will make an HTTP request to your web server
for /test/include.php which will of course get parsed by PHP and you will
only get the parsed output which means you won't see any variables or any
PHP tags
You need to set it from a .htaccess file or php.ini to hide parse errors.
John W. Holmes wrote:
error_reporting(0);
--
The above message is encrypted with double rot13 encoding. Any unauthorized attempt
to decrypt it will be prosecuted to the full extent of the law.
--
PHP General Mailing Li
> > both the cookie and URL based session passed over without SSL is
> insecure.
> > i'd love to know who told you otherwise.
>
> I can't remember the exact sites now, but, the issue was about how
much
> easier it is to spoof Sessions when IDs are passed via the URL as
opposed
> to
> being stored
Hello,
I have found troubling behavior using include() that looks like a bug.
When I specify an include file by a full path name versus a relative
path, PHP acts as though it has included the file, but variable and
constant definitions in the include file are not coming through. My
server is r
> I tried adding a period to the end but a string will a period still
> returns
> false
>
> function is_alphanumeric($string)
> {
> return (preg_match("/^[A-Za-z0-9.]+$/i", $string));
> }
No it doesn't. It's not allowing spaces, though... Is that the problem?
---John W. Holmes...
Amazon W
Hello,
My question concerns the php function 'imageline' and 'imagearc'. I am =
using them to create tables with rounded borders. I thouroughly =
examined the specs for these methods and have come to the conclusion =
that it is not possible to draw lines or arcs with a pixel width greater =
than
CPT John W. Holmes,您好!
Thank you very much,you're right!I've got it just now:-)Perhaps I tested it
on localhost yesterday.This function is very good.
=== 2003-06-05 07:07:00 您在来信中写道:===
>> Can anyone teach me how to get the date
>> and time from the web-server,it's not
>> chang
Not possible AFAIK since it would negate the point in having a local cookie
policy and would leave possibility for abuse.
Bix
"Joaco" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I was wondering if anyone out there knew if there was any code you could
add
> to your page that woul
Sessions seem like voodoo at first, but, once you understand what's really
going on, it's actually not that complicated. Here are some links to check
out:
http://www.zend.com/zend/spotlight/sessionauth7may.php
http://www.free2code.net/tutorials/programming/php/4/sessions.php
http://www.devshed.c
> Have somebody successed with the function < header("Location:
> http://...";)
> > using the php4isapi.dll ???
>
> My code works well with PHP using the CGI php.exe, but impossible to
make
> it
> work with the ISAPI module !!!
Do you have exit(); after your header() call? I use header() all the
> Not sure if there is an html tag or php that will tell a page not to
> display
> any errors on the page, but does anyone know how to do that? I want to
> hide
> any error that might be displayed, JavaScript or otherwise.
error_reporting(0);
This will have no effect on JavaScript errors, though,
Not sure if there is an html tag or php that will tell a page not to display
any errors on the page, but does anyone know how to do that? I want to hide
any error that might be displayed, JavaScript or otherwise.
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: h
Thanks for the suggestion.
Still no luck though with the file path on windows; e.g. file path is
http://192.168.1.2/dev_files/drop_down.js
So, when I open the file for writing: $fw = fopen($file_path, "wb") an error
results ("can't open file")
Looks like I need to escape out of slashes within th
Sven wrote:
> just some thoughts to your script:
Dear Sven,
Thank you for your comments. Sounds like I really have to study preg_match
and regexp!!!
--
Lorenzo.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
See:
http://www.php.net/manual/en/function.is-numeric.php
Well I want to check that the format is a number. Because it's
currency, I want to double check to see if there are any $s or similar,
and strip them (maybe trim?). And I want to convert the number from a
string to a number -- which is
> That's fine for that but I have several places that use if's and else's...
>
> Sparky
> > http://us4.php.net/types.string says that heredoc acts just like double
> > quoted, which would mean it expands variables, so I would try just
Than I would suggest reading the manual page (the link I gave)
Jay Blanchard wrote:
>
> There are so many ways to skin this cat. You could (as you said, it will
> require adding HTML to the list of php parsed file types) have the
> header, body, and footer files read into a single file and then output.
> You could do something like this ... (a lot of folks us
> whats the different between currency and number??? aren't they both number?
>
> are you trying to check if the number format is in currency like 2 decimal
> place or something??
>
Well I want to check that the format is a number. Because it's
currency, I want to double check to see if there a
That's fine for that but I have several places that use if's and else's...
Sparky
- Original Message -
From: "Jennifer Goodie" <[EMAIL PROTECTED]>
To: "Sparky Kopetzky" <[EMAIL PROTECTED]>; "PHP General"
<[EMAIL PROTECTED]>
Sent: Thursday, June 05, 2003 16:47
Subject: RE: [PHP] Heredoc que
whats the different between currency and number??? aren't they both number?
are you trying to check if the number format is in currency like 2 decimal
place or something??
- Original Message -
From: "Dan Anderson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 06, 2003
Yes it can be done, using the auto-prepend feature call a script that
turns output buffering on. Then in the auto-appended script read the
buffer a manipulate ith with the automatic header and footer. Thus you
modify the content only and achieve what you want without modifying
the actual HTML file
> Can one use within the heredoc syntax or is there
> another way?? I'm trying to dynamically generate email from
> generic text but with obvious additions, like this:
http://us4.php.net/types.string says that heredoc acts just like double
quoted, which would mean it expands variables, so I would
Perhaps a return, if it's a global function?
Like return(1) if success and return(0) if failure or something like that?
However I have a question for you, why do you turn $numdays into a string
and then do mathematical operations on it?
$numdays = "$numdays";
and
$numdays = '5';
Does that force
Goodstuff!
Tight design work and works a charm ;o)
Bix.
"Mark Owen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi guys,
>
> we set up a new resource for organizing all books on PHP in a
quick-to-scan,
> Google-like center. Hope you enjoy it.
>
> http://www.phpbooks.com
>
> Mar
a little help?
>>> Ryan Vennell<[EMAIL PROTECTED]> 06/05/03 09:36AM >>>
ok, when i compile php i dont get libphp4.so. i'm not a linux Newb or anything but
i'm not an extremely advanced user either so any help would be useful... i cant
exactly run apache w/ php w/out this module. thanks for an
Is there a way to check form variables provided in $_POST once a user
submits the form to make sure they are currency or numbers?
Thanks,
Dan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This is what I use http://members.lycos.co.uk/wipe_out/automysqlbackup/
-Original Message-
From: John Kaspar [mailto:[EMAIL PROTECTED]
Sent: Friday, April 25, 2003 3:48 PM
To: [EMAIL PROTECTED]
Subject: [PHP] mysql backup solution
I've got a large mysql database (~400 megs) on a host tha
Can one use within the heredoc syntax or is there another way?? I'm trying to
dynamically generate email from generic text but with obvious additions, like this:
$message = <
Lot get_id(); ?> has been approved. Here is the link to the lot:
my_message;
Robin E. Kopetzky
Black Mes
Hello all,
I'm using the following code to create images on the fly on a web site for page
headers. This works great for the most part, but a couple times now the text has
started resizing for no apparent reason. The first time it was just slightly wider
than
normal. Most recently the text
Hey all.
Quick question here that's driving me up the wall:
Using fopen(), I'm easily able to open files for reading; however, when I
attempt to open files for writing using fopen($file_path, "W+"), an error
occurs.
I'm able to use fopen($file_path, "a+"), but I need to be able to overwrite
file
I'm taking a survey of Webmail Solutions at:
http://l-i-e.com/compare/
It's a crude grid of "Solution" and "Feature" with user-voted ratings.
If you love a particular solution and care to vote, have at it.
If you think I've missed some crucial feature, add it.
If you think I've missed some won
Glory!
I'm stuck in a crazy problem.
I have a Global.PHP file that runs the whole show. It's a Link Index
Program with a Yahoo Style Directory Structure.
There are certain additional features like "New Links", "Popular Links",
"Top Rated" etcetera.
The global.php file contains functions for eac
I was wondering if anyone out there knew if there was any code you could add
to your page that would allow the user to accept a cookie from your site
even though the browser has denied it due to security settings.
Basically, can I add a button that will allow a viewer to allow cookies on
their mac
you should also try with dirname(__FILE__) for getting the real path
j0rd1
On Thursday 05 June 2003 16:51, Stephen wrote:
> Try $HTTP_SERVER_VARS['PHP_SELF']
>
> I'm not yours, so why should I be sincere about it,
> Stephen Craton
> Senior Executive Web Developer
> Mophus.com, Inc.
>
>
> - Ori
> Thought I throw in my post from the forums into this
> mailing list:
Do you like starting wars?
> Just wanted to give my results on this test I did.
> First the story. I will be hosting sites on my server
> and decided to go with .NET/Win2003, with IIS. Well
> most sites are php based or perl
Try $HTTP_SERVER_VARS['PHP_SELF']
I'm not yours, so why should I be sincere about it,
Stephen Craton
Senior Executive Web Developer
Mophus.com, Inc.
- Original Message -
From: "Johnny Martinez" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Sent: Thursday, June 05, 2003 4:36 PM
> Dear colleague,
>
> LISA, in collaboration with Lemoine International has made "Software
> Testing and Internationalization" by Galileo Computing freely
available
> for download.
[snip]
> To download a copy, please visit
> http://www.lisa.org/interact/2003/swtestregister.html
How about a priva
> c) In Linux Im using Apache, where in Windows Im using
> IIS
probably this is the issue. Make it be apache as well.
--
Maxim Maletsky
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Dear colleague,
LISA, in collaboration with Lemoine International has made "Software
Testing and Internationalization" by Galileo Computing freely available
for download.
This 330 page book will transform how you view testing methodologies and
procedures. It introduces the reader to essential co
Thanks for your reply. I had actually made a mistake in the code. It looks
like this now:
print "$d";
How could I still use the id thing on this? I now use ' in the brakets as
well, if that helps any...
I'm not yours, so why should I be sincere about it,
Stephen Craton
Senior Executive W
Hi all,
I'm trying to get the path and filename of the script I am running.
$PHP_SELF doesn't seem to work. I'm running PHP4 on a Windows 2000 system.
Thanks in advance.
Johnny
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
We upgraded from php 4.1.2 to php 4.3.2 and some errors have been
discovered. Some scripts use the form
and use to return a value of none when no date is entered. This value
(none)is no longer returned and has caused application errors. Is there
something that can be modified in the .ini file to
Any advice?
Thanks!
Shawn
"Shawn McKenzie" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I can't get ob_get_contents() to return false, or I don't know how to test
> for it. Help appreciated. The following never echos STARTING!!!
>
> ob_end_flush();
> if(ob_get_contents() ==
On Thu, 05 Jun 2003 16:41:01 -0400, Tom Ray [Lists] wrote:
>First, I would drop a .htaccess file that allows the HTML files to run
>through the PHP parser. Like this AddType application/x-httpd-php .php .html
>
>-h1--/h1-
Yeah, that would work but my goal was to not have to modify the html
files
Thought I throw in my post from the forums into this
mailing list:
Just wanted to give my results on this test I did.
First the story. I will be hosting sites on my server
and decided to go with .NET/Win2003, with IIS. Well
most sites are php based or perl with mysql backend.
After configuring eve
Short Answer: Its all about programming. Task you asked is easy to
accomplish.
Long Answer: PHP or JavaScript, it is still to program. If you feel
yourself being a good programmer already or a being a quick learner then
there should be no worries from your side doing such thingies... in PHP
or Ja
Questions, Questions, Questions.
Where do I start in understanding how this function works. Ive read the document
multiple times, and I am having a bit of trouble figuring out how this function works.
I know that you can take session data and hold it somewhere for a user and use that
data
php-general Digest 6 Jun 2003 14:26:46 - Issue 2101
Topics (messages 150443 through 150495):
Re: Php handling apache's error directive?
150443 by: Miranda, Joel Louie M
Re: Heredoc question
150444 by: Joel Rees
150488 by: Sparky Kopetzky
delete lines from text file
Someone who knows php helped me to put together this code to show resulty screen.
There were about 30 items on the working model.
I tried to modify it to showing the Date and only the long comment item q40.
But all that gets shown is: ] (this symbol)
Here is my HTML code in the Ad
I'm glad that no file is attached ... this message is from mail-worm :o)
"Esteban Fernandez" <[EMAIL PROTECTED]> pí¹e v diskusním pøíspìvku
news:[EMAIL PROTECTED]
> No file attached..
>
> <[EMAIL PROTECTED]> escribió en el mensaje
> news:[EMAIL PROTECTED]
> > Please see the attached file.
>
>
-
Make database increment on the flash movie
Look on flash documentation for the loadVars object
"Phpspooky" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Glory!
>
> I'm working on a Counter thing. with a basic Hit Meter and a Users
> Online Meter.
> The problem I face is.. the
I don't have a study in front of me, but I'm fairly sure that cookies
are much more likely to be enabled than javascript. I reccomend opening
a normal popup using a link with a target, and opening a sized popup and
returning false with javascript in an onclick property. Something like:
Open po
I couldn't find the option max_body_request somebody knows where it is?
Thanks!
Maurício Valente
"Mauricio Agp5" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
>
> - Original Message -
> From: "Yves Daemen" <[EMAIL PROTECTED]>
> Newsgroups: php.general
> To: <[EMAIL PRO
> both the cookie and URL based session passed over without SSL is insecure.
> i'd love to know who told you otherwise.
I can't remember the exact sites now, but, the issue was about how much
easier it is to spoof Sessions when IDs are passed via the URL as opposed to
being stored in a cookie.
>
Hey Mark,
As an experiment I guess its ok, but as a steady stream of money I had my
doubts.
Best of luck.
Cheers,
-Ryan
- Original Message -
From: "Mark Owen" <[EMAIL PROTECTED]>
To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, June 06, 2003 2:13 PM
Subject: Re: [PHP] [
1 - 100 of 195 matches
Mail list logo