Hi Sam,
I am not sure I know what you want to do...
I tried to recreate your problem:
test.html
window.open("test2.html", "test");
test2.html
document.write(''
Hello all,
I tried to search the archives and PHP.NET and did not find anything or
I missed it
Anyway here is my question:
I want to upload 2 files to the database. Perferribly the whole image
into the data base (blob). I cannot figure it out.
When I check the database it is empty!! :(
Thanks
this is my first post, so please bear with me.
I'm developing a Mayan Oracle based on PHP and MySQL. the program and
database work perfectly, and do all I want them to. however, the thing
has a graphical interface that I built using Macromedia Fireworks and
Dreamweaver, with some images chaning al
I'm stuck. I'm running a default copy of Redhat 7.2. with PHP - 4.0.6-7 and
Mysql - 3.23.41-1 running on Apache - 1.3020-16. When I try to load a php page I get
this error.
Warning: Failed opening '/var/www/html/phpadmin/index.php' for inclusion
(include_path='.:/php/include :/usr/sha
Tim Trimble wrote:
I'm stuck. I'm running a default copy of Redhat 7.2. with PHP - 4.0.6-7 and Mysql - 3.23.41-1 running on Apache - 1.3020-16. When I try to load a php page I get this error.
Warning: Failed opening '/var/www/html/phpadmin/index.php' for inclusion (include_path='.:/php/i
Make it easier on yourself just store the filename dude
-Original Message-
From: Will [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 21, 2004 12:13 PM
To: PHP General
Subject: [PHP] Upload and database
Hello all,
I tried to search the archives and PHP.NET and did not find anything or
I think you're confusing the issue. PEAR DB does support many databases,
but it only loads the code for the ones that you are currently using. So
if you're using one database it is effectively a one database API.
Jakes wrote:
What is performance like using this class? I've gone through the clas
Hi,
I downloaded a class from php classes called "clssendmail", the class was
working on a different server
but now I get this error when I try to use it:
"Call to undefined function: imap_8bit() in."
The class is basically to send an email in 2 parts, plain text and HTML...if
the pers
Please don't reply directly to me (or other members of the list) unless
asked to do so. When you reply off-list, the messages do not get
archived, and will not be searchable to those who may encounter the same
problem. Also, please don't post HTML formatted / multi-part messages.
Plain text
May be the cause is, that you've specified some include file with
include('somefile');
but the file doesn't exist in /usr/share/php dir, which is the default path
for include (.inc) files to be saved.
Hope that helps
Nitin
- Original Message -
From: "John Nichel" <[EMAIL PROTECTED]>
To:
Hello,
On 02/21/2004 01:39 AM, Ryan A wrote:
I downloaded a class from php classes called "clssendmail", the class was
working on a different server
but now I get this error when I try to use it:
"Call to undefined function: imap_8bit() in."
The class is basically to send an email in 2
look at the html code, this is no problem related to php, but the HTML.
Hope that helps
Nitin
- Original Message -
From: "3mip1s4la/Nath/Pisanty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, February 21, 2004 7:24 AM
Subject: [PHP] HELP PLEASE!
> this is my first post, s
PHP listers,
I recently got some help here to fix a str_replace() command.
The string works, and the output from the browser looks right. However,
I would like to further tweak the code so that the HTML source is also a
little cleaner than it is now.
The code in question is this:
$c
Hi Toby!
Thank you for your suggestion, but unfortunately you are using GET in your test2.html
file. I specifically stated in my initial email that due to the fact that I am using
textareas in my original form (your test1.html) that I did not want to use GET for it
might run the risk of ove
Hi,
Saturday, February 21, 2004, 8:00:43 AM, you wrote:
SM> My apologies if this post is somewhat OT. I am having some trouble
SM> figuring something out, and I am hoping you can help.
SM> I have a PHP web form on which a user can enter a number of different
SM> things
SM> into both text and te