[PHP] mail headers

2006-07-25 Thread Schalk
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 Developer.Designer.Programmer.President Volume4.Business.Solution.Developers -- PHP General Mailing List (http://www.php.net

[PHP] parse error

2006-07-10 Thread Schalk
*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.Business.Solution.Developers -- PHP General Mailing List (http://www.php.net

Re: [PHP] parse error

2006-07-10 Thread Schalk
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 ($adminfolderpath

[PHP] possible IE problem

2006-07-10 Thread Schalk
); 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/) To unsubscribe, visit: http://www.php.net

[PHP] uploading and extracting zip files

2006-07-04 Thread Schalk
. 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

Re: [PHP] php parsing and db content [RESOLVED]

2006-05-11 Thread Schalk Neethling
Chris wrote: Schalk wrote: Chris wrote: Chris wrote: actually if it's only one variable, this might do it for you: $content = str_replace('?php echo _root ?', _root, $content); but that's still a bad way to do this. Chris, This works: $breadcrumb = $row_pathway['pathway

[PHP] php parsing and db content

2006-05-10 Thread Schalk
_root ?/our_work/index.php when it should be /site_root/our_work/index.php How can I ensure that these calls to ?php echo _root ? are parsed before sent to the browser? Thanks! -- Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President Volume4.Business.Solution.Developers

Re: [PHP] php parsing and db content

2006-05-10 Thread Schalk
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 links

Re: [PHP] php parsing and db content

2006-05-10 Thread Schalk
_root ?', _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

Re: [PHP] php and ssl [SOLVED]

2006-05-05 Thread Schalk
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

[PHP] php and ssl

2006-05-04 Thread Schalk
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

Re: [PHP] Re: php and ssl

2006-05-04 Thread Schalk Neethling
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

Re: [PHP] Re: php and ssl

2006-05-04 Thread Schalk
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

[PHP] php login

2006-04-29 Thread Schalk
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

Re: [PHP] php login

2006-04-29 Thread Schalk
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.. it's

[PHP] getting current page url

2006-04-28 Thread Schalk
($current_nav); ? 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

Re: [PHP] getting current page url [RESOLVED]

2006-04-28 Thread Schalk
); ? -- 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

[PHP] plain text email message format

2006-04-12 Thread Schalk
.; 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

Re: [Fwd: Re: [PHP] redirect using php]

2006-04-05 Thread Schalk
judging there are ppl 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

[PHP] redirect using php

2006-04-04 Thread Schalk
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.President Volume4

Re: [PHP] redirect using php

2006-04-04 Thread Schalk
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.php.net

[PHP] making php code from db work

2006-03-17 Thread Schalk
of code is not parsed 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 li one by one in a for loop for example? Thanks in advance. -- Kind Regards Schalk Neethling Web

[PHP] not sure, what now

2006-02-25 Thread Schalk
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

Re: [PHP] not sure, what now

2006-02-25 Thread Schalk
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 place to ask

[PHP] Sending Mail (newbie)

2005-11-22 Thread schalk
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. ?php // Handle POST method. if

RE: [PHP] Sending Mail (newbie)

2005-11-22 Thread schalk
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