User Profile
Collapse
-
converting video file into flv and ...
I need a help when, converting video file into flv and add site domain name into video, when any one play the video than the domain name display the the video when it play. -
Try to use while loop
Try to use while loop for getting array -
-
same as you did precess for add photo but also send photo id as query string or using post method and on next page simple use update query for example
Code:$sql="update photo set Image='imagename.jpg' where id=1";
Leave a comment:
-
for example
Code:echo "<font color='#000000' size='Arial'> this is sample text</font>"
Leave a comment:
-
please first check that FFMPEG service is install at your server or not ?Leave a comment:
-
on top of any page type
Code:phpinfo();
if not then go to php.ini file and remove semi-colon from
extension=php_g d2.dllLeave a comment:
-
for this you will be take a session ID or session varaible from admin so when you will login as admin then store admin id or any variable in session variable and on top of each page check that if this variable is empty then go for login .
for examle:
Code:if(!isset($_SESSION['adminemail'])) { header("location:login.php'); exit(); }
Leave a comment:
-
or you will use for each loop when getting value in array
Code:foreach ($_POST['del_id'] as $chk) { $sqldelall = "delete from std_sub where matric_no =".$chk; mysql_query ($sqldelall, $db_link) or die (mysql_error() .FETCH_DATA ); }
Leave a comment:
-
change this
<form action="process .php" method="POST">
into
<form enctype="multip art/form-data" action="process .php" method="POST">Leave a comment:
-
hello,
please change these
Code:<input type="text" name="short" value="$foo"> <textarea name="long">$bar</textarea>
Code:<input type="text" name="short" value="<?php echo $foo;?>"> <textarea name="long"><?php echo $bar;?></textarea>
Leave a comment:
-
-
first of all on local host on windows system the mail function is'nt be run or execute. You will be make configuration for SMPT mail from php.ini file.Leave a comment:
-
MYSQL Query optimize and load faster
Can any one help me to make my query code optimize and load faster.
Please help me or any example what steps should we use to optimize.
Thank You -
-
use the below code
Code:<input type="submit" style="cursor:pointer" class="startbuttonUp" name="submit" value="submit" onMouseOver="this.className='startbuttonOver'" onMouseDown="this.className='startbuttonDown'" onMouseUp="this.className='startbuttonUp'" onMouseOut="this.className='startbuttonUp' ">
Leave a comment:
-
first of all check that in php.ini that from mysql remove ; (semi colon)Leave a comment:
-
WAMP server does n't allow php short tag like <? ?> its allow <?php ?>
to remove this issue simply go php.ini file look short_open_tag and remove ; if any and make it 'on'
short_open_tag onLeave a comment:
-
-
No activity results to display
Show More
Leave a comment: