... account. i use smtp mail and was using pear email.but then i figure out that the problem is not here in my program but the problem is on the recieving...
First off, thanks for your responses to my plea for help, I do have a secondary questions, I am now getting parse errors, that I am figuring are being returned...
In message <000301c7a4af$b32a62c0$197f2840$@com>, David Weeks <teacherweeks@...> writes ... Sounds as though <?php is correct, but your code isn't. Have...
I think it's server problem. See PHP manual, section Language Reference - Basic Syntax, Escaping from HTML. Is short_open_tag enabled on php.ini? LuckyGuy354 ...
I think it's server problem. See PHP manual, section Language Reference - Basic Syntax, Escaping from HTML. Is short_open_tag enabled on php.ini? LuckyGuy354 ...
I think it's server problem. See PHP manual, section Language Reference - Basic Syntax, Escaping from HTML. Is short_open_tag enabled on php.ini? LuckyGuy354 ...
I think it's server problem. See PHP manual, section Language Reference - Basic Syntax, Escaping from HTML. Is short_open_tag enabled on php.ini? LuckyGuy354 ...
I'm very sorry for repeated send email. Looks like this is the problem on my ISP email server :(. LuckyGuy354 IT Beginner http://www.wiwid.org ... From:...
I'm very sorry for repeated send email. Looks like this is the problem on my ISP email server :(. LuckyGuy354 IT Beginner http://www.wiwid.org ... From:...
Hello, This is just a reminder messages to let you know as subscriber of the php-objects mailing list you may be interested about the new site where you may...
php-objects@yahoogrou...
Jun 3, 2007 10:40 am
5661
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
Jun 3, 2007 10:40 am
5662
We are just getting started on a project that involves our host Windows/Apache2.2/PHP5 server communicating with a second server using the...
Hello, ... Try this HTTP client class. It supports authentication as you want. http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos Metastorage - Data...
Thank you -- we found a tailor-made package, php-delicious, by Ed Eliot, that is fantastic and perfect for our needs. Bob Hanson ... -- Robert M. Hanson ...
... Thanks, we're all set. -- Robert M. Hanson Professor of Chemistry St. Olaf College Northfield, MN http://www.stolaf.edu/people/hansonr If nature does not...
Hi, I need to get accurate age of user with month from date of birth stored in mysql date is stored in mysql like this 1983-05-05 and i need to show age like ...
I am getting an error on a line of code that I don't understand and I am hoping that someone can explain it to me. I will include the error and line of code...
... 99%: Your query, has an SQL error... try: $result = mysql_query(...) or die(mysql_error()); while($row = mysql_fetch_array($result)){ // Increment the...
The code you have here isn't really enough to see what the problem is. The error you point to is a problem with the $result variable, not what follows. From:...
Tech @ LDS
tech@...
Jun 11, 2007 9:41 pm
5677
I am wondering if it would easier/more of a learning experience if I ditched the canned code page I am using and started over writing my own shopping cart...
In message <001801c7ac74$33fed130$9bfc7390$@com>, David Weeks <teacherweeks@...> writes ... Easier - no More of a learning experience - yes. The problem...
Better you make it like this : while($row = mysql_fetch_array($result)){ extract($row); // Increment the total cost of all items $totalCost += ($qty *...