eply-to: ".$email."\r\n".
"Date: ".date("r")."\r\n";
'
Using Thunderbird on XP it does set the from correctly but then uses the
default from address set in php.ini for the reply-to. Any ideas? Thanks!
--
Kind Regards
Schalk Neethling
Web Devel
md5($memberpassword);
header("Location:
http://demo.bdiverse.com/accessible/admin/listmypages.php";);
exit;
Thanks!
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
--
PHP General Mailing List (http://www.php.net
Thanks everyone.
Jochem Maas wrote:
Schalk wrote:
Greetings All,
Please have a look at the following code:
your missing a closing brace some where - by the looks of things
not in the code you sent.
if ($numrows < 1)
// the member does not exist
{
include ($adminfolderp
pd/vhosts/demo.bdiverse.com/httpdocs/accessible/processlogin.php*
on line *69
In my code the last line i.e. ?> is marked as line 69
Can someone please let me know what is causing this error? Thanks!
*
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Busin
ents etc.
with Joomla. Thanks!
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Chris wrote:
Schalk wrote:
Chris wrote:
Chris wrote:
actually if it's only one variable, this might do it for you:
$content = str_replace('', _root, $content);
but that's still a bad way to do this.
Chris,
This works:
$breadcrumb = $row_pathway[
replace('', _root, $breadcrumb);
echo $breadcrumb;
However, I would still like to know why this is a bad way to do this and
hopefully find a better way. Still learning all the aspects of PHP so
any input is appreciated.
--
Kind Regards
Schalk Neethling
Web Develop
Chris wrote:
Chris wrote:
Schalk wrote:
Greetings All,
I have the following problem. I load certain links and breadcrumbs
from the database into a external .php file which I include on
various pages within the site. Due to this I have defined a constant
'_root' and precede all
hp when it should be
/site_root/our_work/index.php
How can I ensure that these calls to are parsed
before sent to the browser?
Thanks!
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
--
PHP General Mailing List (http://www.ph
Eric Butera wrote:
On 5/4/06, Schalk <[EMAIL PROTECTED]> wrote:
Greetings All,
I am currently implementing a form for a client that will run over
https. Now, all is good and well except, for some reason when the form
loads in IE the lock in the status bar displays for a short while an
Schalk Neethling wrote:
Barry wrote:
Schalk schrieb:
Greetings All,
I am currently implementing a form for a client that will run over
https. Now, all is good and well except, for some reason when the
form loads in IE the lock in the status bar displays for a short
while and then goes away
Barry wrote:
Schalk schrieb:
Greetings All,
I am currently implementing a form for a client that will run over
https. Now, all is good and well except, for some reason when the
form loads in IE the lock in the status bar displays for a short
while and then goes away, it is fine in Firefox
https://www.epda.cc/donation_eng.php
Is there any reason why coding the form like this will cause IE to think
that the form is not secure and not loaded over https? Thank you in advance!
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
chris smith wrote:
On 4/30/06, Schalk <[EMAIL PROTECTED]> wrote:
Greetings All,
Where can I find a good tutorial on creating a login protected area
using php? I did a Google search and found a couple but, I would like to
get suggestions from the list. Thanks!
Just found a good one..
Greetings All,
Where can I find a good tutorial on creating a login protected area
using php? I did a Google search and found a couple but, I would like to
get suggestions from the list. Thanks!
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4
A combination $_SERVER['PHP_SELF'] and $_SERVER['QUERY_STRING'] did the
trick:
if(($_SERVER['PHP_SELF']) && (!$_SERVER['QUERY_STRING'])) {
$current_nav = "includes/home_nav.php";
} else {
$current_nav = "
$current_nav = "includes/inside_nav.php";
}
?>
Thanks!
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e phone: ".$homePhone."
Best time to contact: ".$bestTime."
Email: ".$email.";
Thanks!
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
that do restrictions on their browsers.
Andy
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
To redirect you can use: header("Location: http://www.example.com/";);
Brady
Thanks everyone, I will give this a go.
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
--
PHP General Mailing List (http://www.ph
currently use a method of merely
replacing the form with some 'thank you' text after submitting the form,
I prefer this but, the client wants me to redirect to another page. All
help appreciated. Thanks!
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.Preside
arsed and the link still includes the code snippet. Is there a way
I can make this work or would it be better to build this nav tree in a
more robust fashion such as loading the one by one in a for loop
for example?
Thanks in advance.
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Prog
chris smith wrote:
On 2/26/06, Schalk <[EMAIL PROTECTED]> wrote:
Greetings All,
I am pretty new to PHP and are tasked to move a clients site from:
www.domain.com/somedirectory/home.php to www.home.php
If you're moving a clients site wouldn't your work be a better pl
that has set it up to load from the sub directory and now it prevents it
from loading from the root directory. Is this correct? What exactly does
this error mean? Thanks to all!*
*
--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers
Thanks All. I have got this working.
--
Open WebMail Project (http://openwebmail.org)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Greetings All
I am using the following script to send mail via PHP. The script processes and
send the mail but the message is never displayed in the received email. Any
pointers will be much appreciated. Thank you.
Message From: "
26 matches
Mail list logo