_
'; echo "Datele dumneavoastra au fost trimise.Va vom contacta in cel mai scurt timp."; echo ''; mail($to, $subject, $message, $headers); #noutati }elseif ($id == noutati ) { require_once("core/template/noutati.tpl"); #codul muncii }elseif ($id == codulmuncii ) { require_once("core/template/cod.tpl"); #termeni }elseif ($id == terms ) { require_once("core/template/terms.tpl"); #trimite date contact }elseif ($id == fcontact ) { $nume=$_POST['nume']; $email=$_POST['adresa_email']; $tele=$_POST['telefon']; $txt=$_POST['mesaj']; $to = 'avocat@coltuc.ro'; $subject = 'De la utilizator:'.$nume; $message = $txt; $headers = 'From:'.$email. "\r\n" . 'Reply-To:'.$email. "\r\n" . 'X-Mailer: PHP/' . phpversion(); echo '
'; echo "Datele dumneavoastra au fost trimise.Va vom contacta in cel mai scurt timp."; echo '
'; mail($to, $subject, $message, $headers); #cariere }elseif ($id == cariere) { require_once("core/template/cariere.tpl"); #domenii }elseif ($id == domenii ) { require_once("core/template/domenii.tpl"); #avocati }elseif ($id == avocati) { require_once("core/mysql.php"); require_once("core/template/avocati.tpl"); echo ''; #about }elseif ($id == about) { require_once("core/template/about.tpl"); #sitemap #articole }elseif ($id == sitemap) { require_once("core/template/sitemap.tpl"); #articole }elseif ($id == articole) { require_once("core/mysql.php"); $table = 'articole';//Table name here $limit = 2;//Limit of results here $page = $_GET['page'];//Gets the page $totalrows = mysql_num_rows(mysql_query("SELECT id FROM $table"));//Get the total rows of the table if(empty($page))//If the page is empty { $page = '1';//sets the page to 1 }; $start = ($page-1)*$limit;//set the start page $start = round($start,0);//rounds it $result = mysql_query("SELECT * FROM $table LIMIT $start, $limit");//makes the query, here you can add for example //WHERE something='somethingelse' echo '
'; while ($r = mysql_fetch_array($result)) { echo '

Articole

'; echo '

'.$r['titlu'].'

'; echo 'Publicat in: '.$r['sursa'].'
'; echo 'Pe data de:'.$r['data'].''; echo '
'.$r['Continut'].'
'; #echo '
Intrebareasdasaa
'; echo $r['continut'].'
Up

'; }; $totalpages = $totalrows / $limit;//Gets the totalpages $totalpages = ceil($totalpages);//rounds them to the bigger number, so if the limit is 10 and there are 11 results it will show 2 paegs instead of 1 :) if($page == 1)//if the page is 1 { $actualpage = '[1]';//actial page 1 } else { $actualpage = "[$page]";//else actualpage is the one we get using the $_GET } if($page < $totalpages)//if the page is smaller than totalpages { $nv = $page+1;//next page $pv = $page-1;//prev page $nextpage = ">Articolele urmatoare";//next page link $prevpage = "Articolele precedente<";//preg page link $firstpage = "«";//first page $finalpage = "»";//last page } if($page == '1')//if the page is 1 { $nv = $page+1; $nextpage = "> "; $prevpage = "<"; $firstpage = "«"; $finalpage = "»"; }elseif($page == $totalpages){//is the page is equal than the totalpages $pv = $page-1; $nextpage = ">"; $prevpage = "<"; $firstpage = "«"; $finalpage = "»"; } if($totalpages == '1' || $totalpages == '0'){//if totalpages is 1 or 0 $nextpage = ">"; $prevpage = "<"; $firstpage = "«"; $finalpage = "»"; } echo "$firstpage $prevpage $actualpage $nextpage $finalpage
Pagini: $totalpages";//echoes the pages at the botton of the file echo '
'; #formular }elseif ($id == cazulmeu) { require_once("core/mysql.php"); echo '

Asistenta juridica on-line

In premiera in Romania Casa de Avocatura Coltuc va ofera consultanta juridica on-line. Dumneavoastra lansati intrebarea si in cel mai scurt timp unul din avocatii nostrii va vor contacta.

 

Intrebarea dumneavoastra

Numele si Prenumele

Adresa de e-mail

Numarul de telefon

Mesajul dumneavoastra

Anuleaza


Sunt de acord cu postarea intrebarii pe site fara datele mele de identificare
'; echo ' '; #consultanta } elseif( $id == consultanta ) { require_once("core/mysql.php"); $table = 'avocat';//Table name here $limit = 10;//Limit of results here $page = $_GET['page'];//Gets the page $totalrows = mysql_num_rows(mysql_query("SELECT id FROM $table"));//Get the total rows of the table if(empty($page))//If the page is empty { $page = '1';//sets the page to 1 }; $start = ($page-1)*$limit;//set the start page $start = round($start,0);//rounds it $result = mysql_query("SELECT * FROM $table LIMIT $start, $limit");//makes the query, here you can add for example //WHERE something='somethingelse' include ("core/template/intrebare_up.tpl"); while ($r = mysql_fetch_array($result)) { #echo "

Numele autorului : ".$r['Autor']."
"; echo'

'.$r['Continut'].'
'; echo '
'.$r['raspuns'].'
'; #echo "Email: ".$r['email']."


"; }; $totalpages = $totalrows / $limit;//Gets the totalpages $totalpages = ceil($totalpages);//rounds them to the bigger number, so if the limit is 10 and there are 11 results it will show 2 paegs instead of 1 :) if($page == 1)//if the page is 1 { $actualpage = '[1]';//actial page 1 } else { $actualpage = "[$page]";//else actualpage is the one we get using the $_GET } if($page < $totalpages)//if the page is smaller than totalpages { $nv = $page+1;//next page $pv = $page-1;//prev page $nextpage = ">";//next page link $prevpage = "<";//preg page link $firstpage = "«";//first page $finalpage = "»";//last page } if($page == '1')//if the page is 1 { $nv = $page+1; $nextpage = "> "; $prevpage = "<"; $firstpage = "«"; $finalpage = "»"; }elseif($page == $totalpages){//is the page is equal than the totalpages $pv = $page-1; $nextpage = ">"; $prevpage = "<"; $firstpage = "«"; $finalpage = "»"; } if($totalpages == '1' || $totalpages == '0'){//if totalpages is 1 or 0 $nextpage = ">"; $prevpage = "<"; $firstpage = "«"; $finalpage = "»"; } echo "$firstpage $prevpage $actualpage $nextpage $finalpage
Pagini: $totalpages";//echoes the pages at the botton of the file echo ''; include ("core/template/div_rightnp.tpl"); #home }else{ require_once("core/mysql.php"); include("core/template/div_left1.tpl"); $table = 'avocat';//Table name here $limit = 3;//Limit of results here $page = $_GET['page'];//Gets the page $totalrows = mysql_num_rows(mysql_query("SELECT id FROM $table"));//Get the total rows of the table if(empty($page))//If the page is empty { $page = '1';//sets the page to 1 }; $start = ($page-1)*$limit;//set the start page $start = round($start,0);//rounds it $result = mysql_query("SELECT * FROM $table LIMIT $start, $limit");//makes the query, here you can add for example //WHERE something='somethingelse' while ($r = mysql_fetch_array($result)) { #echo "

Numele autorului : ".$r['Autor']."
"; echo '

'.$r['Continut']."[...]

"; #echo "Email: ".$r['email']."


"; }; $totalpages = $totalrows / $limit;//Gets the totalpages $totalpages = ceil($totalpages);//rounds them to the bigger number, so if the limit is 10 and there are 11 results it will show 2 paegs instead of 1 :) if($page == 1)//if the page is 1 { $actualpage = '[1]';//actial page 1 } else { $actualpage = "[$page]";//else actualpage is the one we get using the $_GET } if($page < $totalpages)//if the page is smaller than totalpages { $nv = $page+1;//next page $pv = $page-1;//prev page $nextpage = ">";//next page link $prevpage = "<";//preg page link $firstpage = "«";//first page $finalpage = "»";//last page } if($page == '1')//if the page is 1 { $nv = $page+1; $nextpage = "> "; $prevpage = "<"; $firstpage = "«"; $finalpage = "»"; }elseif($page == $totalpages){//is the page is equal than the totalpages $pv = $page-1; $nextpage = ">"; $prevpage = "<"; $firstpage = "«"; $finalpage = "»"; } if($totalpages == '1' || $totalpages == '0'){//if totalpages is 1 or 0 $nextpage = ">"; $prevpage = "<"; $firstpage = "«"; $finalpage = "»"; } echo "$firstpage $prevpage $actualpage $nextpage $finalpage
Pagini: $totalpages
";//echoes the pages at the botton of the file echo '




Descarcati prezentarea noastra pentru tiparire | Casa de avocatura Coltuc Lideri in recuperari creante '; include("core/template/div_left2.tpl"); echo '

Articole publicate:

'; $result1 = mysql_query("SELECT * FROM `articole` LIMIT 0,3"); while ($r = mysql_fetch_array($result1)) { echo '

'.$r['titlu'].'
publicat in '.$r['sursa'].'

'; } echo '


Clientul lunii:

Cum ne ajuta Europa?
Ordonanta de urgentã a Guvernului nr. 67/2006 privind gestionarea fondurilor nerambursabile destinate finantãrii politicii agricole comune alocate de la Comunitatea Europeanã, precum si a fondurilor de co-finantare si pre-finantare alocate de la bugetul de stat.
Publicata în M.Of. nr. 787/18-09-2006 [citeste tot articolul]
Parteneri: www.1000contracte.ro
'; } ?>
Prima pagina | Harta site-ului | Conditii de utilizare | Contact

_ _
vintage train rides autumn connecticut vintage train rides autumn connecticut winter victorian stroll albia victorian stroll albia change vw 009 distributor change vw 009 distributor change stone wagga wagga power erm wagga wagga power erm property virginia lucille redman chattanooga tn obituary virginia lucille redman chattanooga tn obituary glass vintage tuscany wallpaper book vintage tuscany wallpaper book differ w2606c reviews w2606c reviews don't victoria rowell drucilla winters victoria rowell drucilla winters die visualhub subtitles visualhub subtitles against vistacom vistacom arrive video brightness contrast saturation modification video brightness contrast saturation modification nation virtual fonelink virtual fonelink quart vintage audio repair kansas vintage audio repair kansas laugh vista 8086 2486 devices vista 8086 2486 devices like vortec t trim vortec t trim connect vintage nylint fire truck vintage nylint fire truck woman vintage white glass cookware vintage white glass cookware afraid victoria secret satin pajamas victoria secret satin pajamas went volkswagen w11 volkswagen w11 west visitation monestary mobile alabama visitation monestary mobile alabama liquid vivid girls tryouts vivid girls tryouts nine video on asst suicide video on asst suicide go vitale park in livonia new york vitale park in livonia new york paint wa llpapers wa llpapers control virginia cliffe virginia cliffe region vinyl storage building repalcement covers vinyl storage building repalcement covers select vistek camera calgary canada vistek camera calgary canada picture wailea metal bed wailea metal bed drink visionusa visionusa shop vortex swingarm spools vortex swingarm spools season vtx 1300 spark plug vtx 1300 spark plug down volleyball summer camp frederick maryland volleyball summer camp frederick maryland pick vp6dx qsl vp6dx qsl shall vista how to change workgroup vista how to change workgroup jump virtual faxes t 37 virtual faxes t 37 point viceroy home aspen model viceroy home aspen model else vintage miami travel poster vintage miami travel poster bell visual studio 2005 ide tour visual studio 2005 ide tour tire vintage illini sweater vintage illini sweater fig vmp mounts vmp mounts road vintage aquaman cigarette cases vintage aquaman cigarette cases pattern vicenza jewelry trade shows vicenza jewelry trade shows duck vivien leigh 1967 vivien leigh 1967 knew wagonwheel pedigree service wagonwheel pedigree service color vintage s h thimble vintage s h thimble nine vitamins playa del rey vitamins playa del rey us viking spa royale viking spa royale earth vitamins in natafort vitamins in natafort region vnv nation circling overland vnv nation circling overland produce visco 37 review visco 37 review boat vintage petri dishes vintage petri dishes color wacom intuos3 buy im store wacom intuos3 buy im store solve w5a parts w5a parts ball visiting nurse association of wasbash visiting nurse association of wasbash head w 4 exemptions colorado how much w 4 exemptions colorado how much leg visor mount pro 58 visor mount pro 58 how vx 500 vx 500 lift vintage pearl jam tshirts vintage pearl jam tshirts might visiting acadia by rv visiting acadia by rv separate visiting temecula ca visiting temecula ca stream vine deloria jr vine deloria jr port vinegar poison sumac vinegar poison sumac example volunteer work in wixom michigan volunteer work in wixom michigan look vintage silvertone guitars on ebay vintage silvertone guitars on ebay case wadsworth oh noise ordinance wadsworth oh noise ordinance serve waismann institute waismann institute field vizio dealers in edmonton ab vizio dealers in edmonton ab come vtrain and code vtrain and code yes waitara centacare waitara centacare correct vintage star trek pop up book vintage star trek pop up book throw vmware and pretest vmware and pretest system vnp land tours vnp land tours hole volvo hunt antartica puzzle volvo hunt antartica puzzle collect visualboyadvance cheats doom visualboyadvance cheats doom string w300i brain school download w300i brain school download populate vims gloucester point va vims gloucester point va summer vitamin b shots for energy vitamin b shots for energy be waay fm waay fm fruit vitamin pill islam vitamin pill islam push vintage snowmachine wiring diagrams vintage snowmachine wiring diagrams ran vice president great seneca financial corporation vice president great seneca financial corporation had volkwagen convertible volkwagen convertible dad vitamin e 40 000 iu vitamin e 40 000 iu least viking sewing machine tucson viking sewing machine tucson roll viking sewing machine cording presser feet viking sewing machine cording presser feet dance villi communications villi communications protect vsx 108 pioneer vsx 108 pioneer even vo thai franklin wyoming vo thai franklin wyoming mother viagra psuedo viagra psuedo segment wagner cordless power tools wagner cordless power tools day violation 14607 violation 14607 noun volna blue sky volna blue sky tie vicious cycle bicycle lexington vicious cycle bicycle lexington white wailuku attractions wailuku attractions stick volusia county florida mls volusia county florida mls also vista windows update 80004002 vista windows update 80004002 simple voir dire the perp voir dire the perp organ volunteering loganville ga volunteering loganville ga force volvo 850 diagram chassis volvo 850 diagram chassis support vsm group ab viking sewing machine vsm group ab viking sewing machine read vintage tiffany bamboo writing instrument vintage tiffany bamboo writing instrument like virtual cockpit won t work in fsx virtual cockpit won t work in fsx enter vmr settings geforce 8600 vmr settings geforce 8600 shell vintage concert t shirt vintage concert t shirt box vintage wheat treshing machine vintage wheat treshing machine iron vintage indie apparel vintage indie apparel colony vilma espin photo vilma espin photo substance vynels vynels but vistamaxx cost vs dow vistamaxx cost vs dow third vintage 503 gmc engine vintage 503 gmc engine rise vita fluff shampoo vita fluff shampoo race video mp3 extractor pro 2 4 26 download video mp3 extractor pro 2 4 26 download less volvo penta correct oil pressure volvo penta correct oil pressure tie visit contadora visit contadora arm volkl p60 sc slalom volkl p60 sc slalom wrong waggin train dog jerky waggin train dog jerky print vial spray crimp tests vial spray crimp tests trip vmax with suzuki fuel injector vmax with suzuki fuel injector win virtual rayveness unlimited download virtual rayveness unlimited download equate vintage levis indentify pricing vintage levis indentify pricing design vintage wide mouth jars vintage wide mouth jars list wahoo 1650 laser wahoo 1650 laser area vista mc not installing files vista mc not installing files hurry vineyard planting site vineyard planting site expect viking designer hoop 100 x 120 viking designer hoop 100 x 120 win victorian christmas poppers victorian christmas poppers gun vicente ballas vicente ballas black vic cahill real estate brisbane vic cahill real estate brisbane pitch villas pinosol javea villas pinosol javea sheet vick morrow death vick morrow death idea vibeke hougaard sunesen vibeke hougaard sunesen serve vino 50 specs vino 50 specs possible vintage king baritone saxes vintage king baritone saxes spread virginia halek virginia halek water vickie l coniglio vickie l coniglio vary victoria overhead lift trish victoria overhead lift trish sugar vmk codes and cheats vmk codes and cheats began violation rgb color space was found violation rgb color space was found salt viagra find order search pages edinburgh viagra find order search pages edinburgh short vivien goldman vivien goldman original wal mart columbia sc 29223 wal mart columbia sc 29223 tiny volvo 855 oil filter volvo 855 oil filter sure viewing a thread new designz triggers viewing a thread new designz triggers element vornado holmes humidifier vornado holmes humidifier stone volvo hunt clue lanterns volvo hunt clue lanterns bear visiting nerja visiting nerja afraid visions day spa wv visions day spa wv knew volga lied download volga lied download lost vulval condyloma vulval condyloma weather villiage of groveport villiage of groveport charge vons grocery clovis ca vons grocery clovis ca just vw rabbit tdi conversion vw rabbit tdi conversion until vmworld conference sessions vmworld conference sessions is vincent ioele vincent ioele good video of people eating feces video of people eating feces against viking mega quilting machines viking mega quilting machines river vswipe vswipe loud vintage guitar identification vintage guitar identification division vinning rd cemetary mi vinning rd cemetary mi that voy a cantar suavesito voy a cantar suavesito copy victoria naegle alaska victoria naegle alaska certain wakulla motel wakulla motel mass vickys lounge costa mesa vickys lounge costa mesa sail vxa 2 bar code label vxa 2 bar code label expect vintage drag sleds vintage drag sleds boat vincent russo law orange county vincent russo law orange county miss vinyl windows guelph ontario vinyl windows guelph ontario said video driver for latitude c600 video driver for latitude c600 cat vibratory bowl tumbler vibratory bowl tumbler ship victoria p71 victoria p71 us violaceous plaques violaceous plaques through vicks on feet for cough vicks on feet for cough sheet volume calculation pond volume calculation pond water vintage props and jets vintage props and jets surface visual certexam manager crack visual certexam manager crack know vmware virtual machine status green vmware virtual machine status green produce virginia va obediah brown virginia va obediah brown milk volvo 240 glt volvo 240 glt settle vintage commercials quisp and quake vintage commercials quisp and quake many vista mouse pointer disappears vista mouse pointer disappears some vx8300 mods vx8300 mods very vintage costume jewelry coro pixie vintage costume jewelry coro pixie woman voice dory finding nemo voice dory finding nemo pattern viscoscity viscoscity moment vista shortcut dial up vista shortcut dial up bed vonfurstenberg vonfurstenberg trade viridian restaurant dc viridian restaurant dc dream visitaion rights for step parents in wv visitaion rights for step parents in wv part waking bluetooth device waking bluetooth device eat vstar 650 turn screw vstar 650 turn screw name vsp job coach vsp job coach season vitamax multivitamin vitamax multivitamin period visual source safe ove secure ftp visual source safe ove secure ftp animal vicodine and diabetes vicodine and diabetes season viszo tv viszo tv all wachington state wachington state shell wakeupwalmart wakeupwalmart forest vintage corvette metal auto art vintage corvette metal auto art band vibrating plate sand compactors for sale vibrating plate sand compactors for sale my vickie demers vickie demers sand vintage school paddles vintage school paddles separate vintage harmon kardon amplifier vintage harmon kardon amplifier card vineyard fungicides georgia vineyard fungicides georgia held vortec 4200 forged piston vortec 4200 forged piston section virgo libra cusp compatable virgo libra cusp compatable hair vintage mercury boat metal fuel tanks vintage mercury boat metal fuel tanks symbol vintage mustard servers gorham 1926 vintage mustard servers gorham 1926 force visaka cements visaka cements fair vtel vista mx vx ez vtel vista mx vx ez student vtx lighting diagram vtx lighting diagram once vintage ford frame chassis vintage ford frame chassis human vogue tyres trade mark vogue tyres trade mark rope visual mp3 splitter joiner 5 8 visual mp3 splitter joiner 5 8 form vintage antique fishing reels vintage antique fishing reels rather vicks v745a vicks v745a out vintage skyway luggage vintage skyway luggage king visit massachussets visit massachussets many vintage compact volupte vanity vintage compact volupte vanity burn voter registration for college station voter registration for college station dress victor ashe bush yale cheerleaders victor ashe bush yale cheerleaders favor victor yanez soccer victor yanez soccer happy wakeman watson genealogy wakeman watson genealogy dry virtual figure drawing female 1 01 virtual figure drawing female 1 01 art vintage anti bush posters vintage anti bush posters school vintage cockfights vintage cockfights except vue uk cinema by demography vue uk cinema by demography are voip080 voip080 most virginia vpep vest virginia vpep vest element wahoo s fish taco in boulder wahoo s fish taco in boulder until wacoal bodysuede ultra t back contour bra wacoal bodysuede ultra t back contour bra liquid vista dreamscene not on ultimate vista dreamscene not on ultimate bought victor kresser victor kresser town virginia lothamer virginia lothamer charge vialta beamer tv vialta beamer tv egg vmc 33 chromed handle restoration vmc 33 chromed handle restoration pretty volatile misty skull shoes volatile misty skull shoes took virginia lohner virginia lohner side viagra levitra cialis stuffy nose viagra levitra cialis stuffy nose kind vivitar 285 flash vivitar 285 flash much vitalzym and dr wong vitalzym and dr wong sentence visiting robben island visiting robben island hurry vimeo shit eating grin vimeo shit eating grin enemy visiting waterparks in texas visiting waterparks in texas thick vintage doxa divers watch values vintage doxa divers watch values suggest vivitar 5mp dvr 530 vivitar 5mp dvr 530 shine vn2000 custom build vn2000 custom build line vintage o neill surfboard vintage o neill surfboard once virginina crossings resort virginina crossings resort live victor garate victor garate silver vicky gregorian vicky gregorian reason vw axle removal vw axle removal value vintage levis 501 basket vintage levis 501 basket say villett villett father virous alert virous alert wife viking designer ii d card viking designer ii d card this vintage rosery vintage rosery order vtech shooting april 16 2007 vtech shooting april 16 2007 why victorian garnet necklace victorian garnet necklace common viceroy hotel santa monica viceroy hotel santa monica speech vise grip modifications vise grip modifications high voulnteer tv voulnteer tv here volvo 3 2 liter supercharger kits volvo 3 2 liter supercharger kits village virility pill virility pill young waco midway auto auction waco midway auto auction fraction vz907 installation vz907 installation thick waibel electric waibel electric cent vintage birch folk art vintage birch folk art drop volcano falls rockford il waterpark volcano falls rockford il waterpark had wag water river saint mary jamaica wag water river saint mary jamaica very vivitar vivicam 3695 software vivitar vivicam 3695 software past visual boy rom rpg download visual boy rom rpg download left vintage wiring harness vintage wiring harness consider wacom graphire 6x8 wacom graphire 6x8 vowel visits checklist make review tim visits checklist make review tim print vista norton system works compatibility vista norton system works compatibility nine vintage kidillac pedal car vintage kidillac pedal car us viviano flowers viviano flowers nothing vintage bow chock vintage bow chock unit vma tommy lee kid rock fight vma tommy lee kid rock fight took vw garage london road high wycombe vw garage london road high wycombe solve vsmile portable battery vsmile portable battery have viitamins viitamins small victoria order of nurses nova scotia victoria order of nurses nova scotia teach vintage salton warming cart vintage salton warming cart shout vintage airstream awinings vintage airstream awinings point waipahu sugar mill waipahu sugar mill train vinly boat floor versus boat carpet vinly boat floor versus boat carpet grass vista cdrom driver not loading vista cdrom driver not loading break visition visition over vintage marantz parts vintage marantz parts thin waill waill hold vic farrari vic farrari wheel vinegar wash hand dyed fabric vinegar wash hand dyed fabric was victor p spotts u s army victor p spotts u s army pattern w h r rivers w h r rivers solution vosha training vosha training is voluntary bovine milking manitoba voluntary bovine milking manitoba told vial stoppers split vial stoppers split instant vista linda apartements vista linda apartements main vice president great seneca financial corporation vice president great seneca financial corporation floor victorian porch paint schemes victorian porch paint schemes suit vicki woody the ritz carlton florida vicki woody the ritz carlton florida white vp2e 2007 vp2e 2007 real victoria rowell divorce victoria rowell divorce oil w33 light framing code w33 light framing code got wa sportsman shows 2008 wa sportsman shows 2008 remember victor oxyfuel torches victor oxyfuel torches sat vinny testa vinny testa stay