You should not save `age` in database. `age` should be a derived attribute, means it'll be calculated upon request. Store only the birth date. To retrieve date...
15635
Mety Soriano
metysoriano
Feb 25, 2013 7:19 pm
How to update the age sir.. Do I directly insert the below command without any WHERE condition? SELECT Datediff(Now(), `birthdate`) AS `age` ...
15636
Md. Yusuf
yusuf_cse
Feb 25, 2013 7:19 pm
Hello Xperts,    I need php programers. Specifications are given bellow:    Company Name :       4axiz    Position    :       ...
15637
Mohammad Nasiruddin
mavrickit46
Feb 27, 2013 10:12 am
Hello, Infolect Group, a Belgium based group of companies is looking for 2 (two) Full Time PHP Developers. *The role will include building new web applications...
15638
Bijon
bijon.bairagi
Mar 27, 2013 3:34 pm
dear all, i am using a .htaccess file in a php project. all think working good. but i can not access my folder A exampel http://localhost/tixbd/user-login its...
15639
mainul
myrulz007
Apr 4, 2013 8:24 am
http://pastebin.com/2gKUaE70 how do I remove the last comma in the string?...
15640
shiplu
staticint
Apr 4, 2013 8:28 am
Here you can use implode <http://php.net/implode> function. echo "<h2>Array to string separated by comma</h2><br>"; echo implode(', ', $cities); -- ...
15641
Akil Hossain
akilhossain
Apr 11, 2013 9:27 am
Dear Xperts i want to use facebook auth in my project. can anyone say which type server i need for this? someone suggested for SSLSSl is compulsary for it? ...
15642
mainul
myrulz007
Apr 16, 2013 12:15 am
how do I remove the last comma in the string? here is the link http://pastebin.com/2gKUaE70 Please help me...
15643
M.Mukaddim Islam Tanim
tanim_mmi
Apr 16, 2013 12:16 am
use this:Â rtrim($string, ",") would cut trailing commas. Â -- M Mukaddim Islam Tanim ________________________________ From: mainul <myrulz007@...> To:...
15644
M.Mukaddim Islam Tanim
tanim_mmi
Apr 16, 2013 12:16 am
Your code: 1. $cities = array('Tokyo39;, 'Mexico City', 'New York City', 'Mumbai39;, 'Seoul39;, 'Shanghai39;, 'Lagos39;, 'Buenos Aires', 'Cairo39;, 'London39;); 2. Â Â Â ...
15645
foysal foysal
nowphp
Apr 16, 2013 12:16 am
Mainul vai You can use the below solution <?php $cities = array('Tokyo39;, 'Mexico City', 'New York City', 'Mumbai39;, 'Seoul39;, 'Shanghai39;, 'Lagos39;, 'Buenos...
15646
foysal foysal
nowphp
Apr 16, 2013 4:09 am
Mainul vai, You can see the below code. http://pastebin.com/4cB5hGui Thanks Foysal On Thu, Apr 4, 2013 at 2:53 PM, M.Mukaddim Islam Tanim...
15647
Arifur Rahman
m_arifdu
Apr 16, 2013 4:39 am
hello, there is way you can sub string 1 character from last ... -- Muhammad Arifur Rahman Senior Software Engineer CEO,Smart Data Soft...
15648
Saiful Islam
siful_i
Apr 16, 2013 6:54 am
Hi Dear. Please try in this way substr_replace($string, "", -1) Regards, -- Saiful Islam Web Application Developer http://www.saifulbd.com...
15649
Saleha Latif
salehalatif
Apr 16, 2013 3:11 pm
Hi, Here i want to mentioned that sometimes this below code wont work: $mystring = substr("a,b,c,d, ", 0,-1);Â because it has space at the end of the string...
15650
moinul islam
moinulcsecuet
Apr 17, 2013 7:53 am
Dear Group, I want to develop network monitoring tool in PHP.i have serached in google.but didn't get enough resource. i want to have the following options in...
15651
chirag
chirag_govind
Apr 17, 2013 10:27 am
How to Search from database on multiple criteria based on selection from multiple radio button group on clicking on submit button? User can choose zero or one...
15652
Tuheen
tuheen_26
Apr 20, 2013 11:51 pm
Hello Concern, I have a small project on php basically. and need Strong jQuery skill. If anyone interest please contact at iristechbd@... with you...
15653
Md
md_atiqulhaque
Apr 21, 2013 6:37 am
whta is your problem? Can u tell me? Md.Atiqul Haque...
15654
Saleha Latif
salehalatif
Apr 25, 2013 6:14 am
Hi, For making a site like money exchange, which framework is good? Regards Saleha...
15655
Saleha Latif
salehalatif
Apr 29, 2013 4:57 am
Hi, I have question how to add these types of symbols in DB using php & show on to output form of a user: å ø æ DB feild is utf8 utf8_unicode_ci regards ...
15656
Bijon
bijon.bairagi
Apr 29, 2013 4:57 am
Dear experts, please help me for this problem....
15657
Md
md_atiqulhaque
Apr 29, 2013 2:34 pm
Dear i want to know what kind of error u get when u insert it to db and show from db...
15658
Mahfuz-ur Rahman
mahfuzpro
Apr 29, 2013 2:34 pm
you need to understand what is mod_rewite and how it works. then you can solve your problem. google it....
15659
Bijon
bijon.bairagi
Apr 30, 2013 9:36 am
hi experts, i have make a shopping cart. but it automatically unset when i am going to next page. any can help me. my code is... <?php ...
15660
Russell
russell_aub
May 2, 2013 10:12 am
Full Time Job At least 1-2 years working experience on Web Application Development Job Responsibility ... Good Knowledge on PHP, MySQL, HTML5, CSS3,...
15661
nazmul basher
nazmul_basher
May 9, 2013 1:13 am
Hi Experts,  Urgently we need some PHP programmers, so if you interested please send your resume with expected salary to itcareer@... as soon...
15662
DIGEST
najbaan
May 14, 2013 12:59 am
It works from webserever, but not from local host My Code is, the below <?php include "connect.php"; if(isset($_POST["signup"])) { $un=$_POST["uname"]; ...
15663
Mahfuz-ur Rahman
mahfuzpro
May 21, 2013 9:16 am
check mysql connection. for more details information use mysql_error funtion...