Re: [PHP] mysql_num_rows()

2011-02-22 Thread Daniel Molina Wegener
/; } } } $county_total=mysql_num_rows($result); while($row = mysql_fetch_array($result)) {$i++; echo $row['name']; } $county_total=mysql_num_rows($result); echo $county_total; echo 'You Have ' . $county_total . ' Counties '; ? Best regards, -- Daniel Molina Wegener dmw

Re: [PHP] array to var - with different name

2011-01-20 Thread Daniel Molina Wegener
echo var_dump($_REQUEST); ? Thanks, Donovan Best regards, -- Daniel Molina Wegener dmw [at] coder [dot] cl System Programmer Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/

Re: [PHP] session_id() is not passed to the next page

2011-01-04 Thread Daniel Molina Wegener
/Evening Michelle Konzack Best regards, -- Daniel Molina Wegener dmw [at] coder [dot] cl System Programmer Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/ signature.asc Description: This is a digitally signed message part.

Re: [PHP] Flexible application plugin architecture, is this possible?

2011-01-04 Thread Daniel Molina Wegener
. Also you must try the autoloader: http://php.net/manual/en/language.oop5.autoload.php Probably this will help you a lot. Best regards, -- Daniel Molina Wegener dmw [at] coder [dot] cl System Programmer Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/ signature.asc

Re: [PHP] How does one reply to messages on this list?

2010-12-16 Thread Daniel Molina Wegener
of the message. Neither option seems correct. What's up with that? If your MUA (or email client) is smart enough, it should have at least Reply, Reply to Sender, Reply to All and Reply to Mailing List. Here I have all those options. Thanks Best regards, -- Daniel Molina Wegener dmw

Re: [PHP] sending email

2010-12-15 Thread Daniel Molina Wegener
not requires an SMTP server. You need to use SMTP server, you can try phpmailer, swift mailer and related packages third party PHP libraries. You will need them, for example, if your SMTP server requires authentication. Thanks Marc Best regards, -- Daniel Molina Wegener dmw [at] coder [dot

Re: [PHP] http request

2010-12-05 Thread Daniel Molina Wegener
executed. You can try cURL: http://php.net/manual/en/book.curl.php Thanks. musa Best regards, -- Daniel Molina Wegener dmw [at] coder [dot] cl System Programmer Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/

Re: [PHP] Disk IO performance

2010-11-29 Thread Daniel Molina Wegener
Best regards, -- Daniel Molina Wegener dmw [at] coder [dot] cl System Programmer Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/ signature.asc Description: This is a digitally signed message part.

Re: [PHP] Form Processing

2010-11-29 Thread Daniel Molina Wegener
Molina Wegener dmw [at] coder [dot] cl System Programmer Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/ signature.asc Description: This is a digitally signed message part.

Re: [PHP] curl and variable parameters in hyperlink

2010-11-24 Thread Daniel Molina Wegener
; This returns the web page, but ignores val1 and val2 which are necessary to execute the query. Best regards, -- Daniel Molina Wegener dmw [at] coder [dot] cl System Programmer Web Developer Phone: +56 (2) 979-0277 | Blog: http://coder.cl/ signature.asc Description: This is a digitally