PDA

View Full Version : مبتدی: نیاوردن صفحات



mtareh
چهارشنبه 06 فروردین 1393, 18:53 عصر
سلام دوستان من چند صفحه کد نوشته بودم اما اون ها رو انتقال دادم از یک کامپیوتر به یک کامپیوتر دیگه دیتابس رو هم ایمپورت کردم اینجا اما صفحات باز نمیشن و ارور میدن چیکار کنم ؟

desatir7316
چهارشنبه 06 فروردین 1393, 19:13 عصر
ارورشون بذار ببینم چی هست

mtareh
چهارشنبه 06 فروردین 1393, 19:22 عصر
این کد صفحه



<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<CENTER>
<marquee loop="infinite">به سایت ما خوش آمدید</marquee>
<?php
$con=mysql_connect('localhost','root','');
mysql_query("SET NAMES 'utf8'");
mysql_select_db('db2',$con);
$query="SELECT * FROM tbl_post";
$select=mysql_query($query);

/*
$row=mysql_fetch_array($select);
echo $row['post_id'];
echo "|";
echo "<b>".$row['post_title']."</b>";
echo "<hr>";
echo $row['post_content'];
echo "<br><br>";

$row=mysql_fetch_array($select);
echo $row['post_id'];
echo "|";
echo "<b>".$row['post_title']."</b>";
echo "<hr>";
echo $row['post_content'];
echo "<br><br>";

$row=mysql_fetch_array($select);
echo $row['post_id'];
echo ".";
echo "<b>".$row['post_title']."</b>";
echo "<hr>";
echo $row['post_content'];
echo "<br><br>";

*/
?>
<?php
while($row=mysql_fetch_array($select))
{
echo $row['post_id'];
echo ".";
echo "<b>".$row['post_title']."</b>";
echo "<hr>";
echo $row['post_content'];
echo "<br><br>";
}
?>
<a href="mailto:mtarah@mihanmail.ir">تماس با ما </a>
</CENTER>




اینم ارور هاش


Warning: mysql_connect() [function.mysql-connect (http://localhost/function.mysql-connect)]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) in C:\Program Files\EasyPHP-5.3.3\www\index.php on line 8

Warning: mysql_connect() [function.mysql-connect (http://localhost/function.mysql-connect)]: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\Program Files\EasyPHP-5.3.3\www\index.php on line 8

Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files\EasyPHP-5.3.3\www\index.php on line 8



اینم یه صحه دیگه
این کدش


<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<meta charset="utf-8">
<title>ارسال پست</title>
</head>
<body>
<form method="post" action="add_record.php">
<center>
<p>
عنوان:
<br>
<input type="text" name="title" size="70">
<br><br>
محتوا:
<br>
<textarea name="content" size="70" style="width: 400px;height:200px;direction:rtl;"> </textarea>
<br/><br>
<input type="reset" value="دوباره" name="B1">
<input type="submit" value="ارسال" name="B2">
</p>
</center>
</form>
</body>
</html>




اینم ارور هاش

Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster (admin@localhost).
Error 404 localhost (http://localhost/)
03/26/14 19:48:27
Apache/2.2.16 (Win32) PHP/5.3.3

us1234
چهارشنبه 06 فروردین 1393, 21:01 عصر
به کانکشن شما مشکل داره . بهتره از XAMPP استفاده کنید .

mtareh
چهارشنبه 06 فروردین 1393, 21:20 عصر
به کانکشن شما مشکل داره . بهتره از XAMPP استفاده کنید .

حجمش زیاده xampp
نرم افزار دیگه ای نیس؟

us1234
چهارشنبه 06 فروردین 1393, 21:37 عصر
حجمش زیاده xampp
نرم افزار دیگه ای نیس؟
WAMP هم هست ولی زمپ به حجمش می ارزه دانلودش کنید و ازش استفاده کنید.

mtareh
چهارشنبه 06 فروردین 1393, 21:38 عصر
WAMP هم هست ولی زمپ به حجمش می ارزه دانلودش کنید و ازش استفاده کنید.

ممنون یه نسخه دیگه از EasyPHP نصب کردم درست شد ممنون