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 6292 - 6322 of 9235   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6292
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...
Send Email
Dec 2, 2007
11:31 am
6293
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...
Send Email
Dec 2, 2007
11:31 am
6294
PHP resource site update news letter 02-12-2007 * Job section is completely rewritten and now the site shows PHP jobs from various job portals. PHP jobs ...
kri_karthi
Offline Send Email
Dec 2, 2007
3:15 pm
6295
Hi everyone, Since we all use Yahoo Groups to receive messages from this group, I thought I would let you know about a free service I found called Grouply. It...
Muruganantham A
am_aanand
Offline Send Email
Dec 4, 2007
6:15 am
6296
Hi everyone, Since we all use Yahoo Groups to receive messages from this group, I thought I would let you know about a free service I found called Grouply. It...
amin mbsb
muhaimincs
Offline Send Email
Dec 4, 2007
6:57 am
6297
Group, I am looking for a good book or tutorial on using php with xml. I have a xml file that I want to put in a MySQL database and then pull the info from ...
Michael Reaves
mreaves53
Offline Send Email
Dec 4, 2007
1:51 pm
6298
If you're intending to convert the data from XML into data-sets as you load it into the SQL database, then PHP has an XML parser built in. The official...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Dec 4, 2007
2:02 pm
6299
This might SEEM cool... but you won't find ME putting my Yahoo user id & password, or any other user id and password on a different site than where I've...
Larry Helms
larr_helms
Online Now Send Email
Dec 4, 2007
2:15 pm
6300
hi all, new to the group... I've got a script that is making a call to an external program via exec(). (I can use another function, just had luck with this so...
Foxydot Dragon
foxydot
Offline Send Email
Dec 4, 2007
11:18 pm
6301
Uday, I use a FedEx module in my CRE loaded oscommerce sites and have worked with the code extensively. I have a few versions of different modules that could...
todmin_2000@...
todmin_2000
Offline Send Email
Dec 5, 2007
12:23 am
6302
Hi Carlos, Please send me the FedEx and UPS classes and their API documentations if you have. Thanks in advance. Regards Udayakumar Sarangapani Sr. PHP...
Udaya kumar
udayakumaar
Offline Send Email
Dec 5, 2007
3:41 am
6303
Can anyone help me work this out? I have an array with a room number associated with fname, lname, etc. I know the number of rooms, and want to fill in the...
perfectsolution1
perfectsolut...
Offline Send Email
Dec 5, 2007
11:58 pm
6304
What does $List has??!! Ken ... once ... }...
Ken
olets3
Offline Send Email
Dec 6, 2007
1:22 am
6305
... Thank you for responding. My query is: $query_List = "SELECT room, lname, fname FROM info ORDER BY room"; $List = mysql_query($query_List, $pmAdmin) or...
perfectsolution1
perfectsolut...
Offline Send Email
Dec 6, 2007
2:22 am
6306
I was able to reproduce your form with a dummy database that I made with the data you supplied in your code... When doing this, I noticed that your code you...
Ken
olets3
Offline Send Email
Dec 6, 2007
3:48 am
6307
Ken, my question is not with the query to the database but rather when I try to make my table from the ($rows=mysql_fetch_array($List)array, I cannot seem to...
perfectsolution1
perfectsolut...
Offline Send Email
Dec 6, 2007
4:09 am
6308
I understand but I was just letting you know that I made a database with only one room Room 6 with my name in it and was able to display a table with...
Ken
olets3
Offline Send Email
Dec 6, 2007
4:17 am
6309
I need to set say `status` field of a mysql table to 'N' for suppose 8 hours. After completing 8 hours the `status` should be set to 'Y' again. Is there any...
sandesh.s_magdum
sandesh.s_ma...
Offline Send Email
Dec 6, 2007
8:00 am
6310
Hi all , i have this variable : $AreaNumber="20124aa54"; i want to insert " slash / " between them . i.e "201/24a/a54" how can i make it ? thanks...
saeedos
Offline Send Email
Dec 6, 2007
8:31 am
6311
Hi, Do the following $AreaNumber="20124aa54"; $arr2 = str_split($AreaNumber, 3); $withslash = implode("/", $arr2); echo "withslash=$withslash"; Regards, Remy ...
Mario Almeida
almeida_remy
Offline Send Email
Dec 6, 2007
8:57 am
6312
You could use substr() - http://uk2.php.net/manual/en/function.substr.php - to chop it up and put it back together with slashes. ... From:...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Dec 6, 2007
8:58 am
6313
THANKS Mr.Atkinson, Robert and Mr.Mario Almeida it's work ... http://uk2.php.net/manual/en/function.substr.php - ... [mailto:php-objects@yahoogroups.com] On ...
saeedos
Offline Send Email
Dec 6, 2007
9:02 am
6314
I think you're missing a loop, and also need an associative array :- while ($row=mysql_fetch_assoc($List)) { // loop round each row in the dataset ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Dec 6, 2007
9:34 am
6315
Hi, While surfing, I have found this link which said network vulnerabilities with PHP<5.2.5 http://www.nessus.org/plugins/index.php?view=single&id=28181 My...
Krishna Srikanth
krishna.srikanth@...
Send Email
Dec 6, 2007
12:17 pm
6316
A easy way to do something like that is use a field with date and before read the table make some update with the now() mysql native function inside de where...
Blaine
thiago_mata
Offline Send Email
Dec 6, 2007
12:50 pm
6317
In message <fj7sm4+vd2j@eGroups.com>, perfectsolution1 <drshea@...> writes ... Your original code only read the first record, and iterated through that. ...
Pete
computergeni...
Offline Send Email
Dec 6, 2007
11:10 pm
6318
Hi everyone, Since we all use Yahoo Groups to receive messages from this group, I thought I would let you know about a free service I found called Grouply. It...
Satya Vem
sss_rak
Offline Send Email
Dec 7, 2007
9:23 am
6319
Rob, this solved my problem. I had not read about this technique before, but it works great. Thanks! ... [Non-text portions of this message have been removed]...
Jeffrey Shea
perfectsolut...
Offline Send Email
Dec 7, 2007
1:52 pm
6320
you can run a cron job calling your script "sandesh.s_magdum" <sandesh.s_magdum@...> wrote: I need to set say `status`...
Wilbur Redublado
war9017
Offline Send Email
Dec 7, 2007
4:48 pm
6322
hi saeed use this function $str ------------> orginal string $len ------------> distance betwin two $myStr $myStr --------> new ster to insert that can be a...
hossein aspanani
hossein_aspa...
Offline Send Email
Dec 7, 2007
4:55 pm
Messages 6292 - 6322 of 9235   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