Mind sending me a copy?
- Original Message -
From: Chris "TunkeyMicket" Watford <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 5:10 PM
Subject: Re: [PHP] testing
> Was 100% done, now 70% done as a hard-drive crash set me back a bit...
>
> Chris "TunkeyMicket" Wat
I've installed Apache 1.3.6 and PHP 4.0.6 and it
works. But if I load an extension in the php.ini
Apache says "abnormal program termination".
=
Linux...
Because it works.
__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http:
Was 100% done, now 70% done as a hard-drive crash set me back a bit...
Chris "TunkeyMicket" Watford
TunkeyMicket Productions
www.tunkeymicket.com
- Original Message -
From: "ReDucTor" <[EMAIL PROTECTED]>
To: "Chris "TunkeyMicket" Watford" <[EMAIL PROTECTE
Hey, how is micket pro going?
- Original Message -
From: Chris "TunkeyMicket" Watford <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 4:41 PM
Subject: Re: [PHP] testing
> Hi2u ReDucTor
>
> Chris "TunkeyMicket" Watford
>
> TunkeyMic
Dear all,
Is there anybody know how to upload a file gif or jpg from a form into Oracle database?
I am very keen to solve that problem. Please show me soon.
Thanks you very much.
Best regards,
BaoDuy
"profiles"?
- Original Message -
From: "Mike Gifford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 2:06 AM
Subject: [PHP] Bibliography & Profiles Directory - Looking for Existing GPL
Apps
> Hello,
>
> I'm looking to see if someone out there has already develope
You mean I'm not here?
- Original Message -
From: "Don Read" <[EMAIL PROTECTED]>
To: "McShen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 2:32 AM
Subject: RE: [PHP] testing
>
> On 06-Jul-01 McShen wrote:
> > where are u guys?
>
> I'm sorry, I've gone insane, p
Hi2u ReDucTor
Chris "TunkeyMicket" Watford
TunkeyMicket Productions
www.tunkeymicket.com
- Original Message -
From: "ReDucTor" <[EMAIL PROTECTED]>
To: "McShen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 11:13 PM
Subject: Re:
On 06-Jul-01 McShen wrote:
> where are u guys?
I'm sorry, I've gone insane, please leave your message and number at the tone.
I will return your call as soon as i get back.
... BEEP!
--
Don Read [EMAIL PROTECTED]
-- It's always darkest before the dawn. So
Hello,
I'm looking to see if someone out there has already developed a php/mysql
bibilography. I haven't been able to find one online.
I'm also looking for a profiles directory. Rather vague definition here, sorry.
Ultimately it will be i18n compliant..
Mike
--
Mike Gifford, OpenConcept Co
Brian, Oh Brian, you wonderful person you..
thank you, i still have most of my hair ready for my next encounter with an
annoying error.
Thank you to all who helped, my weekend suddenly is looking much rosier :)
Cheers,
Brad
> From: Brian White <[EMAIL PROTECTED]>
> Date: Fri, 06 Jul 2001 14
You didn't quite get what I meant - in login.php, you have two lumps
of PHP code ( lump being ) separated by a little bit of white
space. That little bit of white-space BETWEEN the lumps is what is causing
your problems.
Reduce it down to one lump and try again.
Ie:
login.php:
... i'm not sur
My map says, 'I am here'!
On Thu, 5 Jul 2001, McShen wrote:
> where are u guys?
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL P
i'm not sure which file you meant but i took out all whityespace , hence:
login.php:
***
***
menu.php:
**
Untitled Document
**
I s
On 05-Jul-01 Eric Wood wrote:
> I can easliy add addional email header using the php mail() function. Does
> 'mail' or 'sendmail' have this same ability to add email headers from the
> command line?
man sendmail
Pay attention to options '-ba' & '-t'
Regards,
--
Don Read
"Jeff Lewis" <[EMAIL PROTECTED]> wrote:
> I fought the urge to post this here but have to :(
>
> owners
> -ownerID
> -teamname
> -more fields
>
> teampages
> -ownerID
> -bio
>
> Anyway, I'm doing a select on the database like this: select ownerID,
> last_update FROM teampages ORDER BY last_update
At 13:36 6/07/2001 +1000, Brad Wright wrote:
>I'm sure there is something REALLY simple Im missing here below is the
>...
OK. I think your problem is here. Between the first "?>" and the second
"login.php:
>session_start();
>?>
>
>// Connect to the database
> $db = mysql_connect("localhost
I'm sure there is something REALLY simple Im missing here below is the
copy of the two files in question. the first file (login.php) queries the
database (using variables supplied in a form in the preceding page) and
authenticates the user. If the user does not exist, it dies, if the user
do
I'm on my way to Mars atm...
- Original Message -
From: McShen <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 1:09 PM
Subject: [PHP] testing
> where are u guys?
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROT
where are u guys?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
or you could roll your own
function db_quote($data) {
$data = preg_replace("/'/", "''", $data);
return $data;
}
> -Original Message-
> From: ReDucTor [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 05, 2001 19:54
> To: Chris Anderson
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] Sub
even a blank line at the end of a file that you're
include()ing will break header.
you could use output buffering, but i dont think
you really want to go to all that trouble for a simple
redirect :)
> -Original Message-
> From: Chris Anderson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday,
addslashes()
php.net/addslashes
- Original Message -
From: Chris Anderson <[EMAIL PROTECTED]>
To: Matthew Loff <[EMAIL PROTECTED]>; 'Mike Mike' <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, July 06, 2001 12:45 PM
Subject: Re: [PHP] Submiting Data with an '
> On the same subject,
If you use Header after ANY page output, even a space, it will not work
- Original Message -
From: "Brad Wright" <[EMAIL PROTECTED]>
To: "PHP General List" <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 10:25 PM
Subject: Re: [PHP] Re: changing to a different file in browser
tried it,
On the same subject, can I make it automatically addslahes to my variables?
Or should I just make my own mysql class?
- Original Message -
From: "Matthew Loff" <[EMAIL PROTECTED]>
To: "'Mike Mike'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 3:29 PM
Subject: RE:
is the header() code at the very top of your page before any other HTML
code? By default, you have to put all HTTP header-related information at
the top of your pages. There's a setting in php.ini that allows you to
bypass this, but I don't remember it off the top of my head.
--kurt
- Origi
tried it, but it didn't work... still getting the same message in IE. Am I
missing something? Can I actually use the headr() function to redirect to a
different page while using sesions and session variables??
> From: "..s.c.o.t.t.." <[EMAIL PROTECTED]>
> Date: Thu, 5 Jul 2001 22:32:22 -0700
> To
put "Location" before the URL:
header("Location: http://server.com/file.php";);
or
header("Location: ./file.php");
> -Original Message-
> From: Brad Wright [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 05, 2001 18:54
> To: PHP General List
> Subject: Re: [PHP] Re: changing to a diff
ihave tried the header() function as Julio suggested. But I get an error
message in the browser. I am also using session variables in all these pages
(only 2).
My code :
if (!mysql_numrows($result) ) {
die ( "username/password not valid");
}
else{
header("Menu.php");
}
the error message
You have 2 options:
a) Send a HTTP redirect header based on the condition
b) Conditionally include the contents of the page instead of actually
redirecting
-Srini
--
http://www.sriniram.com
http://symonds.net/~sriniram
- Original Message -
From: "Brad Wright" <[EMAIL PROTECTED]>
To: "PH
header ("http://www.example.com";); // Goes to example.com.
--
Julio Nobrega.
A hora está chegando:
http://sourceforge.net/projects/toca
"Brad Wright" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi all,
> I know this is probably the most stupid questi
Actually, if you make the names in the form resemble array variables,
this can be greatly simplified.
Something similar to the following might be what you are looking for:
when the form is passed to the next script, there will be a single
variable called $item - and it will be an array with t
Hi all,
I know this is probably the most stupid question you'll see on this list for
a while, but anyway,
In an 'if..else' statement, I want to (if a condition is met) change to a
totally new php page in the browser window. I know this is simple (in fact i
had it working last night but have now fo
Not a FAQ but a FOQ (f**n obvious question). I forgort to change the
group and owner to mysql when I copied the data across.
--
Johannes Ambrose
Computer Systems Manager
School of Life Sciences
University of Queensland, Brisbane Australia
ph: 0401 714 835
--
PHP General Mailing List (http://w
On Fri, 6 Jul 2001 02:10, Daniel Guerrier wrote:
> The FED Es api suite says tat windows is a
> requirement.
>
URL?
Cheers,
Brad
--
Brad Hubbard
Congo Systems
12 Northgate Drive,
Thomastown, Victoria, Australia 3074
Email: [EMAIL PROTECTED]
Ph: +61-3-94645981
Fax: +61-3-94645982
Mob: +61-41910
on 7/5/01 5:15 AM, Marc van Duivenvoorde at [EMAIL PROTECTED] wrote:
>
> I've got a small question, can I make php system scripts just like perl
> when I have compiled php as a dso module for apache or do I have to
> compile it to an binary executable ??
you must have a separate executable
>
As I understand it,
* "strftime" takes a format string and an integer timestamp and returns a
date string
* "date" takes a different type of format string and an integer timestamp
and returns a date string
In both cases they default to using the timestamp for the current time.
SO: what you cod
if you want the current time all you have to do is this.. :)
echo date("l d F, Y g:i A")
that will out put:
Thursday 05 July, 2001 7:52 PM
or whatever time your system is at it will echo it in that format.. hope
that helps!
jay
- Original Message -
From: "JustinS" <[EMAIL PROTECTED]>
With a good start from the folks on this list and a little JavaScript
digging, I found an excellent solution to my problem that I thought I'd share:
Problem: Want to set a cookie then test for it on the same page. I don't
want to to do page redirection to ensure optimal search engine friendlines
okay if i read the manual correctly (too bad i couldn't find that page or i
wouldn't have had to ask this question :) ) all it stores in cookies is the
session id, which is exactly what i wanted to hear! Because i have a flash
navigation clip and i don't want to have to load the vars in the flash
I want to stamp the CURRENT time on my page...
as of right now it's reading
==
Wednesday 31 December, 1969
==
i assume im not doing something correctly...
the following is how i have the line written atm
define('SUB_BAR_TITLE', strftime(DATE_FORMAT_LONG, (date ("F d, Y h:i:s A";
Hi Jay!
On Thu, 05 Jul 2001, Jay Paulson wrote:
> Hello everyone--
>
> I've got a general question about cookies and sessions. I was wondering if
> this is how php handles sessions because this is what I want. Is it
> possible to set up php so that the session id is the only thing that is set
hi,
sorry for the slightly OT question.
is there any PHP developer actively using Emacs and by chance :)
wrote a func-menu mode for PHP? Or maybe one for the speedbar to
be able to browse PHP classes and functions as I am able for C++
code; anything?
else it looks like sooner or later I'll add
Hi,
Can anyone point me toward documentation on this issue? I've copied my
msyql tables and PHPmyadmin to a new server. However, when running
PHPmyadmin from the new server, I get this error when opening a
database:
Unable to save MySQL query result in PHPmyadmin/left.php3 on line 299
Line 299 s
Title: ßñíûé äåíü
Óâàæàåìûå ãîñïîäà!
ÏÐÅÄËÀÃÀÅÌ ÐÅØÅÍÈß È ÎÁÎÐÓÄÎÂÀÍÈÅ ÎÒ
ÊÐÓÏÍÅÉØÅÃÎ ÑÈÑÒÅÌÍÎÃÎ ÈÍÒÅÃÐÀÒÎÐÀ
ÄËß ÏÎÑÒÐÎÅÍÈß ËÎÊÀËÜÍÛÕ È è WAN Ñ
SELECT t.ownerID, t.last_update, o.teamname
FROM teampages t, owners o
WHERE t.ownerID = o.ownerID
ORDER BY t.last_update DESC LIMIT 10
-Original Message-
From: Jeff Lewis [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 05, 2001 5:00 PM
To: [EMAIL PROTECTED]
Subject: [PHP] PHP/mySQL Qu
On Thu, 5 Jul 2001, Jeff Lewis wrote:
> owners
> -ownerID
> -teamname
> -more fields
>
> teampages
> -ownerID
> -bio
>
> Anyway, I'm doing a select on the database like this: select ownerID,
> last_update FROM teampages ORDER BY last_update DESC LIMIT 10
>
> The thing is, I want to get the team n
what you want to do is a join so it'd look something like this..
select teampages.ownerID, teampages.last_update, owners.teamname FROM
teampages, owners where teampages.ownerID= owners.ownerID ORDER BY
teampages.last_update DESC LIMIT 10
hopefully that will work! :)
jay
- Original Messag
on 7/5/01 11:00 AM, Arcady Genkin at [EMAIL PROTECTED] wrote:
> "Matt Simpson" <[EMAIL PROTECTED]> writes:
>
>> I need to let PHP run a command as SU... is there any way it can be done? I
>> need it to let Courier compile it's makeuserdb and makemaildir. Any help
>> would be great.
>
> If you *
Hello everyone--
I've got a general question about cookies and sessions. I was wondering if
this is how php handles sessions because this is what I want. Is it
possible to set up php so that the session id is the only thing that is set
in the cookie and then all the session data is either pushe
I fought the urge to post this here but have to :(
I have two tables named like this:
owners
-ownerID
-teamname
-more fields
teampages
-ownerID
-bio
Anyway, I'm doing a select on the database like this: select ownerID,
last_update FROM teampages ORDER BY last_update DESC LIMIT 10
The thing is
> Our own experience is that the PHP method to define custom session
> handlers is broken -
> 'write' doesn't work. At least in earlier versions (4.0.0, 4.0.1, for
> sure).
It is more likely that your method of testing it is broken.
"echo 'The write handler was called'" does not produce
Free logo shirt for your school, camp or sports team
Your own logo printed on top quality shirts for only $3.99 each!
Our custom shirts nomally sell for $7.95 a piece.
But with this limited offer you get them for half price.
No other shirt printing company can even come close to matching
Thanks for the response so far...
I'm still not sure on how to get the code to start on a new line in the file (yes they
are text files). Say I wrote variable1 to line one how do I get it to write the next
variable to line two?
Thanks
- Original Message -
From: Don Read
To: Jam
Daniel Baldoni wrote:
>G'day folks,
>
>Here's a theoretical question for those of you using PHP's inbuilt session
>facilities...
>
> How do you "keep" your variables across redundant servers? Or,
> isn't anybody out there hosting PHP-based services on grouped
> servers?
>
>My q
At 7:11 PM -0700 7/5/01, Rory O'Connor wrote:
>Excuse me if this is too newbie...but I'm writing a simple script to
>query a database and loop through the reuslts, echoing them on the page.
> When I enter the query at the mysql command line, I get the correct
>results. But the same query run thr
> > Having all the function bodies in the same file would cause php to have
> > to parse all
> > of that code, probably about 3-4000 lines causing awful slowdowns. And
> > the reason to define all of
> > the functions in one file, is so that we can include that file, and all
> > the functions are
Hi Jeff!
On Thu, 05 Jul 2001, Jeff Gannaway wrote:
> OK, I'm working on a site that absolutely must use a cookie containing a
> session identifier.
>
> I know how to set a cookie through PHP, but I need to do something else too.
>
> The same page MUST identifier whether the cookie was accepted
Not to sound overly obvious, but try this.
setcookie("cookieusername","$username",time()+6048000,"/","",0);
$cookieusername = $HTTP_COOKIE_VARS["cookieusername"];
if (!$cookieusername){
echo"Sorry, no cookie, no page.";
die();
}
=-
Jonathan Campbell ( [EMAIL PROTECTED] )
Mid days haze
> Unfortunately, I don't think there's a *good* solution to the
> "distributed
> server vs. session" problem which doesn't use a replicated database.
> Because there's no guarantee of NFS writes being successful (or reads
> either, depending on where a problem may arise) and rsync must be
> perio
One solution $HTTP_POST_VARS['input_field'.$inc];
- Original Message -
From: "Brian Ricks" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 05, 2001 3:08 PM
Subject: [PHP] Iterating varibales
> I have a site which uses two pages. The first page generates an HTML
>
On the *2nd* page request you can check for your cookie in
$HTTP_COOKIE_VARS. If it is not there, cookies are disabled in the browser.
Here's a kludge to make your "first" page the 2nd page request: just start
your session on index, then META redirect to the next page; this 2nd page is
where you
Hi Richard!
On Thu, 05 Jul 2001, Richard Heyes wrote:
> > If you are talking about speed, opening a file is expensive
> > because it is a kernel call, a directory search and all that.
> > Your "some big code" in-line will beat it every time...
>
> Not in my experience. I have a file which define
Question 1: is there a good explination online of how to use the JOIN
function in mysql? I've looked at the documentation:
http://www.mysql.com/doc/J/O/JOIN.html
but it's to confusing. It doesn't exactly what you are joining or why you
might want to do that ... I think JOIN is what I need, here
"Johan Vikerskog (ECS)" <[EMAIL PROTECTED]> wrote:
> Simple question and i know that i shouldent post it here.
> Hope you bare with me.
>
> I have a mysql database that is called supportdb
> How do i create an account for my user so he can connect to this database?
http://www.mysql.com/doc
Take a look at $HTTP_POST_VARS and $HTTP_GET_VARS. They will make this a
lot easier.
On Thu, 5 Jul 2001, Brian Ricks wrote:
> I have a site which uses two pages. The first page generates an HTML
> form with multiple rows which is then POSTed to the second page. Sometimes
> on the first p
> Thoughts from anybody else out there?
NFSv3 maintains state and also has file locking built-in,
something which was not handled quite gracefully by NFSv2
(debugging interaction between various system's rpc.lockds is
not much fun). You might want to look into that.
- Sascha
I have a site which uses two pages. The first page generates an HTML
form with multiple rows which is then POSTed to the second page. Sometimes
on the first page I have to create multiple rows of INPUT fields. To allow
a dynamic number of INPUT fields (say someone wants to add seven new num
G'day,
>> Considering NFS is stateless, why do you consider it to be a more acceptable
>> solution to, say, rsync (which I personally don't like - but that's another
>> matter)?
>
> Ok, sorry, I should have explained my reasoning.
>
> Afaik rsync executes periodically to synchronize files betwe
On Fri, 6 Jul 2001, Daniel Baldoni wrote:
> Considering NFS is stateless, why do you consider it to be a more acceptable
> solution to, say, rsync (which I personally don't like - but that's another
> matter)?
Ok, sorry, I should have explained my reasoning.
Afaik rsync executes periodically to
Justin Farnsworth wrote:
>Steve Brett wrote:
>
>>does anyone know the ascii value for EOF ?
>>
>
>I think it is four (CTRL-D), viz:
>
>| 00 nul| 01 soh| 02 stx| 03 etx| 04 eot| 05 enq| 06 ack| 07 bel|
>
Actually EOT is not EOF. There is no such ASCII character as EOF. It
is a condition not a c
OK, I'm working on a site that absolutely must use a cookie containing a
session identifier.
I know how to set a cookie through PHP, but I need to do something else too.
The same page MUST identifier whether the cookie was accepted or not. I've
seen sites like NetFlix.com that will test to see
G'day again everybody,
>> Here's a theoretical question for those of you using PHP's inbuilt session
>> facilities...
>>
>> How do you "keep" your variables across redundant servers? Or,
>> isn't anybody out there hosting PHP-based services on grouped
>> servers?
>
> You are r
On Fri, 6 Jul 2001, Daniel Baldoni wrote:
> G'day folks,
>
> Here's a theoretical question for those of you using PHP's inbuilt session
> facilities...
>
> How do you "keep" your variables across redundant servers? Or,
> isn't anybody out there hosting PHP-based services on grouped
>
Excuse me if this is too newbie...but I'm writing a simple script to
query a database and loop through the reuslts, echoing them on the page.
When I enter the query at the mysql command line, I get the correct
results. But the same query run through PHP renders all results except
the first one.
> -Original Message-
> From: Romeo Manzur [mailto:[EMAIL PROTECTED]]
> Subject: [PHP] $phpvar = javascriptvar???
>
> what I mean is, how could I save a javascript var value on a
> php var???
You can also put a HIDDEN field in your form, have JS assign the value to
that, then PHP will
Hello list,
I have a security problem to solve with my apache setup and I am clueless
at this moment...
My web server holds multiple domains and uses name-based virtual servers
to direct requests to different portions of the html tree for different
domain names (we presume only one IP is availa
On Thu, 5 Jul 2001, Dieter Stolpmann wrote:
> Hi,
>
> I'm trying to solve the following issue in a (hopefully) simply way:
>
> - I'm creating web-pages using php and perl (using a page template)
> - the dynamically created pages may contain php code which I like to get
> interpreted in a normal
The load-balanced cluster implementations I've worked with define a PHP
session handler that uses a database to store session data, and so it
doesn't matter which web server a particular session comes from, the data is
stored in a centralized place.
- Tim
http://www.phptemplates.org
> How do y
I must not be clear on your question as it seems my response (and the
original response) describe exactly what you're looking to do.
I recommend you check out forums.devshed.com and do a search in their PHP
forum for "javascript php variable" You'll get a ton of examples and
suggestions. Here's
NetWare is great for an enterprise where directory enabled management is a
requirement. And it is bullet-proof secure and 24/7 reliable if setup correctly.
(Most NOS's are with a couple of exceptions. :) I work for a school system, and I
can't imagine managing accounts on multiple servers with
G'day folks,
Here's a theoretical question for those of you using PHP's inbuilt session
facilities...
How do you "keep" your variables across redundant servers? Or,
isn't anybody out there hosting PHP-based services on grouped
servers?
My question may reflect a lack of
Use the addslashes() call to automatically escape characters like that.
MySQL will not add the slashes into the table cell, so no need to
stripslashes() after you SELECT it back out.
-Original Message-
From: Mike Mike [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 05, 2001 3:19 PM
To
BODY onLoad="otherFrameName.document.location =
'http://serverview_cart.php?add=4ffqe45'"
I think that's how you'd do it... Can anyone with more experience in
javascript verify?
-Original Message-
From: Shrout, Ryan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 05, 2001 3:18 PM
To
Use javascript. Have that first page return HTML that contains javascript
along the following:
top.leftframe.document.href = 'http://serverview_cart.php?add=4ffqe45';
top.rightframe.document.href = 'htt
Hello everyone,
I'm having a problem of submiting an ' into a mysql
database. When I have a ' it doesn't update or submit
the data. but if I use \' it works fine. Does anyone
know of a way around this.
Thanks
--Mike
__
Do You Yahoo!?
Get person
I don't really no how to word this. How can I use a single PHP to update
two sides of a framed page?
like a call to: add.php?add=4ffqe45&manual=123.33&fn=ex1
I want it to update the left frame with a call to:
http://serverview_cart.php?add=4ffqe45
and I want it to update the right frame with
I agree, I've had it at work and I hated it. I love my SuSE box at home.
What more security do you need than Linux?
- Original Message -
From: "Jesse S. Williams" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 04, 2001 3:30 AM
Subject: RE: [PHP] PHP for NetWare?
> Actu
I want to store the value of screen.ColorDepth on a php var...
Thanks...
Kurt Lieber wrote:
> As the original respondent said:
>
> window.location = 'http://url?yourVar=' + yourVar;
>
> from there, parse out the URL variable and store it into a PHP variable and
> you're good to go.
>
As the original respondent said:
window.location = 'http://url?yourVar=' + yourVar;
from there, parse out the URL variable and store it into a PHP variable and
you're good to go.
- Original Message -
From: "Romeo Manzur" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 05
Actually, that's not entirely accurate.
You can set cookies for multiple domains on one HTML page -- you simply have
to write a page that calls one image from each domain that you want to set a
cookie on, even if that image is nothing but a 1x1 transparent gif.
Cookie management and updating wil
Hello,
I'm posting here (rather than on i18n) because I was having problems with the
other newsgroup (and well because I always get the best answers to my php
questions by posting here).
I've got a couple web apps that I'd like to standardize so that they are more
multilingual and was
what I mean is, how could I save a javascript var value on a php var???
Thanks...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
On Thu, 5 Jul 2001, Don Read wrote:
> > Anyone know how I can write and read to different lines in a file rather
> > than just adding to the text already on the first line of the file?
>
> A. suck the whole thing up in memory, change it there, write it back out.
Just as a note: for large (text o
On Thu, 5 Jul 2001 14:59:19 +0200, Tobias Talltorp
([EMAIL PROTECTED]) wrote:
>Hello all.
>
>I want multiple domains to be able to read from one cookie, or set
>one
>cookie each for the different domains.
>
>Here is the case:
>When the user logs in to my server, I want to set a cookie that has
>th
Hi,
I just upgraded gd to 2.0.1 and recompiled apache1.3.20/php4.06.
when I do phpinfo() it says:
GD Support enabled
GD Version 1.6.2 or higher
WBMP Support enabled
and when i call imagepng() it says:
Warning: ImagePng: No PNG support in this PHP build
any ideas what's going on here?
I removed c
I can easliy add addional email header using the php mail() function. Does
'mail' or 'sendmail' have this same ability to add email headers from the
command line?
Thanks,
-eric wood
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
Hi,
I'm trying to solve the following issue in a (hopefully) simply way:
- I'm creating web-pages using php and perl (using a page template)
- the dynamically created pages may contain php code which I like to get
interpreted in a normal fasion.
The ideas is have to solve the proble
Here is the problem I am facing now. I have a site, with a sort-of shopping
cart but heavily modified for the job it does. The site uses 2 frames: 1
for the cart and 1 for the content.
The customer has Acrobat PDF files that they want links in to add things to
the 'cart'. If PDF files had the
Actually,
If you look at the Perl pages, you will find some awesome documentation on
reg.exps. Have fun!!
Mike Eggleston
Mick Foster <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> where can I find a good documentatio on regular expressions?
> I´m desperate in need o
1 - 100 of 176 matches
Mail list logo