you include js file in your php file and use it's funtionality
<?php
include("path/yourjs.php");
?>
User Profile
Collapse
-
strtotime() function return timestamp.So you first take current timestamp using
strtotime then convert it using date function.
<?php
$now=strtotime( "now()");
echo $curdate=date(" d/m/Y",$now);
?>Leave a comment:
-
if you want redirect the page in your project then
<?php
header("locatio n:yourpage.php" );
?>
if you want redirect the page in another project then just put the url like
<?php
header("locatio n:http://www.yoursite.co m/yourpage.php");
?>Leave a comment:
-
How I convert swf to jpg,jpeg using php
Someone please tell me how I convert swf to jpg/jpeg using php.
If anyone send me the code it will be very helpful forme.I waiting for this answer. -
how I will upload the image using AJAX and PHP
how I will upload the image using AJAX and PHP and also I want to know how to store image in database and folder.
Please send code.
I will waiting for response. -
Find second highest one in a table without subquery
I want second highest value in a table without using subquery.
please send this answer .It will be very helpfull.
No activity results to display
Show More
Leave a comment: