Home >> Posts Tagged "php"
Laxmidhar swain: I have 2.5 yrs experience in web designing and 1 yrs of PHP exp.Now I am doing some local projects but I want to work with out sourcing projects. For this, what I will do. please tell me the procedure.
Answer: You need to focus on your core area of knowledge. Consider following point before approaching outsource...
read morehello pankaj,
i m sharad working in software company. can u guide me about me .htaccess file. In that i m working on dynamic websites where i use .htaccess file.where i use a only one file for produts (products.php).in each link the query string genrates www.example.com?products.php?catid=1&pid=12 i want...
read moreNowadays, world wide clients are demanding for cost effective solutions along with high-performance speedy development. In recent internet marketing arena, designing a good website template and placing unique and relevant content is not enough for a profitable web businesses. Web programming is getting more value in terms of...
read moreI want to achieve a tag cloud like my website banner. after lots of research on net i decide to write my own code.
I have incorporated following code in my header.php
1234 $tag = wp_tag_cloud('smallest=30&largest=30&number=45&orderby=count&order=DESC&unit=px&format=array' );
foreach( $tag as...
read moreTo create a date time in the W3CDTF format (used in RSS feeds).W3CDTF date format is required for RSS validation. Use following PHP code.
1234<?php
$date=substr(date("Y-m-dTh:i:sO"),0,22).":".substr(date("O"),3);
echo $date;
?>
above code will give output like :...
read more
Social Profiles