<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-1749536852728440568</id><updated>2011-11-14T02:28:10.138+07:00</updated><category term='php 5.2.5'/><category term='php5'/><category term='oracle 9i'/><category term='oracle 10g'/><category term='problems'/><category term='tools'/><category term='solution'/><category term='separator'/><category term='glue'/><category term='oracle 8i'/><category term='aqua data stuido'/><category term='explode'/><category term='unable load dynamic link'/><category term='professional'/><category term='faq'/><category term='oci.dll'/><category term='implode'/><category term='php_oci8.dll'/><category term='database query tool'/><category term='answer'/><category term='oracle'/><category term='tip'/><title type='text'>FAQ,TIP,NEWS : PHP 5  and  PHP Training in Oracle</title><subtitle type='html'>We have an answer for your problems in php 5 and oracle.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://php5-oracle.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1749536852728440568/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://php5-oracle.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mr.PP</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1749536852728440568.post-6939188497260763533</id><published>2008-01-22T12:30:00.000+07:00</published><updated>2008-01-24T20:51:26.495+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='oracle 8i'/><category scheme='http://www.blogger.com/atom/ns#' term='tools'/><category scheme='http://www.blogger.com/atom/ns#' term='professional'/><category scheme='http://www.blogger.com/atom/ns#' term='tip'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle 9i'/><category scheme='http://www.blogger.com/atom/ns#' term='aqua data stuido'/><category scheme='http://www.blogger.com/atom/ns#' term='database query tool'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle 10g'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>Tip : Database Query Tool  for Oracle 8i,Oracle 9i,Oracle 10g with Free  Aqua Data Studio 4.7</title><summary type='text'>Forgot the SQL Plus  in oracle from now.I'm proud to present the professional database query tool "Aqua Data Studio 4.7" that free for developer and student.I my opinion ,i think i success for develop software with oracle database ,the key for success is quickly development "Aqua Data Studio 4.7" can save a lot of time for development, so i love it.This tip i want to share the best and valuable </summary><link rel='replies' type='application/atom+xml' href='http://php5-oracle.blogspot.com/feeds/6939188497260763533/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1749536852728440568&amp;postID=6939188497260763533' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1749536852728440568/posts/default/6939188497260763533'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1749536852728440568/posts/default/6939188497260763533'/><link rel='alternate' type='text/html' href='http://php5-oracle.blogspot.com/2008/01/tip-database-query-tool-for-oracle.html' title='Tip : Database Query Tool  for Oracle 8i,Oracle 9i,Oracle 10g with Free  Aqua Data Studio 4.7'/><author><name>Mr.PP</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_S-lUyWl3jrU/R5Ye1jB76KI/AAAAAAAAAIs/dEBOZX2hjdM/s72-c/License.gif' height='72' width='72'/><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1749536852728440568.post-7227925856730259347</id><published>2008-01-22T10:38:00.000+07:00</published><updated>2008-01-24T10:18:42.601+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='separator'/><category scheme='http://www.blogger.com/atom/ns#' term='professional'/><category scheme='http://www.blogger.com/atom/ns#' term='tip'/><category scheme='http://www.blogger.com/atom/ns#' term='implode'/><category scheme='http://www.blogger.com/atom/ns#' term='explode'/><category scheme='http://www.blogger.com/atom/ns#' term='glue'/><category scheme='http://www.blogger.com/atom/ns#' term='php5'/><title type='text'>TIP : Explode and Implode duo function in php</title><summary type='text'>This is duo php function that very useful when we need parser and insert string with any delimiter for example "a-b-c-d-e-f" you can explode to array in php with simple statementfor explode function in php.-------- PHP Code -------$str = "a,b,c,d,e,f" ;$arr = explode(",","a,b,c,d,e,f") ; //This function will extract by "," and add for each character     to arrayprint_r($arr);---------------------</summary><link rel='replies' type='application/atom+xml' href='http://php5-oracle.blogspot.com/feeds/7227925856730259347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1749536852728440568&amp;postID=7227925856730259347' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1749536852728440568/posts/default/7227925856730259347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1749536852728440568/posts/default/7227925856730259347'/><link rel='alternate' type='text/html' href='http://php5-oracle.blogspot.com/2008/01/tips-explode-and-implode-duo-fucntion.html' title='TIP : Explode and Implode duo function in php'/><author><name>Mr.PP</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1749536852728440568.post-8241113265486247515</id><published>2008-01-16T01:33:00.000+07:00</published><updated>2008-01-24T10:17:28.298+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='php 5.2.5'/><category scheme='http://www.blogger.com/atom/ns#' term='oci.dll'/><category scheme='http://www.blogger.com/atom/ns#' term='problems'/><category scheme='http://www.blogger.com/atom/ns#' term='answer'/><category scheme='http://www.blogger.com/atom/ns#' term='php_oci8.dll'/><category scheme='http://www.blogger.com/atom/ns#' term='faq'/><category scheme='http://www.blogger.com/atom/ns#' term='solution'/><category scheme='http://www.blogger.com/atom/ns#' term='php5'/><category scheme='http://www.blogger.com/atom/ns#' term='unable load dynamic link'/><category scheme='http://www.blogger.com/atom/ns#' term='oracle'/><title type='text'>FAQ : PHP 5.2.5 and Setup php_oci8.dll (oracle 8,oracle 9,oracle 10)</title><summary type='text'>For setup php_oci8.dll or oracle extension in php 5.2.5Important : PHP 5.2.5 must to use oci.dll in Oracle 10g above.First download oci.dll (from oracle 10)&lt;!-- google_ad_client = "pub-2353288045986750"; //php5 oracel extension google_ad_slot = "0481459395"; google_ad_width = 728; google_ad_height = 90; //--&gt;Download Now1.) uncomment line in php.ini;extension=php_oci8.dll -&gt; change to -&gt; </summary><link rel='replies' type='application/atom+xml' href='http://php5-oracle.blogspot.com/feeds/8241113265486247515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=1749536852728440568&amp;postID=8241113265486247515' title='17 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1749536852728440568/posts/default/8241113265486247515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1749536852728440568/posts/default/8241113265486247515'/><link rel='alternate' type='text/html' href='http://php5-oracle.blogspot.com/2008/01/faq-php-525-and-setup-phpoci8dll-oracle.html' title='FAQ : PHP 5.2.5 and Setup php_oci8.dll (oracle 8,oracle 9,oracle 10)'/><author><name>Mr.PP</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>17</thr:total></entry></feed>
