table html with PHP Hello everyone, I need to know how do I do a two columns table with a register per cell. <table....> <tr> <?php $i = 0; while(array) { echo "<td>$varible[0]</td>"; } j++ if j > 2 echo "</tr>" ?> </table> this dont work very well. Thanks a lot ... 15 Jun 2010 17:40
ie multi tab label share one cookie? It's known that the IE browser share on session in the same APP How about cookie ,the same ?or use its own? Thanks in advacne! All you best ------------------------ What we are struggling for ? The life or the life ? ... 10 Jun 2010 01:18
Returned mail: see transcript for details k�Hj[s賙��`��d'4� ��M;��|渧��TLL����3�7ٞ���;XGA��<�۫0`L��bX��x�ě�)(FSʂCB��Dke�&� 6���C�C 4��獉��0٢�� ����Yŷ�ƶ�q��e�1y?DlF��B���5�s��vvΐ�$�T~�mƳ��D:ub��W�|�Ր�Y�sN"g���U�68g�u����mo�\���)X�#5�ߣ��ͺ��_��O[]?�i?7lce�5��h!,��ZӘx��C D�ď��/8�0r�����h��,0-�k� �,���9/��m�mQ>Hѯ�ȼ�X`Ef��t/���T��}�H���J}Z���[����Y�" Ӛ�e��?��36X... 7 Jun 2010 00:58
anyone has experience with pgslq Cybercluster 2 ? Hi there i just noticed announcement of cybercluster 2 release for postgres. http://www.cybertec.at/en/postgresql_news they say its open source but did not find downloads on their site ; ) Anyone has experinece with it? i loved postgres and used to work with it for a long time but lack of easy and reliable re... 1 Jun 2010 19:45
upload images Hello, I want to do an Admin to upload more than one picture per clic, I must can upload one or more Pictures. This I know how is it... but I want rename each picture, not with , for example, "001" but with some function, some... thing that rename the file. I am using this: if(isset($_POST['submit'])){ $error =... 31 May 2010 16:24
Fatal error: Class 'Mail' not found in Excuse me to trouble ,in my little application there's a mail function which i revoked the pear package require 'mail.php' when i test the app ,it show me "Fatal error: Class 'Mail' not found ",i checked the mail.php no Class Mail? How can i solve the issue ,or where i can download the Mail.php including Class M... 29 May 2010 10:18
Sqlite inserts inside a PDO fetch loop Hello, I have a situation where I am trying to create an index of words contained in a particular table. The table is about 9,400 rows, and the index ends up being 1,500,000 words (rows). While creating the index, I do a select of the table, and extract the words. I cache these word results into an ar... 28 May 2010 19:17
File Downloads Hello, How can I go about restricting the number of downloads of a file on my server? For Eg: if I want a music track to only be able to be downloaded by 150 people and thats it.. ever, how can I go about doing this? Much obliged, Karl DeSaulniers Design Drumm http://designdrumm.com ... 28 May 2010 20:23
PHP / iODBC / PostGreSQL: running into a deadlock Hi, I recently decided to setup my mac for some php developments. OS X 10.5 already ships with Apache, PHP and I chose PostGreSQL as DB server. I picked a package link from the official website and I installed it. The DB server is running smoothly. Now, as OS X's php module is not pgsql-enabled, I chose to t... 24 May 2010 20:11
Call two class object failed Hi my friend,i wrote two classed on is user,the other is db .The user have a property which from the db class object . When i writing my application have both class object invoked at the same time ,just like $user_a = new user($para); $db_a = new db() Then the problem occurs only one of the class object cou... 24 May 2010 15:44 |