[PHP-DB] Summary: recover values independently of GET or POST used

2009-09-15 Thread J Alejandro Ceballos Z
comment above. It works, thank you J. Alejandro Ceballos Z. w: http://alejandro.ceballos.info e: bu...@alejandro.ceballos.info m: +52 (33) 1411.6079

[PHP-DB] RE: Recommended web developers

2008-06-24 Thread J Alejandro Ceballos Z
puede buscar por ti. Nadie puede hacer por ti lo que tú mismo debes hacer. La existencia no admite representantes. -- Jorge Bucay ,_, (O,O) J. Alejandro Ceballos Z. [EMAIL PROTECTED] ( ) --- http

[PHP-DB] SUMMARY: Most frequently used words

2008-01-20 Thread J Alejandro Ceballos Z
$hash_frequencywords = array_count_values(explode(' ',trim($str_wordlist))); // descendent sort based on values arsort($hash_frequencywords); // store the 20 most frequently words $arr_20mostusedwords = array_slice(array_keys($hash_frequencywords), 0,20); IHTH, ,_, (O,O) J. Alejandro Ceballos Z

[PHP-DB] Column names into variables

2006-07-26 Thread z
Hi, I have a table with about 50 columns in it. I'd like to query the information for one record, and hold the data in variables that have the same name as the column headings, along these lines: $query = Select * from `postings` where `id` = $userid; $result = mysql_query($query);

[PHP-DB] re: mysql ORDER BY problems

2006-06-18 Thread J. Alejandro Ceballos Z. -JOAL-
are they defined as integer or varchars (string)? try a) exchange field definition varchar / integer b) order by length(number) and later by number -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] capture a webpage to later process it

2006-04-28 Thread J. Alejandro Ceballos Z. -JOAL-
. Alejandro Ceballos Z. [EMAIL PROTECTED] ( ) --- http://alejandro.ceballos.infomovil: (33) 3849-8936 -- PHP Database Mailing List (http

[PHP-DB] Printing + without encoding as %2B

2004-05-11 Thread J. Alejandro Ceballos Z.
; ? prints: id = 29d9f Kr2/4= -- Saludos, J. Alejandro Ceballos Z. | ---+--- http://alejandro.ceballos.info | [EMAIL PROTECTED] | ¿Cómo es posible, ---+ que mientras medio mundo Tel: (33) 3647

[PHP-DB] RE: stuck on stupid...can't find the bloody error..

2004-04-25 Thread J. Alejandro Ceballos Z.
Isnt easy to use if (! $page_req) or if (strcmp($page_req,0)) instead of if ($page_req == ) or if ($page_req == 0) ? -- saludos, J. Alejandro Ceballos Z. | ---+--- http://alejandro.ceballos.info | [EMAIL PROTECTED

Re: [PHP-DB] using a define value

2004-04-22 Thread J. Alejandro Ceballos Z.
. Alejandro Ceballos Z. | ---+--- http://alejandro.ceballos.info | [EMAIL PROTECTED] | La persona más patética del ---+ mundo es alguien que tiene | vista, pero no visión

[PHP-DB] using a define value

2004-04-20 Thread J. Alejandro Ceballos Z.
. Any suggested solution without using _ERROR1 like a variable ? -- saludos, J. Alejandro Ceballos Z. | ---+--- http://alejandro.ceballos.info | [EMAIL PROTECTED] | La persona más patética del mundo es

RE: [PHP-DB] transaction locking

2003-12-05 Thread Opec Kemp [ q u a s a r z ]
Hi, Aleks Kalynovych wrote: I have a couple forms that generate a unique ID based on taking the highest number in the ID column adding 1 to its value. The problem is that I dont save that number until the form is submitted. If 2 or more persons fill out the form at the same time they all

RE: [PHP-DB] Re: crosstab for MS SQL

2002-12-28 Thread Opec Kemp [ q u a s a r z ]
Hi, I don't think you can do that with MS SQL, it doesn't support TRASFORN, I think that's strictly Access syntax. MS SQL 7 and up does have ROLLUP etc but that's part of the OLAP service, which you will only get if you have Enterprise edition (read $$ :)). The easiest way to get out of this

[PHP-DB] xml doccument validation ?????

2002-05-20 Thread toby z
guyz its terrable i have a well formed xml doccument but i cant get it validated ... i keep getting this error this file is not valid. all fields referred to from the key identity constraint 'user_info_memb_id' must exist now i had made 6 tables in access but i made a

[PHP-DB] xml doc validation .... details ...... ! ! ! !

2002-05-20 Thread toby z
well its something like i need to take user input and store it somewhere and then retrieve it back thru DOM and i guess i need to store that input in an xml doccument like the one i sent earlier or do i now the thing that im most concerned bout is . this