|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-20 03:38 UTC] sniper@php.net
[2000-08-27 16:50 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 15 10:00:01 2025 UTC |
$id_tarif=10; //for examle while $row < 20 { $t=sybase_query("select name from tarif_plans where id_plan in (select id_plan from tarif where id_tarif=$id_tarif)",1); $data_t=sybase_fetch_array($t); $plan=$data_t[0]; $row++ } If $row >1, script return zero length page 8-9 times from 10. Problem is in nested select.