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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5154 - 5183 of 9232   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5154
I'm running 2 versions of PHP. On version 5.1.2 this command is fine :- " function loadObject(&$object=NULL) {" But, on version 4.3.10, it fails with this...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Mar 1, 2007
2:02 pm
5155
I didn't know it had gotten turned off... thanks for the help. _____ From: php-objects@yahoogroups.com [mailto:php-objects@yahoogroups.com] On Behalf Of Joseph...
David Weeks
teacherweeks
Offline Send Email
Mar 2, 2007
1:44 am
5156
Hi, In symfony , if i have two modules. module A has functino to get the details and corresponding template has a list of comments to show from filesystem. But...
Harish Balakrishnan M...
hb_marar
Offline Send Email
Mar 2, 2007
7:29 am
5157
Hi, The tool is called imagemagick. You have to use both ffmpeg and imagemagick as well. First get the frames from the video file using ffmpeg and then use the...
Presel Karthik S
preselks@...
Send Email
Mar 2, 2007
7:39 am
5158
Hi friends, I'm beginning to learn php. While doing so I was now in the process of connecting my pages to MS SQL & retrieve data & display it to the user. ...
ankit.mathur82
Offline Send Email
Mar 2, 2007
7:46 am
5159
Ankit, what you _may_ be looking for is :- echo $ratesheetid; echo $ratesheetname; If you're problem is more complicated than that, let me know the exact error...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Mar 2, 2007
8:17 am
5160
In message <es5msb+oa7a@eGroups.com>, ankit.mathur82 <ankitmathur82@...> writes ... (I don't think that this is what you mean - while it is being...
Pete
computergeni...
Offline Send Email
Mar 2, 2007
9:50 am
5161
The first thing to do is check what $arr contains by doing a print_r($arr); after the mssql_fetch_ array() statement. This will contain newlines instead of...
Jeff Bennett
JBennett@...
Send Email
Mar 2, 2007
5:52 pm
5162
Since it appears you are expecting more than one row to be returned, you might look into using a loop. Perhaps something along the lines of: while...
caprecerevisi2005
caprecerevis...
Offline Send Email
Mar 2, 2007
6:23 pm
5163
Hi all, you are always so helpful, what's wrong with this; $sql2="SELECT base.ID as ID, base.id_surname, surname.id_surname, surname, sortname, name, id_name,...
Wolf Zscheile
saxony
Offline Send Email
Mar 2, 2007
7:27 pm
5164
try this: SELECT b.ID ,b.id_surname ,s.id_surname ,s.surname ,b.sortname ,b.name ,b.id_name ,b.sex FROM base b LEFT OUTER JOIN surname s ON s.id_surname =...
Brian Cummiskey
delvtecsol
Offline Send Email
Mar 2, 2007
8:11 pm
5165
In message <es9jqh+5k9a@eGroups.com>, caprecerevisi2005 <wolfear@...> writes ... That was my suggestion, and if all the tables are going to be called...
Pete
computergeni...
Offline Send Email
Mar 2, 2007
11:44 pm
5166
Thanks, Brian, but whatever I do it doesn't sort. I really don't care about the 'JOINT'. I just want to get data from two tables and have them sorted to a...
Wolf Zscheile
saxony
Offline Send Email
Mar 3, 2007
3:02 am
5167
Hi , Wishes. I have developed a commenting system and it work as follows. first comment would be X. All reply to this would be X.X and reply to X.X would eb as...
Harish Balakrishnan M...
hb_marar
Offline Send Email
Mar 3, 2007
5:57 am
5168
Hi, Wishes. I am not comfortable with shell scripting though know a bit here and there. I believe the listing of a directory using php logic alone would not...
Harish Balakrishnan M...
hb_marar
Offline Send Email
Mar 3, 2007
5:59 am
5169
Pete- I mis-read what you were getting at. Sorry about that. Things look much different AFTER coffee...lol....
caprecerevisi2005
caprecerevis...
Offline Send Email
Mar 3, 2007
4:04 pm
5170
We have found a function dl() do register DLL. It is not stable and not working. Any other function to do so. Please help Thanks in advance....
nckhot
Offline Send Email
Mar 4, 2007
7:08 am
5171
... dl() is not used to register *any* DLL, but only PHP modules. If you want to use some DLL you can either change it, or write a small wrapper that follows...
Milan Babuskov
mbabuskov
Offline Send Email
Mar 4, 2007
2:00 pm
5172
Hello everyone, please help me how to setting SSL in IIS in XP, and how to use it,.. anybody have the reference of using SSL?? please, Im newbie,... thanks a...
Billy
billstts@...
Send Email
Mar 5, 2007
6:07 am
5173
Hi gurus, I am a beginner PHP developer and using PEAR framework for database connectivity when I try to connect db using following statement $dsn =...
Saeed Uddin
s4saeeduddin
Offline Send Email
Mar 5, 2007
6:19 am
5174
Hi Wolf, In an earlier email you had the ORDER BY field 'surname' unqualified, so I thought that your problem may be because MySQL is confusing the column name...
Brian Etheridge
contact_bee
Offline Send Email
Mar 5, 2007
9:00 am
5175
Hi the internet programmers! Cheerful Greetings. Normally, any kind of programming too hard to start. And we may make our programming much harder, writing a...
Bimal Poudel
bimal_kcmit
Offline Send Email
Mar 5, 2007
9:43 am
5176
You might want to consider using heredoc for outputting text. That way, you can maintain lines of code much easier. Consider the following lines: print "<table...
sonnyG
sonnygauran
Offline Send Email
Mar 6, 2007
3:37 am
5177
That is because by default, PHP5 have variables passed by reference. This is a new feature added in PHP5, or something that makes the language totally...
sonnyG
sonnygauran
Offline Send Email
Mar 6, 2007
3:39 am
5178
Thanks Jeff, Your point was well used & am able to get pass my SELECT query. Now another question for all you helpful guys. How do I display records across...
Ankit Mathur
ankit.mathur82
Offline Send Email
Mar 6, 2007
5:29 am
5179
Hi Pete, What I meant by query processing is that I'm getting the number of results that I could know from echo $num; However, I wasn't able to publish the...
Ankit Mathur
ankit.mathur82
Offline Send Email
Mar 6, 2007
5:36 am
5180
Dear all, Greeting to all I am getting lot of useful messages for updating my knowledge in php after subscribing in this group. I have to create a dynamic tree...
hari
harirajamoni
Offline Send Email
Mar 6, 2007
5:47 am
5181
Ankit, the magic command here is LIMIT within the SELECT statement :- SELECT .... LIMIT [offset,] row_count; Basically, you decide how many records you're...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Mar 6, 2007
9:39 am
5182
In message <BAY124-W7422EEC508B00E49C6E08AB7B0@...>, Ankit Mathur <ankitmathur82@...> writes ... That is called pagination. You need the LIMIT...
Pete
computergeni...
Offline Send Email
Mar 6, 2007
10:51 am
5183
Hi Ankit, What you are looking for is a 'pagination' algorithm. This is very common. I searched in Google for 'php mysql pagination' and got many hits. The...
Brian Etheridge
contact_bee
Offline Send Email
Mar 6, 2007
11:51 am
Messages 5154 - 5183 of 9232   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