Search the web
Sign In
New User? Sign Up
php-objects · Discussions about Object Oriented Programming in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3083 - 3112 of 9234   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3083
It would probably be helpful to know what problems you are having, specifically what error message you are recieving and the code you are using to connect to...
Jonathan Brown
onjayb1800
Offline Send Email
Feb 1, 2006
3:23 pm
3084
Dear Friends, I have the following code in mine prog to generate random text. $password = md5(uniqid(rand(1000000000,9999999999))).time(); But when i execute...
abhishek jain
ejaincom
Online Now Send Email
Feb 1, 2006
4:59 pm
3085
... From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On Behalf Of Chris Sent: 31 January 2006 05:09 To: php-objects@yahoogroups.com ...
Patrick Bands
astral_paddler
Offline Send Email
Feb 1, 2006
5:08 pm
3086
Hi Patrick, To say that your help your time has been appreciated, would be an understatement. I'm fairly sure I copied and pasted accurately, but am now...
Chris
chris.010101
Offline Send Email
Feb 1, 2006
6:11 pm
3087
... //depending from which page the request comes - assign certain variables switch ($formVars['page']) { ... Line 118 is the line with the word 'variables'....
Nestor
sevillar
Offline Send Email
Feb 1, 2006
7:25 pm
3088
PHP5 doesn't bundle MySql functions anymore (read here <http://www.php.net/manual/en/faq.databases.php#faq.databases.mysql.php5> to know why). So, you need to...
Saulo Vallory
saulovallory
Offline Send Email
Feb 1, 2006
8:42 pm
3089
Hi Nestor, Many thanks for your help. I did look at line 118 but didn't know what I was looking for ;-( Should I change something there? Any help appreciated. ...
Chris
chris.010101
Offline Send Email
Feb 1, 2006
8:46 pm
3090
Chris, from what I saw at the code line 118 was part of line 117 which was a comment but since somehow it got split into 2 lines then comment ceased to be a...
Nestor
sevillar
Offline Send Email
Feb 1, 2006
10:13 pm
3091
Hi Cris, Take a look at this snipplet: //depending from which page the request comes - assign certain variables Your comment "variables" is in a new line, so,...
inoeng
inoeng_satriani@...
Send Email
Feb 2, 2006
3:58 am
3092
Hi Nestor and Inung, Many thanks for the help - just altered the code, but it's now giving a different error message ;-( The page http://www.011005.com/2/ The...
Chris
chris.010101
Offline Send Email
Feb 2, 2006
7:25 am
3093
I don't know if it's linked to the errors, but there's no database involved. Any help appreciated. Chris ... Of Nestor ... form unusable by ... line 117 ... ...
Chris
chris.010101
Offline Send Email
Feb 2, 2006
8:41 am
3094
Hi Abhishek, It could be to do with the version of PHP you are running or platform. The function documentation says: Note: On some platforms (such as Windows)...
Brian Etheridge
contact_bee
Online Now Send Email
Feb 2, 2006
8:42 am
3095
Hi, I am thinking of a server based(triggered) communication. Such that if any change in data the server sends the info to the client and the change is...
richa
mehta_richa
Offline Send Email
Feb 2, 2006
9:11 am
3096
Tomorrow is D-Day for a dangerous computer virus which has spread throughout the world via email and is programmed to destroy PC files on February 3. Email...
Bhavin Shah
bhavin_s18
Online Now Send Email
Feb 2, 2006
9:32 am
3097
How do you people use PHP with Ajax? I have been using this code, but there must be something wrong because it takes too long to get the answer from the...
Francisco - São P...
avs1001
Offline Send Email
Feb 2, 2006
10:44 am
3098
Hello,. ... That usually happens whn you compile PHP with a non-root user as sendmail is not in the path of non-root users and the mail function becomes...
Manuel Lemos
mallemos
Offline Send Email
Feb 2, 2006
12:07 pm
3099
Hello, ... I think you can print files in other formats with IPP such as text or images. Anyway, if you have difficulties I suggest you post a message to the...
Manuel Lemos
mallemos
Offline Send Email
Feb 2, 2006
12:07 pm
3100
Hello, ... Yes, XMLHTTPRequest is known to be slow, especially when you are dealing with XML responses. That was the conclusion of Guilherme Blanco, author of...
Manuel Lemos
mallemos
Offline Send Email
Feb 2, 2006
12:25 pm
3101
Hi, and thanks for the reply. I guess thats not the problem because the PHP was bundled with the Fedora 3 and installed when Fedora was installed. Maybe i've...
David
david@...
Send Email
Feb 2, 2006
12:34 pm
3102
... From: support@... <support@...> Date: Jan 30, 2006 10:33 PM Subject: From 2xceed Team To: p.tamilselvan@... Dear Friend, Your friend...
Tamil Selvan
thik18
Offline Send Email
Feb 2, 2006
1:52 pm
3103
Francisco, I HIGHLY recommend you use a php ajax framework. I use XAJAX and it works very well. http://xajax.sourceforge.net/ They also have a wiki and a...
Andres Santos
andufo1982
Offline Send Email
Feb 2, 2006
4:39 pm
3104
Thanks a lot for the tip, I am dowloading it now. Can we talk more about this? BTW, where you from? ... -- /*----------------------------*/ When you have a...
Francisco - São Pa...
avs1001
Offline Send Email
Feb 2, 2006
6:54 pm
3105
Hi Nestor and Inung, Many thanks for the help - just altered the code, but it's now giving a different error message ;-( The page http://www.011005.com/2/ The...
Chris
chris.010101
Offline Send Email
Feb 3, 2006
8:18 am
3106
hi chris, go to line 93, and then mark the line "*** blah blah blah". and please correct your file named connect_dir.inc (is it present there?) whichis needed ...
inoeng
inoeng_satriani@...
Send Email
Feb 3, 2006
11:12 am
3107
Hi Inung, Many thanks for the help on this, I have Googled and researched until my eyes were nearly dropping out of my sockets, and then I had the idea of ...
Chris
chris.010101
Offline Send Email
Feb 3, 2006
5:22 pm
3108
I am having a problem with this page I am writing in DWMX2k4 connecting to MySQL 5 and PHP 5 databse. I am a newbie and can't interprut the error message. ...
teacherweeks
Offline Send Email
Feb 4, 2006
11:40 pm
3109
HI teacherweek Woudl you pleaase copy the error which appear when you are try you excute this page? so we can figur out the problem because i see somehting...
Amr El.Doudani
amrdoudani
Offline Send Email
Feb 5, 2006
3:53 pm
3110
I actually decided to scrape that page about 2am this morning after messing with it more... sorry everyone... but thank you for the responses. David _____ ...
David Weeks
teacherweeks
Offline Send Email
Feb 5, 2006
5:10 pm
3111
Hi all, I have to do a payment process for a project on paypal and worldpay. Upto now Client has not given me any details. I too dont have any exp with payment...
Sreeni.A
sreeniaitist
Offline Send Email
Feb 6, 2006
5:02 am
3112
chris, line 95: include_once ('connect_dr.inc'); put your connect_dr.inc file in the same directory with the 2.php file. ~inung; ... === message truncated === ...
inoeng
inoeng_satriani@...
Send Email
Feb 6, 2006
5:10 am
Messages 3083 - 3112 of 9234   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help