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:...
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...
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 ...
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...
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...
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 ...
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 ...
*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...
hello, with help of inner join can concatinate two tables. $query="select (fields....).table1, (fields....).table2 from table1 t1 INNER JOIN table t2 on...
hello Siva, Job: PHP developer (with MYSQL) pls,send your updated resume with your details of present location & current salary , expected salary. regards, ...
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...
Hi Ismail, I am keen to work. BE with 12 years of work exp. From Bangalore, India ... __________________________________________________ Do You Yahoo!? Tired...
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...
here my bbcode parser: <?php function bbcode($text){ $text = preg_replace("#\[code\](.*?)\[/code\]#si", "<code>\\1</code>", $text); } ?> I think the code have...
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...
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...
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...
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!...
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...
Hello pls cheked this error and tell the solution as soon as possible Warning: session_start() [function.session-start]: Cannot send session cache limiter -...
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. ...
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...