- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
Re: <!DOCTYPE HTML> <html> <head> <style> .error {color: #FF0000;} </style> </head> <body> <?php // define variables and set to empty values $nameErr = $emailErr = $genderErr = $websiteErr = ""; $name = $email = $gender = $comment = $website = ""; if ($_SERVER["REQUEST_METHOD"] == "POST") { if (empty($_POST["name"])) {$nameErr = "Name … ![]() | |
Re: <?PHP $b = 1; for ($a=1; $a<=5; $a++) { echo str_repeat('*', $b); $b++; echo "<br>"; } ?> ![]() | |
Re: i think you have to put this "R.E.5-5_ShowPictures.php" in php tags. like this <p><a href="<?php R.E.5-5_ShowPictures.php ?>">Show Pictures</a></p> | |
Re: <?php // Create connection $con=mysql_connect("localhost","root",""); // Check connection if (mysql_connect_errno()) { echo "Failed to connect to MySQL: " . mysql_connect_error(); } ?> | |
Re: you are missing starting braces of if statement { at line 11. you can also use in this form i have check this. echo $name=$_POST['FirstName']; | |
Re: if($_FILES['video']['name']!='') { $file = $_FILES['video']['name']; $path = PATH_DIR.'video/'; $upload_file = $path.$file; if(move_uploaded_file($_FILES['video']['tmp_name'],$upload_file)); { $source_image_path = PATH_DIR.'video/'; $data['video'] = $file; // this is the code for uploading a video file you can get help from this | |
i have much tried for this solution but not any well solution found.if any one know how can we compare two audio files by their voice and after comparing it give the result of matching voices.please if any one now the solution told me. | |
Re: RewriteEngine on RewriteCond $1 !^(index\.php|get_captcha\.php|info\.php|blog|pagination|video|audio|uploads|images|flowplayere|mysqladmin|admindata|theme|fonts|css|cv|csv|swf|ckeditor|ckfinder|images|uploads|js|fancybox|phpreports-master|robots\.txt|favicon\.ico) RewriteRule ^(.*)$ /root folder here/index.php/$1 [L] //simply use your root folder | |
Re: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>button_fancybox</title> <link rel="stylesheet" type="text/css" href="css/jquery.fancybox.css" /> <link rel="stylesheet" type="text/css" href="css/css.css" /> <script type="text/javascript" src="js/jquery-1.10.1.min.js"></script> <script type="text/javascript" src="js/jquery.mousewheel-3.0.6.pack.js"></script> <script type="text/javascript" src="js/jquery.fancybox.js"></script> <script type="text/javascript" src="js/jquery.fancybox-buttons.js"></script> <script type="text/javascript" src="js/jquery.fancybox-thumbs.js"></script> <script type="text/javascript" src="js/jquery.fancybox-media.js"></script> <script type="text/javascript"> $(document).ready(function() { $(".fancybox").fancybox(); … |
The End.