Re: [PHP] problem in

2007-08-14 Thread sanjeevn
basically you want your page needs to be submitted to the next page when you
click on the 

so do one thing. create 2 forms..

form 1 will have your main table and the datas
form 2 will have hidden inputs

for each  you need to assign a variable called rownumber and create the
hidden fields in each td as
name11, name12, name13
name21, name22, name33

i think you understand what i am trying to explain...
and convert the  as 

define the function which submits the value of this rownumbers value into
the second form and say submit form2 automatically

Thanks


On 8/14/07, shivendra <[EMAIL PROTECTED]> wrote:
>
>
>
> Sir,u r not getting what i m trying to say,my problem is how can i send
> the
> values of s in a perticuler row,by a function in onClick event of that
> row.actuallly the values are coming from database,and i what i want when i
> click a perticuler row the values are sent to some other page:
> 
> 
> monu23
> 
> 
> suman24
> 
> 
> like the values in s of  is "monu" and "23" ,i want when
> i
> click on  ,"monu" and "23" is sent to some other
> page,similarly same procedure follows when i click the  but
> this time the value would be  "suman" and "24",i think u r getting what i
> m
> try to say.pls send the code for this:
> --
> View this message in context:
> http://www.nabble.com/problem-in-%3Ctr%3E-tf4253021.html#a12138652
> Sent from the PHP - General mailing list archive at Nabble.com.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Warm Regards
Sanjeev

http://www.sanchanworld.com/
http://webdirectory.sanchanworld.com/
http://webhosting.sanchanworld.com/


Re: [PHP] zip freezes - how to handle corrupt CRC in zip-file

2007-08-14 Thread sanjeevn
Use error handling function for time being and exit from the loop
where control going in the loop.


On 8/14/07, ecc <[EMAIL PROTECTED]> wrote:
>
>
> Hi @all,
>
> i´m reading zip-files with the php zip-functions without a problem. Now i
> got and Zip containing an corrupt crc (If i open this file via winzip, the
> error is shown).
>
> It looks like the php functions for zip-handeling "zip_entry_read" and
> "ZipArchive::getFrom..." do not quit on a bad crc checksum so these
> functions read in the file and than are in an infinite loop. Because i use
> PHP-GTK2 my tool feezes and the process has to be killed. On an
> web-enviroment this could also a big problem . ok, user-zip handeling
> on
> web is not the best idea :-)
>
> I´ve found no way to find out, if an file in the zip file is an valid or
> corrupt entry. The output of "ZipArchive::statName" give me no info about
> the state of an entry.
>
> Is there any trick out there, how to manage this problem. Maybe this is an
> bug or missing feature in the zip extensions. Dont know!
>
> Regards,
> Andreas
> --
> View this message in context:
> http://www.nabble.com/zip-freezes---how-to-handle-corrupt-CRC-in-zip-file-tf4266474.html#a12142189
> Sent from the PHP - General mailing list archive at Nabble.com.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Warm Regards
Sanjeev

http://www.sanchanworld.com/
http://webdirectory.sanchanworld.com/
http://webhosting.sanchanworld.com/