User Profile
Collapse
-
Adding BB code
How do i add BB code to my text box ? and make it work in php ?? -
try changing the charset to utf-8 of your web page
and a better method i personally feel is that
Ms. Frontpage provides better grip in unicode than dreamweaver. -
same code different behaviours ???? WHY ???
[CODE=php]<?php
session_start() ;
require_once('d b.php');
include('functi ons.php');
$user = get_username ( $_SESSION['user_id'] );
//if ( $_SESSION['logged_in'] ):
checkLogin ( '1 2' );
?>
<html>
<title>Manage Articles </title>
<head><link href="css/styles.css" rel="stylesheet " type="text/css" /></head>... -
Warning: mysql_num_rows( ): supplied argument is not a valid MySQL result resource in C:\Program Files\xampp\htd ocs\Alam_projec t\login.php on line 6
This is the error i get with this file :::::::
[code=php]
<?php
session_start() ;
$con=mysql_conn ect("localhost" ,"root","");
$db=mysql_selec t_db("alam1",$c on);
$rs=mysql_query ("select userid,password...Leave a comment:
-
Wht does this error mean ?
i keep getting these type of messages how do i fix them ?
mysql_num_rows( ) is not a my sql function
mysql_num_array () is not a my sql function
Please help .
No activity results to display
Show More
Leave a comment: