Search the web
Sign In
New User? Sign Up
php4india · phpindia
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 474 - 503 of 1423   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
474
yes me too want this code guys please send me the code to disable the close button in browser...
Ashok G
acmkohsa
Offline Send Email
Aug 1, 2006
7:54 am
475
Hi Guys, Sorry, but you can't disable the close buttons with JavaScript. Just not allowed by the browser. Anthony Papillion Advanced Data Concepts ... From:...
Anthony P.
techie74354
Offline Send Email
Aug 2, 2006
11:49 am
476
Here my query : <?php $id_row = intval($_GET['cell']); $query_1="SELECT * FROM sometable_1 WHERE id_cell1=$id_row "; $return _1= mysql_query($query_1) or...
sriyono@...
sriyononone
Offline Send Email
Aug 4, 2006
8:10 am
477
Hi Folks, I am very new to this popular Joomla CMS, I am facing very difficulties in understanding this Joomla framework, its flow, And I am really failed to ...
Sreeni .A
sreeniaitist
Offline Send Email
Aug 4, 2006
8:11 am
478
# try the following one: "SELECT a.*, b.* FROM sometable_1 a, sometable_2 b WHERE b.id_cell2 = a.id_cell2 AND a.id_cell1=$id_row" ... sriyono@......
charles rajesh
s_crajesh
Offline Send Email
Aug 7, 2006
6:28 am
479
Hi you can use the following code <? $id_row = intval($_GET['cell']); $query_1="SELECT a.*,b.* FROM sometable_1 a, sometable_2 b WHERE a.id_cell1=$id_row and...
Anitha jansyrani
jansy23
Offline Send Email
Aug 7, 2006
6:28 am
480
Hi, Try the following SELECT * FROM sometable_2 WHERE id_cell2 in(SELECT * FROM sometable_1 WHERE id_cell1=$id_row) sriyono@... wrote: Here my query...
sathya Narayanan
cool_sathya2003
Offline Send Email
Aug 7, 2006
6:28 am
481
Hi, $qry="select t1.*,t2.* from table1 t1,table2 as t2 where t1.id_cell1=$id_row and t1.id_cell2=t2.id_cell2"; Regards, Raja Mohamed.S ... ...
raja mohamed
md_libra81
Offline Send Email
Aug 7, 2006
6:28 am
482
Php developer wanted for part time job. please contact(before 12/08/2006): Mr.Md.Ismail Mob: 9841907590 email: vcareindia@... regards, ismail ...
muhammad ismail
hmdismail28
Offline Send Email
Aug 7, 2006
7:13 am
483
Hai this siva i want to join our part time job,may iknow the detail of the work please ... Here’s a new way to find what you're looking for - Yahoo! Answers ...
siva karthikeyan
siva_tgi
Offline Send Email
Aug 7, 2006
9:30 am
484
after i change the query it give the same result, thanks. ... From: charles rajesh To: php4india@yahoogroups.com Sent: Saturday, August 05, 2006 12:58 PM ...
fixfux
sriyononone
Offline Send Email
Aug 7, 2006
9:30 am
485
*Hi All, www.nowpos.com This is new mail-engine with special features from hyderabad company. I am proud to be part of it. I request you to check it give...
Sreeni .A
sreeniaitist
Offline Send Email
Aug 8, 2006
8:19 am
486
hello, with help of inner join can concatinate two tables. $query="select (fields....).table1, (fields....).table2 from table1 t1 INNER JOIN table t2 on...
dharma raj
dharmacse
Offline Send Email
Aug 8, 2006
8:20 am
487
hello Siva, Job: PHP developer (with MYSQL) pls,send your updated resume with your details of present location & current salary , expected salary. regards, ...
muhammad ismail
hmdismail28
Offline Send Email
Aug 9, 2006
8:14 am
488
dear friends i have some problem for sending autogenerated mail at give time limit on the basis of some search criteria.also help me for curl. Avijit...
rajuraju04
Offline Send Email
Aug 10, 2006
5:32 am
489
Hi Ismail, I am keen to work. BE with 12 years of work exp. From Bangalore, India ... __________________________________________________ Do You Yahoo!? Tired...
SATISH BEHERA
scbehera99
Offline Send Email
Aug 10, 2006
5:35 am
490
Hello Can any body give me simple php oops application for studying .I want to know how oops programming is using in php.Pls any have any good link foe that...
pritesh loke
priteshloke
Offline Send Email
Aug 11, 2006
7:31 am
491
Hey RAJU, We need some more details to respond you, Probably crontab will help you in this regard. -Sreeni.A...
Sreeni .A
sreeniaitist
Offline Send Email
Aug 11, 2006
12:59 pm
492
I believe XOOPS CMS will help you in this regard. -Sreeni.A...
Sreeni .A
sreeniaitist
Offline Send Email
Aug 11, 2006
1:00 pm
493
here my bbcode parser: <?php function bbcode($text){ $text = preg_replace("#\[code\](.*?)\[/code\]#si", "<code>\\1</code>", $text); } ?> I think the code have...
fixfux
sriyononone
Offline Send Email
Aug 16, 2006
5:34 am
494
hi Buddy, I got an idea. I dont know whether it fits your rquirment. Here is it.. HEre we have 2 types of tags, [code] and [/code]. So use two preg_replace...
Sreeni .A
sreeniaitist
Offline Send Email
Aug 17, 2006
5:00 am
495
PHP / MySQL Job For the development of new web-applications DALASON is currently looking for a junior / a senior PHP developers with 3 to 10 years experience...
jobs@dalason
andreas.damek
Offline Send Email
Aug 21, 2006
10:15 am
496
Hello Mr. David Son, As per your mail I am forwarding my Resume for your reference. Actual PHP/MySQL Experience: 3 Years 4 Months As a Freelance Programmer : 1...
Subash Bose
subusee
Offline Send Email
Aug 24, 2006
5:45 am
497
Hello Can you just tell me what is the diff between mysql and mysqli ? which one is the better ? Thank you. ... How low will we go? Check out Yahoo!...
pritesh loke
priteshloke
Offline Send Email
Aug 24, 2006
5:45 am
498
Hello checked my this line code i write in php class. line is $this->mMysqli = new mysqli(DB_HOST,DB_USER,DB_PASSWORD,DB_DATABASE); and i got error is Fatal...
pritesh loke
priteshloke
Offline Send Email
Aug 24, 2006
5:46 am
499
Hi, I am using iris html editor in my project.This is a javascript editor.Its working in IE6 perfectly but it is not working in mozilla ...
kondapa naidu
kondapa_m
Offline Send Email
Aug 25, 2006
9:51 am
500
Hello pls cheked this error and tell the solution as soon as possible Warning: session_start() [function.session-start]: Cannot send session cache limiter -...
pritesh loke
priteshloke
Offline Send Email
Aug 30, 2006
7:41 am
501
sorry if this seems like a spam.. but wanted to share an artwork in php that you too can use as a wallpaper if you are fans of php like myself **...
Ruben Benjamin
rubyraj123
Offline Send Email
Aug 30, 2006
8:20 am
502
Hello To all, I am using linux redhat 9 . Can any body tell me good editor for php,html, javascript which work on linux also. pls give me respone a.s.a.p. ...
pritesh loke
priteshloke
Offline Send Email
Aug 30, 2006
8:30 am
503
Dear pritesh, This is not an error. This is warning. If u don't want to display the warning messages then put error_repoting(0) in ur coding. Nothing wrong in...
prabhu kumar
prabhu2k_2003
Offline Send Email
Aug 30, 2006
8:32 am
Messages 474 - 503 of 1423   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help