> -Original Message-
> From: Stephen [mailto:[EMAIL PROTECTED]
> Sent: 05 June 2003 19:15
>
> Here's my javascript link code for each day of the month in
> the calendar script:
>
> print " onClick=\"window.opener.document.".$HTTP_GET_VARS['name'].".da
> te.value='$y-$m-$d';\">$d"
> -Original Message-
> From: Maurício Valente [mailto:[EMAIL PROTECTED]
> Sent: 05 June 2003 21:56
>
> I couldn't find the option max_body_request somebody knows
> where it is?
There's no such option -- you could be looking for post_max_size in php.ini,
or the LimitRequestBody directive
OK, now I have I have been convinced that PHP is the best thing since cheese
burgers, I have a question...
How easy is it to... Have a set of 6 HTML drop downs each with texted based
info that when selections are made generate a dynamic on screen price?
So in english, drop down one could be vehic
of course u can edit the scripts u will not find one that u dont have to rip
the guts out of and customise
-Original Message-
From: Miranda, Joel Louie M [mailto:[EMAIL PROTECTED]
Sent: Friday, June 06, 2003 6:36 PM
To: [EMAIL PROTECTED]
Subject: [PHP] PHP + MySQL Free Shopping Cart
Hell
You could do all of that easily...
"Simon Thurtle" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> OK, now I have I have been convinced that PHP is the best thing since
cheese
> burgers, I have a question...
> How easy is it to... Have a set of 6 HTML drop downs each with texted
ba
This should solve your problem.
'.$prev_letter.'] ';
}
else
return false;
}
$your_word_list = array('apple','bread','cornflakes','doughnut','egg');
foreach($your_word_list as $w)
{
$link = build_link($w);
if(!empty($link))
echo $link;
}
?>
atur
__
Not sure this will work and I wont try right now...
SELECT * FROM $table WHERE SUBSTRING(FIELD_WITH_NAMES,0,1) = '$letter' ORDER
BY FIELD_WITH_NAMES...
You could always try I guess, but I really don't think it would work...
"Awlad Hussain" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECT
Hi
I need a code that can read e-mail and save to files with their
attachments using mime types.
Thanks
--
Alper Sarı
Bilgi Teknolojisi Birimi
Sabancı Üniversitesi
Orhanlı 34956 Tuzla
İstanbul
Tel: 0216 483 91 75
Faks: 0216
What wrong with this code? i am tryin to create an array from the while loop, but i
only get one value :(
while($rowmenu = mysql_fetch_array($resultmenu)){
while (list($k, $v) = each ($rowmenu)) {
$val[$k] = $v;
}
}
Basically the $rowmenu returns more than one records.. and i want t
while (list($k, $v) = each ($rowmenu)) {
$val[] = $v;
}
}
try that
-Original Message-
From: Awlad Hussain [mailto:[EMAIL PROTECTED]
Sent: Friday, June 06, 2003 8:20 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Array
What wrong with this code? i am tryin to create an array from the
I have a page that allows a user to login, provided their username and
password files from a previous form, match an entry in a MySQL database.
All fairly standard.
How can I get that to talk to $PHP_AUTH_USER?
When I use an .htaccess file to a directory that's protected, I don't want
the user
> 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
There's more than that, isn't there? Also the "PHP/MySQL Programming for
the Absolute Beginner" book shows a picture of a Perl book... :)
---John
> > 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
>
> There's more than that, isn't there? Also the "PHP/MySQL Programming for
> the Absolute Beginner" book shows a picture of a Perl boo
sounds to me more like a JavaScript issue. Of course, you would need PHP to
access a database in case that car information is stored there (and populate
dinamically the element) but the rest is fairly easy.
iatz.
"Simon Thurtle" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
>
need knowledge help - what do you suggest to use:
$mc = new myclass();
or
$mc = &new myclass();
because in any tutorial I can see the first form, but on page "what references do" in
PHP manual I found out the
second form
so?
5o
--
PHP General Mailing List (http://www.php.net/)
To unsu
HI,
I'm using "urldecode" function to decode string from
"getenv("QUERY_STRING");", but part of
it is in cyrrilic (windows-1251) charset.
I have following code:
$a="%D1%81%D1%87%D0%B5%D1%82%D0%BE%D0%B2%D0%BE%D0%B4%D0%BD%D0%B0+%D0%BA%D1%8
A%D1%89%D0%B0";
$b="%d1%ee%f4%f2%f3%e5%f0";
echo "a=" . ur
[snip]
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 HT
Hi,
There is no core created on the server.
I use the same libphp4.so on an other web server on the same machine, and I
have no problem of restart ns-httpd.
The problem seem to happen when there is a lot of users on the web server.
Can I modify obj.conf or magnus.conf to optimize the web server
Hi,
Tell me if I am missing something but, since all your site is doing is
pulling data/books from amazonwhy wont someone just goto amazon's book
category type "php" and buy direct?
I mean if someone is into programming/php they will have enough brains (most
of the time) to do that much right?
Ryan,
it's just a little experiment in information design: if you make it easier
and quicker to search, browse and sort data, will people use it?
Sometimes if feels like overkill to use Amazon if you just want a quick
update on books for a specific subject. That's the reason for this site...
if a
I did figure a way around heredoc last night. Here's the solution if anyone
can use it:
$message is actually works in heredoc just like any other string. Didn't
expect that.
Hope this helps someone else who is trying the same thing as I am.
Robin E. Kopetzky
Black Mesa Computers/Internet Service
Take a look at http://www.zend.com/zend/tut/drop-down.php
Luis
-Original Message-
From: Simon Thurtle [mailto:[EMAIL PROTECTED]
Sent: Friday, June 06, 2003 4:38 AM
To: [EMAIL PROTECTED]
Subject: [PHP] How easy is this idea?
OK, now I have I have been convinced that PHP is the best thing
If the file is binary, try fopen($file_path, "wb");
"Cf High" <[EMAIL PROTECTED]> ~{P4HkO{O"PBNE~}
:[EMAIL PROTECTED]
> 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 u
"Rosen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> HI,
> I'm using "urldecode" function to decode string from
> "getenv("QUERY_STRING");", but part of
> it is in cyrrilic (windows-1251) charset.
>
> I have following code:
>
>
$a="%D1%81%D1%87%D0%B5%D1%82%D0%BE%D0%B2%D0%BE%D0%B4%
Any way in PHP to grab form info and then encrypt it with PGP before
sending it out as an email?
-Ben
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Anybody know of a Netbilling Gateway that I can plug into my shopping
cart?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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] [
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
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
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
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
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() ==
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
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
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
> 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.
[snip]
> To download a copy, please visit
> http://www.lisa.org/interact/2003/swtestregister.html
How about a priva
> 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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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 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
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
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
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
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:
>
> >
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
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
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
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
'
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
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
- 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
[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
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
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.
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
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
[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
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
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
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
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.
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
>
> 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
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
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, 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
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
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
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
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
> 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
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
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
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
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
"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
> 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
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
101 - 195 of 195 matches
Mail list logo