Re: [PHP] Server cannot send emails

2009-01-17 Thread Morris
If you are using apache + php, check php.in your server is able to support the mail() function and you have correctly set up the send and return address. 2009/1/17 Ashley Sheridan > On Fri, 2009-01-16 at 15:25 +0100, Sergio Jovani wrote: > > Hi, > > > > Thanks for replying. Adding "From" header

Re: [PHP] Redirecting from unreachable page on website

2009-01-22 Thread Morris
What if the file exists, but it's kinda file to update database, like // get request $_REQUEST // execute sql statement to update database // redirect to the other page, showing results? in this case 404 approach does not mean to do correctly, so what else is suggested? 2009/1/22 Per Jessen >

Re: [PHP] Is it possible to send POST vars through a header redirect?

2009-02-04 Thread Morris
Not possible to send POST in header if your aim is to hide vars from users. Could think about dynamically send POST using Javascript. form.send(); This requires some JS knowledge about how to exchange data between PHP and JS 2009/2/4 tedd > At 9:47 AM -0500 2/4/09, Mike Roberts wrote: > >> Lad

[PHP] php get rss tag using DOM

2009-02-08 Thread Morris
Hi, I am trying to write a programme to read a rss xml file. ... ... scan anyone tell me how to get the url attribute? I wrote some codes similar: $doc = new DOMDocument; $doc->load($myFlickrRss); $r = $doc->getElementsByTagName('media:content'); for($i=0;$i<=$r->length;$i++) { /

[PHP] Re: php get rss tag using DOM

2009-02-08 Thread Morris
I know rss_php, but it doesn't fit my solution. Is anyone able to help me with my question? thx 2009/2/8 Nathan Rixham > Morris wrote: > >> Hi, >> >> I am trying to write a programme to read a rss xml file. >> >> ... >> >> ... >>

Re: [PHP] html and password management

2009-06-04 Thread Morris
Hi Can anyone help me handel this URL injection ? https://www.xxx.co.uk/register.php";| grep "123" I want to detect it and header back to my index page. It's quite urgent Thanks for help M.

[PHP] URL injection

2009-06-04 Thread Morris
Hi Can anyone help me handel this URL injection ? https://www.xxx.co.uk/register.php";| grep "123" I want to detect it and header back to my index page. It's quite urgent Thanks for help M.

Re: [PHP] URL injection

2009-06-04 Thread Morris
Hi The register.php has only a form ?> Does this help ? Thanks for reply 2009/6/4 Stuart > 2009/6/4 Morris : > > Hi > > > > Can anyone help me handel this URL injection ? > > > > https://www.xxx.co.uk/register.php";| grep "123" >

[PHP] chmod - Opertaion not permitted in ....

2009-06-24 Thread Morris
Hi all Got a problem don't know how to get in really.. simple code: and I get a warning says "Operations not permitted in ." Anyone met this before? I've done quite a lot reading on Google but couldn't get to it. THanks

[PHP] php backtraces with gdb print gibberish for function name

2002-08-02 Thread Joe Morris
I have have a PHP script that is core dumping, I'm trying to find out exactly where. I carefully followed the instructions on http://bugs.php.net/bugs-generating-backtrace.php with a little help in creating an apache debug build using: http://www.bowiesnyder.com/writings/gdb_apache.htm howeve

[PHP] Re: difference

2002-08-02 Thread Joe Morris
It was changed for security reasons: http://www.php.net/release_4_1_0.php joe Bob Lockie wrote: > What is the difference from using $_GET['some_var'] from using $_REQUEST['some_var']? > I think the documentation says either can be used to do the same thing. > > What is the performance differen

[PHP] Warning: Too many connections in xxx on line xx

2002-06-08 Thread Dan Morris
Is there anyway to get rid of this message: Warning: Too many connections in xxx on line xx line xx is a connection to a mysql database. In PHP.ini I have: [MySQL] ; Allow or prevent persistent links. mysql.allow_persistent = On ; Maximum number of persistent links. -1 means no limit. mysql.

Re: [PHP] Warning: Too many connections in xxx on line xx

2002-06-08 Thread Dan Morris
lt;[EMAIL PROTECTED]>... > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > * and then Dan Morris declared > > Is there anyway to get rid of this message: > > > > Warning: Too many connections in xxx on line xx > > Can you show the code that connects? > >

[PHP] Problems with Parent Child References

2002-01-26 Thread Kevin Morris
he Parent constructor to : $this->pChild = & new Child(); I think I've coded this correctly as per the docs on references. I'm using PHP4.1.1. My conclusions are : 1. This is not possible in PHP due to safety mechanisms built into the language to safeguard against circular re

[PHP] PHP 4.0.6 Problem with ImageTTFText

2001-08-18 Thread Richard Morris
at you can provide would be appreciated. Thanks. -- Richard Morris [EMAIL PROTECTED] -- 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]

[PHP] How to suppress error messages when using 'new mysqli(...)'

2007-01-05 Thread Richard Morris
being display so that the error can be handled in a nicer manner? Thank you. -- Richard Morris HDD Broker, Inc. Toll-Free: +1 866 960-3331 International: +1 250 474-6022 Fax: +1 250 474-6099 E-Mail: [EMAIL PROTECTED] Web Site: www.hddbroker.com -- PHP General Mailing L

Re: [PHP] How to suppress error messages when using 'new mysqli(...)'

2007-01-05 Thread Richard Morris
Richard Lynch wrote: On Fri, January 5, 2007 4:35 pm, Jochem Maas wrote: Richard Lynch wrote: On Fri, January 5, 2007 12:29 pm, Richard Morris wrote: I am having this problem that I hope can be worked around. I make a connection to our MySQL

[PHP] Form variable can't transfer to web page

2004-04-12 Thread Morris Law
print "\n\n"; ?> \nWhat a bold move this is!\n"); ?> What sort of problem relating to installation is it? Thanks for any inputs and advice. Morris Law IT Coordinator Science Faculty Hong Kong Baptist University -- PHP General Mailing List (http://www.p

[PHP] PHP5 Inheritance/method override problem

2006-12-06 Thread Richard Morris
lue) { echo "ClassB - save\n"; parent::save($classAValue); // do some additional work... } public function exists($value, $classAValue) { // does a different search than ClassA echo "ClassB - exists\n"; return true; } }

[PHP] Re: PHP5 Inheritance/method override problem

2006-12-06 Thread Richard Morris
od names that are the same as the parent(s)? Thanks all for the help. -- Richard Morris HDD Broker, Inc. Toll-Free: +1 866 960-3331 International: +1 250 474-6022 Fax: +1 250 474-6099 E-Mail: [EMAIL PROTECTED] Web Site: www.hddbroker.com -- PHP General Mailing List (http:/

[PHP] Segmentation fault using imap_open

2006-12-12 Thread Richard Morris
meone could point my in another direction that would help, I would really appreciate it. Thank you. -- Richard Morris HDD Broker, Inc. Toll-Free: +1 866 960-3331 International: +1 250 474-6022 Fax: +1 250 474-6099 E-Mail: [EMAIL PROTECTED] Web Site: www.hddbroker.com -

[PHP] $B#P#CA`:n$K:$$C$?$i(B

2001-01-27 Thread Kaz Morris
-- $B-j#J#M#P$N!X#E%a!<%k#D#M!Y$r$*FO$1CW$7$^$9!#(B -- - $B!y(B.$B%&%#%s%Q%o!http://www.tokioinfo.co.jp/winpwr/index.htm $B%Q%=%3%sA`:n$K$D$^$E$$$?$i(B $BGA$$$F$_$F$/$@$5$$(B http://www.tokioinfo.co.jp/winpwr/index.htm - -- $B$3$N%a!