I just uploaded a php driven web site that use text files to archive data to a unix
server. When I went to try and add another archive the script fails without a
warning. It does not store the data in the text file and it does not add another
archive. I wrote this application about 4 months
Is there a way to post input types that are "hidden" with out using a html form in
php? I know you can do it in java script with Form.submit().
So... if I have three hidden fields can I "post" them without pressing a button that
uses a form by using a php function?
Thanks in advance.
Kris
are there any php functions that handle downloads? For Instance I want to create a
link that contains a url string. In this string a variable is defined as a file.
This file will be downloaded when the user clicks on the link. How do you handle this
file in php? Is there a function that wi
are there any php functions that handle downloads. For Instance I want to create a
link that contains a url string. In this string a variable is defined as a file.
This file will be downloaded when the user clicks on the link. How do you handle this
file in php? Is there a function that wi
I am looking for a way to pass two variables in a url string to a php script. I
originally was using java script to acomplish this because once the user is redirected
they can not press the back button to get back to the original page. It looks like
this:
?>
window.location = "somefile.php?u
Is there a variable/function in php that will display the url location of the
hyper-link that brought them to the current page. Thanks in advance.
Kris Vose
Can you practice function over-loading in php?
Kris
Can you practice function over-loading in php?
Kris
Do this:
$to = "[EMAIL PROTECTED], [EMAIL PROTECTED], jonmundur@ mail.is";
-Original Message-
From: David Orn Johannsson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 24, 2002 10:31 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Mailing to numerous with mail()
I'm trying to send an e
How would you go about deleting a specific line in a textfield via PHP? For example,
I want to delete line 2 only and save the changes. How would I go about doing this
using fopen and fwrite?
Kris
How would you go about deleting a specific line in a textfield via PHP? For example,
I want to delete line 2 only and save the changes. How would I go about doing this
using fread and fwrite?
Kris
due to smtp relaying being
blocked. Is there anyway around this problem in php or is the only solution to
unblock smtp relaying? Also...this may not be the problem at all.
All input is appreciated. Thanks
Kris Vose
I want to be able to refresh my browser window after a submission to a database. Is
there a reliable function out there that can accomplish this?
Kris
I am trying to register a session after verification of username and password.
It looks like this:
session_start();
If ($name = $aa) && ($username = $ab)
{
session_register("valid_user");
echo "window.location=\'admin_.php'\";
}
else
{
echo "Your username/password is incorrect";
}
On each pa
I have a problem with a piece of code that uses the mail function in a for loop. It
sends out mail to all the users in the database but it has a problem with attaching
their specific name into the message. What happens is the first user in the database
will get their name in the e-mail (Dear
expression.
^[(000-999)]+[000-999\-]+[-]+$
I am using this in an if statement like this:
If (!eregi("^[(000-999)]+[000-999\-]+[-]+$", $PHONENUMBER)
{
echo "This phone number is not valid";
}
Any help is appreciated.
Kris Vose
I have a problem with reading the contents of $r[1] into a string called = $mail.
Does anyone have any suggestions? Any help is greatly appreciated.
Kris Vose
if ($czero != "")
{
$t = mysql_query("SELECT * FROM AddExisting");
$number_of_customers = c
I want to take the value of an array and define it as $message. This variable will be
called in the sendmail function mail(). Here is what I have so far. (does not work!)
Can anyone help me with this problem?
$automail = file("DOCUMENT_ROOT/BetterBus/1/AutoEmail.txt");
$number_of_lines = cou
I want to take the value of an array and define it as $message. This variable will be
called in the sendmail function mail(). Here is what I have so far. (does not work!)
$automail = file("DOCUMENT_ROOT/BetterBus/1/AutoEmail.txt");
$number_of_lines = count($automail);
for ( $i=0; $i<$number_o
19 matches
Mail list logo