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...
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...
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 ...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
... 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...
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, 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...
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...
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...
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 ...
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@...
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...
In message <fj7sm4+vd2j@eGroups.com>, perfectsolution1 <drshea@...> writes ... Your original code only read the first record, and iterated through that. ...
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...
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]...
hi saeed use this function $str ------------> orginal string $len ------------> distance betwin two $myStr $myStr --------> new ster to insert that can be a...