User Profile

Collapse

Profile Sidebar

Collapse
rathour
rathour
Last Activity: Dec 12 '07, 02:30 PM
Joined: Sep 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rathour
    started a topic Adding BB code
    in PHP

    Adding BB code

    How do i add BB code to my text box ? and make it work in php ??
    See more | Go to post

  • rathour
    replied to How to send subject in chinese using mail()
    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.
    See more | Go to post

    Leave a comment:


  • rathour
    started a topic same code different behaviours ???? WHY ???
    in PHP

    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>...
    See more | Go to post
    Last edited by ak1dnar; Dec 10 '07, 09:54 AM. Reason: Fixed [CODE=php] Tags

  • rathour
    replied to Wht does this error mean ?
    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...
    See more | Go to post
    Last edited by pbmods; Sep 17 '07, 12:34 PM. Reason: Added CODE tags.

    Leave a comment:


  • rathour
    started a topic Wht does this error mean ?

    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 .
    See more | Go to post
No activity results to display
Show More
Working...